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

Side by Side Diff: build/gn_migration.gypi

Issue 972563002: Fix nacl-only targets in gn_migration.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 '../chrome/chrome.gyp:chromedriver_unittests', 363 '../chrome/chrome.gyp:chromedriver_unittests',
364 '../chrome/chrome.gyp:load_library_perf_tests', 364 '../chrome/chrome.gyp:load_library_perf_tests',
365 '../chrome/chrome.gyp:performance_browser_tests', 365 '../chrome/chrome.gyp:performance_browser_tests',
366 '../chrome/chrome.gyp:service_discovery_sniffer', 366 '../chrome/chrome.gyp:service_discovery_sniffer',
367 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 367 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
368 '../components/components.gyp:network_hints_browser', 368 '../components/components.gyp:network_hints_browser',
369 '../components/components.gyp:policy_templates', 369 '../components/components.gyp:policy_templates',
370 '../components/components.gyp:session_manager_component', 370 '../components/components.gyp:session_manager_component',
371 '../components/components_tests.gyp:components_browsertests', 371 '../components/components_tests.gyp:components_browsertests',
372 '../components/components_tests.gyp:components_perftests', 372 '../components/components_tests.gyp:components_perftests',
373 '../components/nacl.gyp:nacl_loader_unittests',
374 '../content/content.gyp:content_app_browser', 373 '../content/content.gyp:content_app_browser',
375 '../content/content.gyp:content_app_child', 374 '../content/content.gyp:content_app_child',
376 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 375 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
377 '../content/content_shell_and_tests.gyp:content_gl_tests', 376 '../content/content_shell_and_tests.gyp:content_gl_tests',
378 '../courgette/courgette.gyp:courgette', 377 '../courgette/courgette.gyp:courgette',
379 '../courgette/courgette.gyp:courgette_fuzz', 378 '../courgette/courgette.gyp:courgette_fuzz',
380 '../dbus/dbus.gyp:dbus_test_server', 379 '../dbus/dbus.gyp:dbus_test_server',
381 '../device/device_tests.gyp:device_unittests', 380 '../device/device_tests.gyp:device_unittests',
382 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 381 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
383 '../gin/gin.gyp:gin_shell', 382 '../gin/gin.gyp:gin_shell',
(...skipping 11 matching lines...) Expand all
395 '../mojo/mojo_base.gyp:mojo_application_chromium', 394 '../mojo/mojo_base.gyp:mojo_application_chromium',
396 '../net/net.gyp:hpack_example_generator', 395 '../net/net.gyp:hpack_example_generator',
397 '../net/net.gyp:hpack_fuzz_mutator', 396 '../net/net.gyp:hpack_fuzz_mutator',
398 '../net/net.gyp:hpack_fuzz_wrapper', 397 '../net/net.gyp:hpack_fuzz_wrapper',
399 '../net/net.gyp:net_perftests', 398 '../net/net.gyp:net_perftests',
400 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 399 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
401 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 400 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
402 '../remoting/app_remoting_webapp.gyp:ar_sample_app', 401 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
403 '../remoting/remoting.gyp:remoting_host', 402 '../remoting/remoting.gyp:remoting_host',
404 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', 403 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
405 '../remoting/remoting.gyp:remoting_key_tester',
406 '../remoting/remoting.gyp:remoting_me2me_host', 404 '../remoting/remoting.gyp:remoting_me2me_host',
407 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 405 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
408 '../remoting/remoting.gyp:remoting_native_messaging_manifests', 406 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
409 '../remoting/remoting.gyp:remoting_perftests', 407 '../remoting/remoting.gyp:remoting_perftests',
410 '../remoting/remoting.gyp:remoting_start_host', 408 '../remoting/remoting.gyp:remoting_start_host',
411 '../remoting/remoting.gyp:remoting_unittests', 409 '../remoting/remoting.gyp:remoting_unittests',
412 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests', 410 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
413 '../skia/skia.gyp:filter_fuzz_stub', 411 '../skia/skia.gyp:filter_fuzz_stub',
414 '../skia/skia.gyp:image_operations_bench', 412 '../skia/skia.gyp:image_operations_bench',
415 '../sync/sync.gyp:run_sync_testserver', 413 '../sync/sync.gyp:run_sync_testserver',
(...skipping 15 matching lines...) Expand all
431 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 429 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
432 '../v8/tools/gyp/v8.gyp:v8_snapshot', 430 '../v8/tools/gyp/v8.gyp:v8_snapshot',
433 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 431 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
434 432
435 # TODO(GYP) - list all of the examples explicitly. 433 # TODO(GYP) - list all of the examples explicitly.
436 '../ppapi/ppapi_internal.gyp:*', 434 '../ppapi/ppapi_internal.gyp:*',
437 ], 435 ],
438 'conditions': [ 436 'conditions': [
439 ['disable_nacl==0 and disable_nacl_untrusted==0', { 437 ['disable_nacl==0 and disable_nacl_untrusted==0', {
440 'dependencies': [ 438 'dependencies': [
439 '../components/nacl.gyp:nacl_loader_unittests',
441 '../mojo/mojo_nacl.gyp:monacl_shell', 440 '../mojo/mojo_nacl.gyp:monacl_shell',
441 '../remoting/remoting.gyp:remoting_key_tester',
442 ] 442 ]
443 }], 443 }],
444 ['test_isolation_mode!="noop"', { 444 ['test_isolation_mode!="noop"', {
445 'dependencies': [ 445 'dependencies': [
446 '../ash/ash.gyp:ash_unittests_run', 446 '../ash/ash.gyp:ash_unittests_run',
447 '../base/base.gyp:base_unittests_run', 447 '../base/base.gyp:base_unittests_run',
448 '../cc/cc_tests.gyp:cc_unittests_run', 448 '../cc/cc_tests.gyp:cc_unittests_run',
449 '../chrome/chrome.gyp:browser_tests_run', 449 '../chrome/chrome.gyp:browser_tests_run',
450 '../chrome/chrome.gyp:chrome_run', 450 '../chrome/chrome.gyp:chrome_run',
451 '../chrome/chrome.gyp:interactive_ui_tests_run', 451 '../chrome/chrome.gyp:interactive_ui_tests_run',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'chromium_builder_perf', 495 'chromium_builder_perf',
496 'chromium_builder_tests', 496 'chromium_builder_tests',
497 'chromium_builder_webrtc', 497 'chromium_builder_webrtc',
498 'chromium_gpu_builder', 498 'chromium_gpu_builder',
499 'chromium_gpu_debug_builder', 499 'chromium_gpu_debug_builder',
500 ], 500 ],
501 }, 501 },
502 ] 502 ]
503 } 503 }
504 504
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698