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

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: Try fix mac tests. 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
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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 '../cc/cc_tests.gyp:cc_unittests', 334 '../cc/cc_tests.gyp:cc_unittests',
335 '../content/content_shell_and_tests.gyp:content_browsertests', 335 '../content/content_shell_and_tests.gyp:content_browsertests',
336 '../content/content_shell_and_tests.gyp:content_shell', 336 '../content/content_shell_and_tests.gyp:content_shell',
337 '../content/content_shell_and_tests.gyp:content_unittests', 337 '../content/content_shell_and_tests.gyp:content_unittests',
338 '../device/device_tests.gyp:device_unittests', 338 '../device/device_tests.gyp:device_unittests',
339 '../gin/gin.gyp:gin_unittests', 339 '../gin/gin.gyp:gin_unittests',
340 '../google_apis/google_apis.gyp:google_apis_unittests', 340 '../google_apis/google_apis.gyp:google_apis_unittests',
341 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 341 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
342 '../gpu/gpu.gyp:gpu_unittests', 342 '../gpu/gpu.gyp:gpu_unittests',
343 '../ipc/ipc.gyp:ipc_tests', 343 '../ipc/ipc.gyp:ipc_tests',
344 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
345 '../jingle/jingle.gyp:jingle_unittests', 344 '../jingle/jingle.gyp:jingle_unittests',
346 '../media/cast/cast.gyp:cast_unittests', 345 '../media/cast/cast.gyp:cast_unittests',
347 '../media/media.gyp:media_unittests', 346 '../media/media.gyp:media_unittests',
348 '../media/midi/midi.gyp:midi_unittests', 347 '../media/midi/midi.gyp:midi_unittests',
349 '../mojo/mojo.gyp:mojo', 348 '../mojo/mojo.gyp:mojo',
350 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 349 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
351 '../remoting/remoting.gyp:remoting_unittests', 350 '../remoting/remoting.gyp:remoting_unittests',
352 '../third_party/catapult/telemetry/telemetry.gyp:*', 351 '../third_party/catapult/telemetry/telemetry.gyp:*',
353 '../third_party/WebKit/public/all.gyp:all_blink', 352 '../third_party/WebKit/public/all.gyp:all_blink',
354 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 353 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 '../chrome/chrome.gyp:interactive_ui_tests', 893 '../chrome/chrome.gyp:interactive_ui_tests',
895 '../chrome/chrome.gyp:sync_integration_tests', 894 '../chrome/chrome.gyp:sync_integration_tests',
896 '../chrome/chrome.gyp:unit_tests', 895 '../chrome/chrome.gyp:unit_tests',
897 '../components/components_tests.gyp:components_unittests', 896 '../components/components_tests.gyp:components_unittests',
898 '../content/content_shell_and_tests.gyp:content_browsertests', 897 '../content/content_shell_and_tests.gyp:content_browsertests',
899 '../content/content_shell_and_tests.gyp:content_unittests', 898 '../content/content_shell_and_tests.gyp:content_unittests',
900 '../device/device_tests.gyp:device_unittests', 899 '../device/device_tests.gyp:device_unittests',
901 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 900 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
902 '../gpu/gpu.gyp:gpu_unittests', 901 '../gpu/gpu.gyp:gpu_unittests',
903 '../ipc/ipc.gyp:ipc_tests', 902 '../ipc/ipc.gyp:ipc_tests',
904 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
905 '../jingle/jingle.gyp:jingle_unittests', 903 '../jingle/jingle.gyp:jingle_unittests',
906 '../media/media.gyp:media_unittests', 904 '../media/media.gyp:media_unittests',
907 '../media/midi/midi.gyp:midi_unittests', 905 '../media/midi/midi.gyp:midi_unittests',
908 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 906 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
909 '../printing/printing.gyp:printing_unittests', 907 '../printing/printing.gyp:printing_unittests',
910 '../remoting/remoting.gyp:remoting_unittests', 908 '../remoting/remoting.gyp:remoting_unittests',
911 '../rlz/rlz.gyp:*', 909 '../rlz/rlz.gyp:*',
912 '../skia/skia_tests.gyp:skia_unittests', 910 '../skia/skia_tests.gyp:skia_unittests',
913 '../sql/sql.gyp:sql_unittests', 911 '../sql/sql.gyp:sql_unittests',
914 '../sync/sync.gyp:sync_unit_tests', 912 '../sync/sync.gyp:sync_unit_tests',
(...skipping 19 matching lines...) Expand all
934 '../chrome/chrome.gyp:performance_browser_tests', 932 '../chrome/chrome.gyp:performance_browser_tests',
935 '../chrome/chrome.gyp:sync_integration_tests', 933 '../chrome/chrome.gyp:sync_integration_tests',
936 '../chrome/chrome.gyp:unit_tests', 934 '../chrome/chrome.gyp:unit_tests',
937 '../components/components_tests.gyp:components_unittests', 935 '../components/components_tests.gyp:components_unittests',
938 '../content/content_shell_and_tests.gyp:content_browsertests', 936 '../content/content_shell_and_tests.gyp:content_browsertests',
939 '../content/content_shell_and_tests.gyp:content_unittests', 937 '../content/content_shell_and_tests.gyp:content_unittests',
940 '../device/device_tests.gyp:device_unittests', 938 '../device/device_tests.gyp:device_unittests',
941 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 939 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
942 '../gpu/gpu.gyp:gpu_unittests', 940 '../gpu/gpu.gyp:gpu_unittests',
943 '../ipc/ipc.gyp:ipc_tests', 941 '../ipc/ipc.gyp:ipc_tests',
944 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
945 '../jingle/jingle.gyp:jingle_unittests', 942 '../jingle/jingle.gyp:jingle_unittests',
946 '../media/media.gyp:media_unittests', 943 '../media/media.gyp:media_unittests',
947 '../media/midi/midi.gyp:midi_unittests', 944 '../media/midi/midi.gyp:midi_unittests',
948 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 945 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
949 '../printing/printing.gyp:printing_unittests', 946 '../printing/printing.gyp:printing_unittests',
950 '../remoting/remoting.gyp:remoting_unittests', 947 '../remoting/remoting.gyp:remoting_unittests',
951 '../skia/skia_tests.gyp:skia_unittests', 948 '../skia/skia_tests.gyp:skia_unittests',
952 '../sql/sql.gyp:sql_unittests', 949 '../sql/sql.gyp:sql_unittests',
953 '../sync/sync.gyp:sync_unit_tests', 950 '../sync/sync.gyp:sync_unit_tests',
954 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 951 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 '../components/components_tests.gyp:components_unittests', 1002 '../components/components_tests.gyp:components_unittests',
1006 '../content/content_shell_and_tests.gyp:content_browsertests', 1003 '../content/content_shell_and_tests.gyp:content_browsertests',
1007 '../content/content_shell_and_tests.gyp:content_unittests', 1004 '../content/content_shell_and_tests.gyp:content_unittests',
1008 # ../chrome/test/mini_installer requires mini_installer. 1005 # ../chrome/test/mini_installer requires mini_installer.
1009 '../chrome/installer/mini_installer.gyp:mini_installer', 1006 '../chrome/installer/mini_installer.gyp:mini_installer',
1010 '../courgette/courgette.gyp:courgette_unittests', 1007 '../courgette/courgette.gyp:courgette_unittests',
1011 '../device/device_tests.gyp:device_unittests', 1008 '../device/device_tests.gyp:device_unittests',
1012 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1009 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1013 '../gpu/gpu.gyp:gpu_unittests', 1010 '../gpu/gpu.gyp:gpu_unittests',
1014 '../ipc/ipc.gyp:ipc_tests', 1011 '../ipc/ipc.gyp:ipc_tests',
1015 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1016 '../jingle/jingle.gyp:jingle_unittests', 1012 '../jingle/jingle.gyp:jingle_unittests',
1017 '../media/media.gyp:media_unittests', 1013 '../media/media.gyp:media_unittests',
1018 '../media/midi/midi.gyp:midi_unittests', 1014 '../media/midi/midi.gyp:midi_unittests',
1019 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1015 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1020 '../printing/printing.gyp:printing_unittests', 1016 '../printing/printing.gyp:printing_unittests',
1021 '../remoting/remoting.gyp:remoting_unittests', 1017 '../remoting/remoting.gyp:remoting_unittests',
1022 '../skia/skia_tests.gyp:skia_unittests', 1018 '../skia/skia_tests.gyp:skia_unittests',
1023 '../sql/sql.gyp:sql_unittests', 1019 '../sql/sql.gyp:sql_unittests',
1024 '../sync/sync.gyp:sync_unit_tests', 1020 '../sync/sync.gyp:sync_unit_tests',
1025 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1021 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 '../device/device_tests.gyp:device_unittests', 1090 '../device/device_tests.gyp:device_unittests',
1095 '../extensions/extensions_tests.gyp:extensions_browsertests', 1091 '../extensions/extensions_tests.gyp:extensions_browsertests',
1096 '../extensions/extensions_tests.gyp:extensions_unittests', 1092 '../extensions/extensions_tests.gyp:extensions_unittests',
1097 '../gin/gin.gyp:gin_shell', 1093 '../gin/gin.gyp:gin_shell',
1098 '../gin/gin.gyp:gin_unittests', 1094 '../gin/gin.gyp:gin_unittests',
1099 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1095 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1100 '../google_apis/google_apis.gyp:google_apis_unittests', 1096 '../google_apis/google_apis.gyp:google_apis_unittests',
1101 '../gpu/gpu.gyp:angle_unittests', 1097 '../gpu/gpu.gyp:angle_unittests',
1102 '../gpu/gpu.gyp:gpu_unittests', 1098 '../gpu/gpu.gyp:gpu_unittests',
1103 '../ipc/ipc.gyp:ipc_tests', 1099 '../ipc/ipc.gyp:ipc_tests',
1104 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1105 '../jingle/jingle.gyp:jingle_unittests', 1100 '../jingle/jingle.gyp:jingle_unittests',
1106 '../media/cast/cast.gyp:cast_unittests', 1101 '../media/cast/cast.gyp:cast_unittests',
1107 '../media/media.gyp:media_unittests', 1102 '../media/media.gyp:media_unittests',
1108 '../media/midi/midi.gyp:midi_unittests', 1103 '../media/midi/midi.gyp:midi_unittests',
1109 '../mojo/mojo.gyp:mojo', 1104 '../mojo/mojo.gyp:mojo',
1110 '../net/net.gyp:net_unittests', 1105 '../net/net.gyp:net_unittests',
1111 '../printing/printing.gyp:printing_unittests', 1106 '../printing/printing.gyp:printing_unittests',
1112 '../remoting/remoting.gyp:remoting_unittests', 1107 '../remoting/remoting.gyp:remoting_unittests',
1113 '../skia/skia_tests.gyp:skia_unittests', 1108 '../skia/skia_tests.gyp:skia_unittests',
1114 '../sql/sql.gyp:sql_unittests', 1109 '../sql/sql.gyp:sql_unittests',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 'dependencies': [ 1338 'dependencies': [
1344 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1339 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1345 '../ui/views/views.gyp:views', 1340 '../ui/views/views.gyp:views',
1346 '../ui/views/views.gyp:views_unittests', 1341 '../ui/views/views.gyp:views_unittests',
1347 ], 1342 ],
1348 }, # target_name: macviews_builder 1343 }, # target_name: macviews_builder
1349 ], # targets 1344 ], # targets
1350 }], # os=='mac' and toolkit_views==1 1345 }], # os=='mac' and toolkit_views==1
1351 ], # conditions 1346 ], # conditions
1352 } 1347 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | ipc/mojo/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698