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

Side by Side Diff: build/gn_migration.gypi

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 years, 6 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') | chrome/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 five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../chrome/chrome.gyp:interactive_ui_tests', 55 '../chrome/chrome.gyp:interactive_ui_tests',
56 '../chrome/chrome.gyp:load_library_perf_tests', 56 '../chrome/chrome.gyp:load_library_perf_tests',
57 '../chrome/chrome.gyp:performance_browser_tests', 57 '../chrome/chrome.gyp:performance_browser_tests',
58 '../chrome/chrome.gyp:sync_integration_tests', 58 '../chrome/chrome.gyp:sync_integration_tests',
59 '../chrome/chrome.gyp:sync_performance_tests', 59 '../chrome/chrome.gyp:sync_performance_tests',
60 '../chrome/chrome.gyp:unit_tests', 60 '../chrome/chrome.gyp:unit_tests',
61 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler', 61 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
62 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 62 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
63 '../components/components.gyp:network_hints_browser', 63 '../components/components.gyp:network_hints_browser',
64 '../components/components.gyp:policy_templates', 64 '../components/components.gyp:policy_templates',
65 '../components/components.gyp:webui_generator',
66 '../components/components_tests.gyp:components_browsertests', 65 '../components/components_tests.gyp:components_browsertests',
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 '../content/content.gyp:content_app_browser', 68 '../content/content.gyp:content_app_browser',
70 '../content/content.gyp:content_app_child', 69 '../content/content.gyp:content_app_child',
71 '../content/content_shell_and_tests.gyp:content_browsertests', 70 '../content/content_shell_and_tests.gyp:content_browsertests',
72 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 71 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
73 '../content/content_shell_and_tests.gyp:content_gl_tests', 72 '../content/content_shell_and_tests.gyp:content_gl_tests',
74 '../content/content_shell_and_tests.gyp:content_perftests', 73 '../content/content_shell_and_tests.gyp:content_perftests',
75 '../content/content_shell_and_tests.gyp:content_shell', 74 '../content/content_shell_and_tests.gyp:content_shell',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'dependencies': [ 672 'dependencies': [
674 # TODO(GYP): All of these targets need to be ported over. 673 # TODO(GYP): All of these targets need to be ported over.
675 '../components/components.gyp:policy_win64', 674 '../components/components.gyp:policy_win64',
676 ] 675 ]
677 }], 676 }],
678 ], 677 ],
679 }, 678 },
680 ] 679 ]
681 } 680 }
682 681
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698