Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: build/all.gyp

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '../third_party/re2/re2.gyp:re2', 79 '../third_party/re2/re2.gyp:re2',
80 '../chrome/chrome.gyp:*', 80 '../chrome/chrome.gyp:*',
81 '../cc/cc_tests.gyp:*', 81 '../cc/cc_tests.gyp:*',
82 '../device/bluetooth/bluetooth.gyp:*', 82 '../device/bluetooth/bluetooth.gyp:*',
83 '../device/device_tests.gyp:*', 83 '../device/device_tests.gyp:*',
84 '../device/usb/usb.gyp:*', 84 '../device/usb/usb.gyp:*',
85 '../gin/gin.gyp:*', 85 '../gin/gin.gyp:*',
86 '../gpu/gpu.gyp:*', 86 '../gpu/gpu.gyp:*',
87 '../gpu/tools/tools.gyp:*', 87 '../gpu/tools/tools.gyp:*',
88 '../ipc/ipc.gyp:*', 88 '../ipc/ipc.gyp:*',
89 '../ipc/mojo/ipc_mojo.gyp:*',
89 '../jingle/jingle.gyp:*', 90 '../jingle/jingle.gyp:*',
90 '../media/cast/cast.gyp:*', 91 '../media/cast/cast.gyp:*',
91 '../media/media.gyp:*', 92 '../media/media.gyp:*',
92 '../mojo/mojo.gyp:*', 93 '../mojo/mojo.gyp:*',
93 '../mojo/mojo_base.gyp:*', 94 '../mojo/mojo_base.gyp:*',
94 '../ppapi/ppapi.gyp:*', 95 '../ppapi/ppapi.gyp:*',
95 '../ppapi/ppapi_internal.gyp:*', 96 '../ppapi/ppapi_internal.gyp:*',
96 '../ppapi/tools/ppapi_tools.gyp:*', 97 '../ppapi/tools/ppapi_tools.gyp:*',
97 '../printing/printing.gyp:*', 98 '../printing/printing.gyp:*',
98 '../skia/skia.gyp:*', 99 '../skia/skia.gyp:*',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '../content/content_shell_and_tests.gyp:content_browsertests', 290 '../content/content_shell_and_tests.gyp:content_browsertests',
290 '../content/content_shell_and_tests.gyp:content_shell', 291 '../content/content_shell_and_tests.gyp:content_shell',
291 '../content/content_shell_and_tests.gyp:content_unittests', 292 '../content/content_shell_and_tests.gyp:content_unittests',
292 '../device/device_tests.gyp:device_unittests', 293 '../device/device_tests.gyp:device_unittests',
293 '../extensions/extensions.gyp:extensions_unittests', 294 '../extensions/extensions.gyp:extensions_unittests',
294 '../gin/gin.gyp:gin_unittests', 295 '../gin/gin.gyp:gin_unittests',
295 '../google_apis/google_apis.gyp:google_apis_unittests', 296 '../google_apis/google_apis.gyp:google_apis_unittests',
296 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 297 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
297 '../gpu/gpu.gyp:gpu_unittests', 298 '../gpu/gpu.gyp:gpu_unittests',
298 '../ipc/ipc.gyp:ipc_tests', 299 '../ipc/ipc.gyp:ipc_tests',
300 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
299 '../jingle/jingle.gyp:jingle_unittests', 301 '../jingle/jingle.gyp:jingle_unittests',
300 '../media/cast/cast.gyp:cast_unittests', 302 '../media/cast/cast.gyp:cast_unittests',
301 '../media/media.gyp:media_unittests', 303 '../media/media.gyp:media_unittests',
302 '../mojo/mojo.gyp:mojo', 304 '../mojo/mojo.gyp:mojo',
303 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 305 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
304 '../remoting/remoting.gyp:remoting_unittests', 306 '../remoting/remoting.gyp:remoting_unittests',
305 '../third_party/WebKit/public/all.gyp:all_blink', 307 '../third_party/WebKit/public/all.gyp:all_blink',
306 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 308 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
307 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 309 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
308 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 310 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 '../chrome/chrome.gyp:sync_integration_tests', 849 '../chrome/chrome.gyp:sync_integration_tests',
848 '../chrome/chrome.gyp:unit_tests', 850 '../chrome/chrome.gyp:unit_tests',
849 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 851 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
850 '../components/components_tests.gyp:components_unittests', 852 '../components/components_tests.gyp:components_unittests',
851 '../content/content_shell_and_tests.gyp:content_browsertests', 853 '../content/content_shell_and_tests.gyp:content_browsertests',
852 '../content/content_shell_and_tests.gyp:content_unittests', 854 '../content/content_shell_and_tests.gyp:content_unittests',
853 '../device/device_tests.gyp:device_unittests', 855 '../device/device_tests.gyp:device_unittests',
854 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 856 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
855 '../gpu/gpu.gyp:gpu_unittests', 857 '../gpu/gpu.gyp:gpu_unittests',
856 '../ipc/ipc.gyp:ipc_tests', 858 '../ipc/ipc.gyp:ipc_tests',
859 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
857 '../jingle/jingle.gyp:jingle_unittests', 860 '../jingle/jingle.gyp:jingle_unittests',
858 '../media/media.gyp:media_unittests', 861 '../media/media.gyp:media_unittests',
859 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 862 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
860 '../printing/printing.gyp:printing_unittests', 863 '../printing/printing.gyp:printing_unittests',
861 '../remoting/remoting.gyp:remoting_unittests', 864 '../remoting/remoting.gyp:remoting_unittests',
862 '../rlz/rlz.gyp:*', 865 '../rlz/rlz.gyp:*',
863 '../sql/sql.gyp:sql_unittests', 866 '../sql/sql.gyp:sql_unittests',
864 '../sync/sync.gyp:sync_unit_tests', 867 '../sync/sync.gyp:sync_unit_tests',
865 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 868 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
866 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 869 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
(...skipping 16 matching lines...) Expand all
883 '../chrome/chrome.gyp:sync_integration_tests', 886 '../chrome/chrome.gyp:sync_integration_tests',
884 '../chrome/chrome.gyp:unit_tests', 887 '../chrome/chrome.gyp:unit_tests',
885 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 888 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
886 '../components/components_tests.gyp:components_unittests', 889 '../components/components_tests.gyp:components_unittests',
887 '../content/content_shell_and_tests.gyp:content_browsertests', 890 '../content/content_shell_and_tests.gyp:content_browsertests',
888 '../content/content_shell_and_tests.gyp:content_unittests', 891 '../content/content_shell_and_tests.gyp:content_unittests',
889 '../device/device_tests.gyp:device_unittests', 892 '../device/device_tests.gyp:device_unittests',
890 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 893 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
891 '../gpu/gpu.gyp:gpu_unittests', 894 '../gpu/gpu.gyp:gpu_unittests',
892 '../ipc/ipc.gyp:ipc_tests', 895 '../ipc/ipc.gyp:ipc_tests',
896 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
893 '../jingle/jingle.gyp:jingle_unittests', 897 '../jingle/jingle.gyp:jingle_unittests',
894 '../media/media.gyp:media_unittests', 898 '../media/media.gyp:media_unittests',
895 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 899 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
896 '../printing/printing.gyp:printing_unittests', 900 '../printing/printing.gyp:printing_unittests',
897 '../remoting/remoting.gyp:remoting_unittests', 901 '../remoting/remoting.gyp:remoting_unittests',
898 '../sql/sql.gyp:sql_unittests', 902 '../sql/sql.gyp:sql_unittests',
899 '../sync/sync.gyp:sync_unit_tests', 903 '../sync/sync.gyp:sync_unit_tests',
900 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 904 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
901 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 905 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
902 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 906 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 '../content/content_shell_and_tests.gyp:content_browsertests', 984 '../content/content_shell_and_tests.gyp:content_browsertests',
981 '../content/content_shell_and_tests.gyp:content_unittests', 985 '../content/content_shell_and_tests.gyp:content_unittests',
982 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 986 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
983 # ../chrome/test/mini_installer requires mini_installer. 987 # ../chrome/test/mini_installer requires mini_installer.
984 '../chrome/installer/mini_installer.gyp:mini_installer', 988 '../chrome/installer/mini_installer.gyp:mini_installer',
985 '../courgette/courgette.gyp:courgette_unittests', 989 '../courgette/courgette.gyp:courgette_unittests',
986 '../device/device_tests.gyp:device_unittests', 990 '../device/device_tests.gyp:device_unittests',
987 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 991 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
988 '../gpu/gpu.gyp:gpu_unittests', 992 '../gpu/gpu.gyp:gpu_unittests',
989 '../ipc/ipc.gyp:ipc_tests', 993 '../ipc/ipc.gyp:ipc_tests',
994 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
990 '../jingle/jingle.gyp:jingle_unittests', 995 '../jingle/jingle.gyp:jingle_unittests',
991 '../media/media.gyp:media_unittests', 996 '../media/media.gyp:media_unittests',
992 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 997 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
993 '../printing/printing.gyp:printing_unittests', 998 '../printing/printing.gyp:printing_unittests',
994 '../remoting/remoting.gyp:remoting_unittests', 999 '../remoting/remoting.gyp:remoting_unittests',
995 '../sql/sql.gyp:sql_unittests', 1000 '../sql/sql.gyp:sql_unittests',
996 '../sync/sync.gyp:sync_unit_tests', 1001 '../sync/sync.gyp:sync_unit_tests',
997 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1002 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
998 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1003 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
999 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1004 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 '../crypto/crypto.gyp:crypto_unittests', 1080 '../crypto/crypto.gyp:crypto_unittests',
1076 '../device/device_tests.gyp:device_unittests', 1081 '../device/device_tests.gyp:device_unittests',
1077 '../extensions/extensions.gyp:extensions_unittests', 1082 '../extensions/extensions.gyp:extensions_unittests',
1078 '../gin/gin.gyp:gin_shell', 1083 '../gin/gin.gyp:gin_shell',
1079 '../gin/gin.gyp:gin_unittests', 1084 '../gin/gin.gyp:gin_unittests',
1080 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1085 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1081 '../google_apis/google_apis.gyp:google_apis_unittests', 1086 '../google_apis/google_apis.gyp:google_apis_unittests',
1082 '../gpu/gpu.gyp:angle_unittests', 1087 '../gpu/gpu.gyp:angle_unittests',
1083 '../gpu/gpu.gyp:gpu_unittests', 1088 '../gpu/gpu.gyp:gpu_unittests',
1084 '../ipc/ipc.gyp:ipc_tests', 1089 '../ipc/ipc.gyp:ipc_tests',
1090 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1085 '../jingle/jingle.gyp:jingle_unittests', 1091 '../jingle/jingle.gyp:jingle_unittests',
1086 '../media/cast/cast.gyp:cast_unittests', 1092 '../media/cast/cast.gyp:cast_unittests',
1087 '../media/media.gyp:media_unittests', 1093 '../media/media.gyp:media_unittests',
1088 '../mojo/mojo.gyp:mojo', 1094 '../mojo/mojo.gyp:mojo',
1089 '../net/net.gyp:net_unittests', 1095 '../net/net.gyp:net_unittests',
1090 '../printing/printing.gyp:printing_unittests', 1096 '../printing/printing.gyp:printing_unittests',
1091 '../remoting/remoting.gyp:remoting_unittests', 1097 '../remoting/remoting.gyp:remoting_unittests',
1092 '../sql/sql.gyp:sql_unittests', 1098 '../sql/sql.gyp:sql_unittests',
1093 '../sync/sync.gyp:sync_unit_tests', 1099 '../sync/sync.gyp:sync_unit_tests',
1094 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1100 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 'dependencies': [ 1286 'dependencies': [
1281 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1287 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1282 '../ui/views/views.gyp:views', 1288 '../ui/views/views.gyp:views',
1283 '../ui/views/views.gyp:views_unittests', 1289 '../ui/views/views.gyp:views_unittests',
1284 ], 1290 ],
1285 }, # target_name: macviews_builder 1291 }, # target_name: macviews_builder
1286 ], # targets 1292 ], # targets
1287 }], # os=='mac' and toolkit_views==1 1293 }], # os=='mac' and toolkit_views==1
1288 ], # conditions 1294 ], # conditions
1289 } 1295 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698