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

Side by Side Diff: build/gn_migration.gypi

Issue 1100833003: Update 'gn_all' target in GYP to work on the mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/all.gyp ('k') | no next file » | 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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines three targets that we are using to 5 # This file defines three targets that we are using to
6 # track the progress of the GYP->GN migration: 6 # track the progress of the GYP->GN migration:
7 # 7 #
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This 9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact 10 # indicates that everything built by a ninja build is in fact
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 45 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
46 '../chrome/chrome.gyp:chrome', 46 '../chrome/chrome.gyp:chrome',
47 '../chrome/chrome.gyp:browser_tests', 47 '../chrome/chrome.gyp:browser_tests',
48 '../chrome/chrome.gyp:chrome_app_unittests', 48 '../chrome/chrome.gyp:chrome_app_unittests',
49 '../chrome/chrome.gyp:chromedriver', 49 '../chrome/chrome.gyp:chromedriver',
50 '../chrome/chrome.gyp:chromedriver_tests', 50 '../chrome/chrome.gyp:chromedriver_tests',
51 '../chrome/chrome.gyp:chromedriver_unittests', 51 '../chrome/chrome.gyp:chromedriver_unittests',
52 '../chrome/chrome.gyp:interactive_ui_tests', 52 '../chrome/chrome.gyp:interactive_ui_tests',
53 '../chrome/chrome.gyp:load_library_perf_tests', 53 '../chrome/chrome.gyp:load_library_perf_tests',
54 '../chrome/chrome.gyp:performance_browser_tests', 54 '../chrome/chrome.gyp:performance_browser_tests',
55 '../chrome/chrome.gyp:service_discovery_sniffer',
56 '../chrome/chrome.gyp:sync_integration_tests', 55 '../chrome/chrome.gyp:sync_integration_tests',
57 '../chrome/chrome.gyp:sync_performance_tests', 56 '../chrome/chrome.gyp:sync_performance_tests',
58 '../chrome/chrome.gyp:unit_tests', 57 '../chrome/chrome.gyp:unit_tests',
59 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler', 58 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
60 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 59 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
61 '../components/components.gyp:network_hints_browser', 60 '../components/components.gyp:network_hints_browser',
62 '../components/components.gyp:policy_templates', 61 '../components/components.gyp:policy_templates',
63 '../components/components.gyp:webui_generator', 62 '../components/components.gyp:webui_generator',
64 '../components/components_tests.gyp:components_browsertests', 63 '../components/components_tests.gyp:components_browsertests',
65 '../components/components_tests.gyp:components_perftests', 64 '../components/components_tests.gyp:components_perftests',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 '../tools/imagediff/image_diff.gyp:image_diff', 191 '../tools/imagediff/image_diff.gyp:image_diff',
193 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che', 192 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che',
194 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 193 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
195 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 194 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
196 '../ui/app_list/app_list.gyp:app_list_unittests', 195 '../ui/app_list/app_list.gyp:app_list_unittests',
197 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 196 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
198 '../ui/compositor/compositor.gyp:compositor_unittests', 197 '../ui/compositor/compositor.gyp:compositor_unittests',
199 '../ui/display/display.gyp:display_unittests', 198 '../ui/display/display.gyp:display_unittests',
200 '../ui/events/events.gyp:events_unittests', 199 '../ui/events/events.gyp:events_unittests',
201 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 200 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
202 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
203 '../ui/message_center/message_center.gyp:message_center_unittests', 201 '../ui/message_center/message_center.gyp:message_center_unittests',
204 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 202 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
205 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 203 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
206 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 204 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
207 '../url/url.gyp:url_unittests', 205 '../url/url.gyp:url_unittests',
208 '../v8/tools/gyp/v8.gyp:v8_snapshot', 206 '../v8/tools/gyp/v8.gyp:v8_snapshot',
209 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 207 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
210 ], 208 ],
211 'conditions': [ 209 'conditions': [
212 ['clang==1', { 210 ['clang==1', {
213 'dependencies': [ 211 'dependencies': [
214 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer', 212 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
215 ], 213 ],
216 }], 214 }],
217 ['disable_nacl==0 and disable_nacl_untrusted==0', { 215 ['disable_nacl==0 and disable_nacl_untrusted==0', {
218 'dependencies': [ 216 'dependencies': [
219 '../components/nacl.gyp:nacl_loader_unittests', 217 '../components/nacl.gyp:nacl_loader_unittests',
220 ] 218 ]
221 }], 219 }],
222 ['enable_extensions==1 and OS!="mac"', { 220 ['enable_extensions==1 and OS!="mac"', {
223 'dependencies': [ 221 'dependencies': [
224 '../extensions/shell/app_shell.gyp:app_shell', 222 '../extensions/shell/app_shell.gyp:app_shell',
225 '../extensions/shell/app_shell.gyp:app_shell_unittests', 223 '../extensions/shell/app_shell.gyp:app_shell_unittests',
226 ], 224 ],
227 }], 225 }],
226 ['enable_mdns==1', {
227 'dependencies': [
228 '../chrome/chrome.gyp:service_discovery_sniffer',
229 ]
230 }],
228 ['remoting==1', { 231 ['remoting==1', {
229 'dependencies': [ 232 'dependencies': [
230 '../remoting/remoting_all.gyp:remoting_all', 233 '../remoting/remoting_all.gyp:remoting_all',
231 ], 234 ],
232 }], 235 }],
233 ['remoting==1 and chromeos==0', { 236 ['remoting==1 and chromeos==0', {
234 'dependencies': [ 237 'dependencies': [
235 '../remoting/remoting.gyp:remoting_me2me_host', 238 '../remoting/remoting.gyp:remoting_me2me_host',
236 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 239 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
237 ], 240 ],
(...skipping 14 matching lines...) Expand all
252 ['use_ash==1 or chromeos== 1', { 255 ['use_ash==1 or chromeos== 1', {
253 'dependencies': [ 256 'dependencies': [
254 '../components/components.gyp:session_manager_component', 257 '../components/components.gyp:session_manager_component',
255 ] 258 ]
256 }], 259 }],
257 ['use_aura==1', { 260 ['use_aura==1', {
258 'dependencies': [ 261 'dependencies': [
259 '../ui/aura/aura.gyp:aura_bench', 262 '../ui/aura/aura.gyp:aura_bench',
260 '../ui/aura/aura.gyp:aura_demo', 263 '../ui/aura/aura.gyp:aura_demo',
261 '../ui/aura/aura.gyp:aura_unittests', 264 '../ui/aura/aura.gyp:aura_unittests',
265 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
262 '../ui/wm/wm.gyp:wm_unittests', 266 '../ui/wm/wm.gyp:wm_unittests',
263 ], 267 ],
264 }], 268 }],
265 ['use_ozone==1', { 269 ['use_ozone==1', {
266 'dependencies': [ 270 'dependencies': [
267 '../ui/ozone/ozone.gyp:ozone', 271 '../ui/ozone/ozone.gyp:ozone',
268 ], 272 ],
269 }], 273 }],
270 274
271 275
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests', 362 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
359 ] 363 ]
360 }], 364 }],
361 ['chromeos==1 or OS=="win" or OS=="mac"', { 365 ['chromeos==1 or OS=="win" or OS=="mac"', {
362 'dependencies': [ 366 'dependencies': [
363 '../rlz/rlz.gyp:rlz_id', 367 '../rlz/rlz.gyp:rlz_id',
364 '../rlz/rlz.gyp:rlz_lib', 368 '../rlz/rlz.gyp:rlz_lib',
365 '../rlz/rlz.gyp:rlz_unittests', 369 '../rlz/rlz.gyp:rlz_unittests',
366 ], 370 ],
367 }], 371 }],
372 ['OS=="android" or OS=="linux" or os_bsd==1', {
373 'dependencies': [
374 '../breakpad/breakpad.gyp:core-2-minidump',
375 '../breakpad/breakpad.gyp:microdump_stackwalk',
376 '../breakpad/breakpad.gyp:minidump_dump',
377 '../breakpad/breakpad.gyp:minidump_stackwalk',
378 '../breakpad/breakpad.gyp:symupload',
379 '../third_party/codesighs/codesighs.gyp:nm2tsv',
380 ],
381 }],
368 ['OS=="linux"', { 382 ['OS=="linux"', {
369 'dependencies': [ 383 'dependencies': [
370 '../breakpad/breakpad.gyp:breakpad_unittests', 384 '../breakpad/breakpad.gyp:breakpad_unittests',
371 '../breakpad/breakpad.gyp:dump_syms#host', 385 '../breakpad/breakpad.gyp:dump_syms#host',
372 '../breakpad/breakpad.gyp:generate_test_dump', 386 '../breakpad/breakpad.gyp:generate_test_dump',
373 '../breakpad/breakpad.gyp:minidump-2-core', 387 '../breakpad/breakpad.gyp:minidump-2-core',
374 '../dbus/dbus.gyp:dbus_test_server', 388 '../dbus/dbus.gyp:dbus_test_server',
375 '../dbus/dbus.gyp:dbus_unittests', 389 '../dbus/dbus.gyp:dbus_unittests',
376 '../media/cast/cast.gyp:tap_proxy', 390 '../media/cast/cast.gyp:tap_proxy',
377 '../net/net.gyp:disk_cache_memory_test', 391 '../net/net.gyp:disk_cache_memory_test',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 '../sandbox/sandbox.gyp:sandbox_poc', 470 '../sandbox/sandbox.gyp:sandbox_poc',
457 '../sandbox/sandbox.gyp:sbox_integration_tests', 471 '../sandbox/sandbox.gyp:sbox_integration_tests',
458 '../sandbox/sandbox.gyp:sbox_unittests', 472 '../sandbox/sandbox.gyp:sbox_unittests',
459 '../sandbox/sandbox.gyp:sbox_validation_tests', 473 '../sandbox/sandbox.gyp:sbox_validation_tests',
460 '../testing/gtest.gyp:gtest_main', 474 '../testing/gtest.gyp:gtest_main',
461 '../third_party/codesighs/codesighs.gyp:msdump2symdb', 475 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
462 '../third_party/codesighs/codesighs.gyp:msmap2tsv', 476 '../third_party/codesighs/codesighs.gyp:msmap2tsv',
463 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', 477 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
464 '../win8/win8.gyp:metro_viewer', 478 '../win8/win8.gyp:metro_viewer',
465 ], 479 ],
466 }, {
467 'dependencies': [
468 '../breakpad/breakpad.gyp:core-2-minidump',
469 '../breakpad/breakpad.gyp:microdump_stackwalk',
470 '../breakpad/breakpad.gyp:minidump_dump',
471 '../breakpad/breakpad.gyp:minidump_stackwalk',
472 '../breakpad/breakpad.gyp:symupload',
473 '../third_party/codesighs/codesighs.gyp:nm2tsv',
474 ],
475 }], 480 }],
476 ], 481 ],
477 }, 482 },
478 { 483 {
479 'target_name': 'gyp_only', 484 'target_name': 'gyp_only',
480 'type': 'none', 485 'type': 'none',
481 'conditions': [ 486 'conditions': [
482 ['OS=="linux" or OS=="win"', { 487 ['OS=="linux" or OS=="win"', {
483 'conditions': [ 488 'conditions': [
484 ['disable_nacl==0 and disable_nacl_untrusted==0', { 489 ['disable_nacl==0 and disable_nacl_untrusted==0', {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 }], 667 }],
663 ], 668 ],
664 }, 669 },
665 { 670 {
666 # This target, when built, should cause no actual work 671 # This target, when built, should cause no actual work
667 # to be done, just update a bunch of stamp files. 672 # to be done, just update a bunch of stamp files.
668 'target_name': 'gyp_groups', 673 'target_name': 'gyp_groups',
669 'type': 'none', 674 'type': 'none',
670 'dependencies': [ 675 'dependencies': [
671 'All', 676 'All',
672 'aura_builder',
673 'blink_tests', 677 'blink_tests',
674 'chromium_builder_asan', 678 'chromium_builder_asan',
675 'chromium_builder_chromedriver', 679 'chromium_builder_chromedriver',
676 'chromium_builder_perf', 680 'chromium_builder_perf',
677 'chromium_builder_tests', 681 'chromium_builder_tests',
678 'chromium_builder_webrtc', 682 'chromium_builder_webrtc',
679 'chromium_gpu_builder', 683 'chromium_gpu_builder',
680 'chromium_gpu_debug_builder', 684 'chromium_gpu_debug_builder',
681 ], 685 ],
682 'conditions': [ 686 'conditions': [
687 ['use_aura==1', {
688 'dependencies': [
689 'aura_builder',
690 ]
691 }],
683 ['OS=="win"', { 692 ['OS=="win"', {
684 'dependencies': [ 693 'dependencies': [
685 'chromium_builder', 694 'chromium_builder',
686 'chromium_builder_dbg_drmemory_win', 695 'chromium_builder_dbg_drmemory_win',
687 'chromium_builder_nacl_sdk', 696 'chromium_builder_nacl_sdk',
688 'chromium_builder_lkgr_drmemory_win', 697 'chromium_builder_lkgr_drmemory_win',
689 'chromium_builder_dbg_tsan_win', 698 'chromium_builder_dbg_tsan_win',
690 ], 699 ],
691 }], 700 }],
692 ], 701 ],
693 }, 702 },
694 ] 703 ]
695 } 704 }
696 705
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698