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

Side by Side Diff: build/gn_migration.gypi

Issue 1038323002: Implement components_browsertests in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_up_gyp_remaining
Patch Set: do not build components_browsertests on mac 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.gn ('k') | components/BUILD.gn » ('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) 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '../chrome/chrome.gyp:interactive_ui_tests', 57 '../chrome/chrome.gyp:interactive_ui_tests',
58 '../chrome/chrome.gyp:load_library_perf_tests', 58 '../chrome/chrome.gyp:load_library_perf_tests',
59 '../chrome/chrome.gyp:service_discovery_sniffer', 59 '../chrome/chrome.gyp:service_discovery_sniffer',
60 '../chrome/chrome.gyp:sync_integration_tests', 60 '../chrome/chrome.gyp:sync_integration_tests',
61 '../chrome/chrome.gyp:sync_performance_tests', 61 '../chrome/chrome.gyp:sync_performance_tests',
62 '../chrome/chrome.gyp:unit_tests', 62 '../chrome/chrome.gyp:unit_tests',
63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler', 63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
64 '../components/components.gyp:network_hints_browser', 64 '../components/components.gyp:network_hints_browser',
65 '../components/components.gyp:policy_templates', 65 '../components/components.gyp:policy_templates',
66 '../components/components.gyp:webui_generator', 66 '../components/components.gyp:webui_generator',
67 '../components/components_tests.gyp:components_browsertests',
67 '../components/components_tests.gyp:components_perftests', 68 '../components/components_tests.gyp:components_perftests',
68 '../components/components_tests.gyp:components_unittests', 69 '../components/components_tests.gyp:components_unittests',
69 '../components/nacl.gyp:nacl_loader_unittests', 70 '../components/nacl.gyp:nacl_loader_unittests',
70 '../content/content.gyp:content_app_browser', 71 '../content/content.gyp:content_app_browser',
71 '../content/content.gyp:content_app_child', 72 '../content/content.gyp:content_app_child',
72 '../content/content_shell_and_tests.gyp:content_browsertests', 73 '../content/content_shell_and_tests.gyp:content_browsertests',
73 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 74 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
74 '../content/content_shell_and_tests.gyp:content_gl_tests', 75 '../content/content_shell_and_tests.gyp:content_gl_tests',
75 '../content/content_shell_and_tests.gyp:content_perftests', 76 '../content/content_shell_and_tests.gyp:content_perftests',
76 '../content/content_shell_and_tests.gyp:content_shell', 77 '../content/content_shell_and_tests.gyp:content_shell',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 ], 407 ],
407 }, 408 },
408 { 409 {
409 'target_name': 'gyp_remaining', 410 'target_name': 'gyp_remaining',
410 'type': 'none', 411 'type': 'none',
411 'conditions': [ 412 'conditions': [
412 ['OS=="linux"', { 413 ['OS=="linux"', {
413 'dependencies': [ 414 'dependencies': [
414 '../chrome/chrome.gyp:performance_browser_tests', 415 '../chrome/chrome.gyp:performance_browser_tests',
415 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 416 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
416 '../components/components_tests.gyp:components_browsertests',
417 '../components/components_tests.gyp:components_perftests',
418 '../gpu/gpu.gyp:gl_tests', 417 '../gpu/gpu.gyp:gl_tests',
419 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 418 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
420 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 419 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
421 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 420 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
422 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 421 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
423 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 422 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
424 423
425 # TODO(GYP) - list all of the examples explicitly. 424 # TODO(GYP) - list all of the examples explicitly.
426 '../ppapi/ppapi_internal.gyp:*', 425 '../ppapi/ppapi_internal.gyp:*',
427 ], 426 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'chromium_builder_perf', 498 'chromium_builder_perf',
500 'chromium_builder_tests', 499 'chromium_builder_tests',
501 'chromium_builder_webrtc', 500 'chromium_builder_webrtc',
502 'chromium_gpu_builder', 501 'chromium_gpu_builder',
503 'chromium_gpu_debug_builder', 502 'chromium_gpu_debug_builder',
504 ], 503 ],
505 }, 504 },
506 ] 505 ]
507 } 506 }
508 507
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698