Mojo: rename limits.h to constants.h.

(As suggested by darin in a code review.)

[email protected]

Review URL: https://codereview.chromium.org/103593004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241022 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 57d8240..9151d42 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -76,6 +76,7 @@
       'sources': [
         'system/channel.cc',
         'system/channel.h',
+        'system/constants.h',
         'system/core_impl.cc',
         'system/core_impl.h',
         'system/data_pipe.cc',
@@ -86,7 +87,6 @@
         'system/data_pipe_producer_dispatcher.h',
         'system/dispatcher.cc',
         'system/dispatcher.h',
-        'system/limits.h',
         'system/local_data_pipe.cc',
         'system/local_data_pipe.h',
         'system/local_message_pipe_endpoint.cc',