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

Side by Side Diff: build/gn_migration.gypi

Issue 986383003: Fix Ozone ECS bot (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 | « BUILD.gn ('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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../chrome/chrome.gyp:chromedriver_tests', 55 '../chrome/chrome.gyp:chromedriver_tests',
56 '../chrome/chrome.gyp:chromedriver_unittests', 56 '../chrome/chrome.gyp:chromedriver_unittests',
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:session_manager_component',
66 '../components/components.gyp:webui_generator', 65 '../components/components.gyp:webui_generator',
67 '../components/components_tests.gyp:components_perftests', 66 '../components/components_tests.gyp:components_perftests',
68 '../components/components_tests.gyp:components_unittests', 67 '../components/components_tests.gyp:components_unittests',
69 '../components/nacl.gyp:nacl_loader_unittests', 68 '../components/nacl.gyp:nacl_loader_unittests',
70 '../content/content.gyp:content_app_browser', 69 '../content/content.gyp:content_app_browser',
71 '../content/content.gyp:content_app_child', 70 '../content/content.gyp:content_app_child',
72 '../content/content_shell_and_tests.gyp:content_browsertests', 71 '../content/content_shell_and_tests.gyp:content_browsertests',
73 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 72 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
74 '../content/content_shell_and_tests.gyp:content_gl_tests', 73 '../content/content_shell_and_tests.gyp:content_gl_tests',
75 '../content/content_shell_and_tests.gyp:content_perftests', 74 '../content/content_shell_and_tests.gyp:content_perftests',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'chromium_builder_perf', 541 'chromium_builder_perf',
543 'chromium_builder_tests', 542 'chromium_builder_tests',
544 'chromium_builder_webrtc', 543 'chromium_builder_webrtc',
545 'chromium_gpu_builder', 544 'chromium_gpu_builder',
546 'chromium_gpu_debug_builder', 545 'chromium_gpu_debug_builder',
547 ], 546 ],
548 }, 547 },
549 ] 548 ]
550 } 549 }
551 550
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698