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

Side by Side Diff: build/gn_migration.gypi

Issue 966223002: Fix a build failing in the x86 linux builds ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in gyp condition 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 | « 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'target_name': 'gyp_remaining', 345 'target_name': 'gyp_remaining',
346 'type': 'none', 346 'type': 'none',
347 'dependencies': [ 347 'dependencies': [
348 ':add_to_gn_all', 348 ':add_to_gn_all',
349 ], 349 ],
350 'conditions': [ 350 'conditions': [
351 ['OS=="linux"', { 351 ['OS=="linux"', {
352 'dependencies': [ 352 'dependencies': [
353 '../base/base.gyp:base_i18n_perftests', 353 '../base/base.gyp:base_i18n_perftests',
354 '../base/base.gyp:base_perftests', 354 '../base/base.gyp:base_perftests',
355 '../base/base.gyp:build_utf8_validator_tables', 355 '../base/base.gyp:build_utf8_validator_tables#host',
356 '../base/base.gyp:check_example', 356 '../base/base.gyp:check_example',
357 '../base/base.gyp:protect_file_posix', 357 '../base/base.gyp:protect_file_posix',
358 '../breakpad/breakpad.gyp:core-2-minidump', 358 '../breakpad/breakpad.gyp:core-2-minidump',
359 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer', 359 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
360 '../chrome/chrome.gyp:chrome_app_unittests', 360 '../chrome/chrome.gyp:chrome_app_unittests',
361 '../chrome/chrome.gyp:chromedriver', 361 '../chrome/chrome.gyp:chromedriver',
362 '../chrome/chrome.gyp:chromedriver_tests', 362 '../chrome/chrome.gyp:chromedriver_tests',
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',
(...skipping 20 matching lines...) Expand all
386 '../gpu/tools/tools.gyp:compositor_model_bench', 386 '../gpu/tools/tools.gyp:compositor_model_bench',
387 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 387 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
388 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 388 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
389 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 389 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
390 '../media/cast/cast.gyp:cast_benchmarks', 390 '../media/cast/cast.gyp:cast_benchmarks',
391 '../media/cast/cast.gyp:generate_barcode_video', 391 '../media/cast/cast.gyp:generate_barcode_video',
392 '../media/cast/cast.gyp:generate_timecode_audio', 392 '../media/cast/cast.gyp:generate_timecode_audio',
393 '../media/cast/cast.gyp:tap_proxy', 393 '../media/cast/cast.gyp:tap_proxy',
394 '../media/media.gyp:player_x11', 394 '../media/media.gyp:player_x11',
395 '../mojo/mojo_base.gyp:mojo_application_chromium', 395 '../mojo/mojo_base.gyp:mojo_application_chromium',
396 '../mojo/mojo_nacl.gyp:monacl_shell',
397 '../net/net.gyp:hpack_example_generator', 396 '../net/net.gyp:hpack_example_generator',
398 '../net/net.gyp:hpack_fuzz_mutator', 397 '../net/net.gyp:hpack_fuzz_mutator',
399 '../net/net.gyp:hpack_fuzz_wrapper', 398 '../net/net.gyp:hpack_fuzz_wrapper',
400 '../net/net.gyp:net_perftests', 399 '../net/net.gyp:net_perftests',
401 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 400 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
402 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 401 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
403 '../remoting/app_remoting_webapp.gyp:ar_sample_app', 402 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
404 '../remoting/remoting.gyp:remoting_host', 403 '../remoting/remoting.gyp:remoting_host',
405 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', 404 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
406 '../remoting/remoting.gyp:remoting_key_tester', 405 '../remoting/remoting.gyp:remoting_key_tester',
(...skipping 23 matching lines...) Expand all
430 '../ui/compositor/compositor.gyp:compositor_unittests', 429 '../ui/compositor/compositor.gyp:compositor_unittests',
431 '../ui/message_center/message_center.gyp:message_center_unittests', 430 '../ui/message_center/message_center.gyp:message_center_unittests',
432 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 431 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
433 '../v8/tools/gyp/v8.gyp:v8_snapshot', 432 '../v8/tools/gyp/v8.gyp:v8_snapshot',
434 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 433 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
435 434
436 # TODO(GYP) - list all of the examples explicitly. 435 # TODO(GYP) - list all of the examples explicitly.
437 '../ppapi/ppapi_internal.gyp:*', 436 '../ppapi/ppapi_internal.gyp:*',
438 ], 437 ],
439 'conditions': [ 438 'conditions': [
439 ['disable_nacl==0 and disable_nacl_untrusted==0', {
440 'dependencies': [
441 '../mojo/mojo_nacl.gyp:monacl_shell',
442 ]
443 }],
440 ['test_isolation_mode!="noop"', { 444 ['test_isolation_mode!="noop"', {
441 'dependencies': [ 445 'dependencies': [
442 '../ash/ash.gyp:ash_unittests_run', 446 '../ash/ash.gyp:ash_unittests_run',
443 '../base/base.gyp:base_unittests_run', 447 '../base/base.gyp:base_unittests_run',
444 '../cc/cc_tests.gyp:cc_unittests_run', 448 '../cc/cc_tests.gyp:cc_unittests_run',
445 '../chrome/chrome.gyp:browser_tests_run', 449 '../chrome/chrome.gyp:browser_tests_run',
446 '../chrome/chrome.gyp:chrome_run', 450 '../chrome/chrome.gyp:chrome_run',
447 '../chrome/chrome.gyp:interactive_ui_tests_run', 451 '../chrome/chrome.gyp:interactive_ui_tests_run',
448 '../chrome/chrome.gyp:sync_integration_tests_run', 452 '../chrome/chrome.gyp:sync_integration_tests_run',
449 '../chrome/chrome.gyp:unit_tests_run', 453 '../chrome/chrome.gyp:unit_tests_run',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'chromium_builder_perf', 495 'chromium_builder_perf',
492 'chromium_builder_tests', 496 'chromium_builder_tests',
493 'chromium_builder_webrtc', 497 'chromium_builder_webrtc',
494 'chromium_gpu_builder', 498 'chromium_gpu_builder',
495 'chromium_gpu_debug_builder', 499 'chromium_gpu_debug_builder',
496 ], 500 ],
497 }, 501 },
498 ] 502 ]
499 } 503 }
500 504
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