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

Side by Side Diff: build/all.gyp

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '../chrome/chrome.gyp:*', 129 '../chrome/chrome.gyp:*',
130 '../cc/blink/cc_blink_tests.gyp:*', 130 '../cc/blink/cc_blink_tests.gyp:*',
131 '../cc/cc_tests.gyp:*', 131 '../cc/cc_tests.gyp:*',
132 '../device/usb/usb.gyp:*', 132 '../device/usb/usb.gyp:*',
133 '../extensions/extensions.gyp:*', 133 '../extensions/extensions.gyp:*',
134 '../extensions/extensions_tests.gyp:*', 134 '../extensions/extensions_tests.gyp:*',
135 '../gin/gin.gyp:*', 135 '../gin/gin.gyp:*',
136 '../gpu/gpu.gyp:*', 136 '../gpu/gpu.gyp:*',
137 '../gpu/tools/tools.gyp:*', 137 '../gpu/tools/tools.gyp:*',
138 '../ipc/ipc.gyp:*', 138 '../ipc/ipc.gyp:*',
139 '../ipc/mojo/ipc_mojo.gyp:*',
140 '../jingle/jingle.gyp:*', 139 '../jingle/jingle.gyp:*',
141 '../media/cast/cast.gyp:*', 140 '../media/cast/cast.gyp:*',
142 '../media/media.gyp:*', 141 '../media/media.gyp:*',
143 '../media/midi/midi.gyp:*', 142 '../media/midi/midi.gyp:*',
144 '../mojo/mojo.gyp:*', 143 '../mojo/mojo.gyp:*',
145 '../mojo/mojo_base.gyp:*', 144 '../mojo/mojo_base.gyp:*',
146 '../ppapi/ppapi.gyp:*', 145 '../ppapi/ppapi.gyp:*',
147 '../ppapi/ppapi_internal.gyp:*', 146 '../ppapi/ppapi_internal.gyp:*',
148 '../ppapi/tools/ppapi_tools.gyp:*', 147 '../ppapi/tools/ppapi_tools.gyp:*',
149 '../services/shell/shell.gyp:*', 148 '../services/shell/shell.gyp:*',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 '../cc/cc_tests.gyp:cc_unittests', 333 '../cc/cc_tests.gyp:cc_unittests',
335 '../content/content_shell_and_tests.gyp:content_browsertests', 334 '../content/content_shell_and_tests.gyp:content_browsertests',
336 '../content/content_shell_and_tests.gyp:content_shell', 335 '../content/content_shell_and_tests.gyp:content_shell',
337 '../content/content_shell_and_tests.gyp:content_unittests', 336 '../content/content_shell_and_tests.gyp:content_unittests',
338 '../device/device_tests.gyp:device_unittests', 337 '../device/device_tests.gyp:device_unittests',
339 '../gin/gin.gyp:gin_unittests', 338 '../gin/gin.gyp:gin_unittests',
340 '../google_apis/google_apis.gyp:google_apis_unittests', 339 '../google_apis/google_apis.gyp:google_apis_unittests',
341 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 340 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
342 '../gpu/gpu.gyp:gpu_unittests', 341 '../gpu/gpu.gyp:gpu_unittests',
343 '../ipc/ipc.gyp:ipc_tests', 342 '../ipc/ipc.gyp:ipc_tests',
344 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
345 '../jingle/jingle.gyp:jingle_unittests', 343 '../jingle/jingle.gyp:jingle_unittests',
346 '../media/cast/cast.gyp:cast_unittests', 344 '../media/cast/cast.gyp:cast_unittests',
347 '../media/media.gyp:media_unittests', 345 '../media/media.gyp:media_unittests',
348 '../media/midi/midi.gyp:midi_unittests', 346 '../media/midi/midi.gyp:midi_unittests',
349 '../mojo/mojo.gyp:mojo', 347 '../mojo/mojo.gyp:mojo',
350 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 348 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
351 '../remoting/remoting.gyp:remoting_unittests', 349 '../remoting/remoting.gyp:remoting_unittests',
352 '../third_party/catapult/telemetry/telemetry.gyp:*', 350 '../third_party/catapult/telemetry/telemetry.gyp:*',
353 '../third_party/WebKit/public/all.gyp:all_blink', 351 '../third_party/WebKit/public/all.gyp:all_blink',
354 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 352 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 '../chrome/chrome.gyp:interactive_ui_tests', 890 '../chrome/chrome.gyp:interactive_ui_tests',
893 '../chrome/chrome.gyp:sync_integration_tests', 891 '../chrome/chrome.gyp:sync_integration_tests',
894 '../chrome/chrome.gyp:unit_tests', 892 '../chrome/chrome.gyp:unit_tests',
895 '../components/components_tests.gyp:components_unittests', 893 '../components/components_tests.gyp:components_unittests',
896 '../content/content_shell_and_tests.gyp:content_browsertests', 894 '../content/content_shell_and_tests.gyp:content_browsertests',
897 '../content/content_shell_and_tests.gyp:content_unittests', 895 '../content/content_shell_and_tests.gyp:content_unittests',
898 '../device/device_tests.gyp:device_unittests', 896 '../device/device_tests.gyp:device_unittests',
899 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 897 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
900 '../gpu/gpu.gyp:gpu_unittests', 898 '../gpu/gpu.gyp:gpu_unittests',
901 '../ipc/ipc.gyp:ipc_tests', 899 '../ipc/ipc.gyp:ipc_tests',
902 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
903 '../jingle/jingle.gyp:jingle_unittests', 900 '../jingle/jingle.gyp:jingle_unittests',
904 '../media/media.gyp:media_unittests', 901 '../media/media.gyp:media_unittests',
905 '../media/midi/midi.gyp:midi_unittests', 902 '../media/midi/midi.gyp:midi_unittests',
906 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 903 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
907 '../printing/printing.gyp:printing_unittests', 904 '../printing/printing.gyp:printing_unittests',
908 '../remoting/remoting.gyp:remoting_unittests', 905 '../remoting/remoting.gyp:remoting_unittests',
909 '../rlz/rlz.gyp:*', 906 '../rlz/rlz.gyp:*',
910 '../skia/skia_tests.gyp:skia_unittests', 907 '../skia/skia_tests.gyp:skia_unittests',
911 '../sql/sql.gyp:sql_unittests', 908 '../sql/sql.gyp:sql_unittests',
912 '../sync/sync.gyp:sync_unit_tests', 909 '../sync/sync.gyp:sync_unit_tests',
(...skipping 19 matching lines...) Expand all
932 '../chrome/chrome.gyp:performance_browser_tests', 929 '../chrome/chrome.gyp:performance_browser_tests',
933 '../chrome/chrome.gyp:sync_integration_tests', 930 '../chrome/chrome.gyp:sync_integration_tests',
934 '../chrome/chrome.gyp:unit_tests', 931 '../chrome/chrome.gyp:unit_tests',
935 '../components/components_tests.gyp:components_unittests', 932 '../components/components_tests.gyp:components_unittests',
936 '../content/content_shell_and_tests.gyp:content_browsertests', 933 '../content/content_shell_and_tests.gyp:content_browsertests',
937 '../content/content_shell_and_tests.gyp:content_unittests', 934 '../content/content_shell_and_tests.gyp:content_unittests',
938 '../device/device_tests.gyp:device_unittests', 935 '../device/device_tests.gyp:device_unittests',
939 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 936 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
940 '../gpu/gpu.gyp:gpu_unittests', 937 '../gpu/gpu.gyp:gpu_unittests',
941 '../ipc/ipc.gyp:ipc_tests', 938 '../ipc/ipc.gyp:ipc_tests',
942 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
943 '../jingle/jingle.gyp:jingle_unittests', 939 '../jingle/jingle.gyp:jingle_unittests',
944 '../media/media.gyp:media_unittests', 940 '../media/media.gyp:media_unittests',
945 '../media/midi/midi.gyp:midi_unittests', 941 '../media/midi/midi.gyp:midi_unittests',
946 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 942 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
947 '../printing/printing.gyp:printing_unittests', 943 '../printing/printing.gyp:printing_unittests',
948 '../remoting/remoting.gyp:remoting_unittests', 944 '../remoting/remoting.gyp:remoting_unittests',
949 '../skia/skia_tests.gyp:skia_unittests', 945 '../skia/skia_tests.gyp:skia_unittests',
950 '../sql/sql.gyp:sql_unittests', 946 '../sql/sql.gyp:sql_unittests',
951 '../sync/sync.gyp:sync_unit_tests', 947 '../sync/sync.gyp:sync_unit_tests',
952 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 948 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 '../components/components_tests.gyp:components_unittests', 999 '../components/components_tests.gyp:components_unittests',
1004 '../content/content_shell_and_tests.gyp:content_browsertests', 1000 '../content/content_shell_and_tests.gyp:content_browsertests',
1005 '../content/content_shell_and_tests.gyp:content_unittests', 1001 '../content/content_shell_and_tests.gyp:content_unittests',
1006 # ../chrome/test/mini_installer requires mini_installer. 1002 # ../chrome/test/mini_installer requires mini_installer.
1007 '../chrome/installer/mini_installer.gyp:mini_installer', 1003 '../chrome/installer/mini_installer.gyp:mini_installer',
1008 '../courgette/courgette.gyp:courgette_unittests', 1004 '../courgette/courgette.gyp:courgette_unittests',
1009 '../device/device_tests.gyp:device_unittests', 1005 '../device/device_tests.gyp:device_unittests',
1010 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1006 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1011 '../gpu/gpu.gyp:gpu_unittests', 1007 '../gpu/gpu.gyp:gpu_unittests',
1012 '../ipc/ipc.gyp:ipc_tests', 1008 '../ipc/ipc.gyp:ipc_tests',
1013 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1014 '../jingle/jingle.gyp:jingle_unittests', 1009 '../jingle/jingle.gyp:jingle_unittests',
1015 '../media/media.gyp:media_unittests', 1010 '../media/media.gyp:media_unittests',
1016 '../media/midi/midi.gyp:midi_unittests', 1011 '../media/midi/midi.gyp:midi_unittests',
1017 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1012 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1018 '../printing/printing.gyp:printing_unittests', 1013 '../printing/printing.gyp:printing_unittests',
1019 '../remoting/remoting.gyp:remoting_unittests', 1014 '../remoting/remoting.gyp:remoting_unittests',
1020 '../skia/skia_tests.gyp:skia_unittests', 1015 '../skia/skia_tests.gyp:skia_unittests',
1021 '../sql/sql.gyp:sql_unittests', 1016 '../sql/sql.gyp:sql_unittests',
1022 '../sync/sync.gyp:sync_unit_tests', 1017 '../sync/sync.gyp:sync_unit_tests',
1023 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1018 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 '../device/device_tests.gyp:device_unittests', 1087 '../device/device_tests.gyp:device_unittests',
1093 '../extensions/extensions_tests.gyp:extensions_browsertests', 1088 '../extensions/extensions_tests.gyp:extensions_browsertests',
1094 '../extensions/extensions_tests.gyp:extensions_unittests', 1089 '../extensions/extensions_tests.gyp:extensions_unittests',
1095 '../gin/gin.gyp:gin_shell', 1090 '../gin/gin.gyp:gin_shell',
1096 '../gin/gin.gyp:gin_unittests', 1091 '../gin/gin.gyp:gin_unittests',
1097 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1092 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1098 '../google_apis/google_apis.gyp:google_apis_unittests', 1093 '../google_apis/google_apis.gyp:google_apis_unittests',
1099 '../gpu/gpu.gyp:angle_unittests', 1094 '../gpu/gpu.gyp:angle_unittests',
1100 '../gpu/gpu.gyp:gpu_unittests', 1095 '../gpu/gpu.gyp:gpu_unittests',
1101 '../ipc/ipc.gyp:ipc_tests', 1096 '../ipc/ipc.gyp:ipc_tests',
1102 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1103 '../jingle/jingle.gyp:jingle_unittests', 1097 '../jingle/jingle.gyp:jingle_unittests',
1104 '../media/cast/cast.gyp:cast_unittests', 1098 '../media/cast/cast.gyp:cast_unittests',
1105 '../media/media.gyp:media_unittests', 1099 '../media/media.gyp:media_unittests',
1106 '../media/midi/midi.gyp:midi_unittests', 1100 '../media/midi/midi.gyp:midi_unittests',
1107 '../mojo/mojo.gyp:mojo', 1101 '../mojo/mojo.gyp:mojo',
1108 '../net/net.gyp:net_unittests', 1102 '../net/net.gyp:net_unittests',
1109 '../printing/printing.gyp:printing_unittests', 1103 '../printing/printing.gyp:printing_unittests',
1110 '../remoting/remoting.gyp:remoting_unittests', 1104 '../remoting/remoting.gyp:remoting_unittests',
1111 '../skia/skia_tests.gyp:skia_unittests', 1105 '../skia/skia_tests.gyp:skia_unittests',
1112 '../sql/sql.gyp:sql_unittests', 1106 '../sql/sql.gyp:sql_unittests',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 'dependencies': [ 1335 'dependencies': [
1342 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1336 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1343 '../ui/views/views.gyp:views', 1337 '../ui/views/views.gyp:views',
1344 '../ui/views/views.gyp:views_unittests', 1338 '../ui/views/views.gyp:views_unittests',
1345 ], 1339 ],
1346 }, # target_name: macviews_builder 1340 }, # target_name: macviews_builder
1347 ], # targets 1341 ], # targets
1348 }], # os=='mac' and toolkit_views==1 1342 }], # os=='mac' and toolkit_views==1
1349 ], # conditions 1343 ], # conditions
1350 } 1344 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698