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

Side by Side Diff: build/gn_migration.gypi

Issue 1827603002: Remove aura_bench (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove toplevel aura:bench too Created 4 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') | ui/aura/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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 '../ash/ash.gyp:ash_unittests', 145 '../ash/ash.gyp:ash_unittests',
146 ], 146 ],
147 }], 147 }],
148 ['use_ash==1 or chromeos== 1', { 148 ['use_ash==1 or chromeos== 1', {
149 'dependencies': [ 149 'dependencies': [
150 '../components/components.gyp:session_manager_component', 150 '../components/components.gyp:session_manager_component',
151 ] 151 ]
152 }], 152 }],
153 ['use_aura==1', { 153 ['use_aura==1', {
154 'dependencies': [ 154 'dependencies': [
155 '../ui/aura/aura.gyp:aura_bench',
156 '../ui/aura/aura.gyp:aura_demo', 155 '../ui/aura/aura.gyp:aura_demo',
157 '../ui/aura/aura.gyp:aura_unittests', 156 '../ui/aura/aura.gyp:aura_unittests',
158 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 157 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
159 '../ui/wm/wm.gyp:wm_unittests', 158 '../ui/wm/wm.gyp:wm_unittests',
160 ], 159 ],
161 }], 160 }],
162 ['use_ozone==1', { 161 ['use_ozone==1', {
163 'dependencies': [ 162 'dependencies': [
164 '../ui/ozone/ozone.gyp:ozone', 163 '../ui/ozone/ozone.gyp:ozone',
165 ], 164 ],
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 }], 777 }],
779 ['OS=="android" and target_arch != "x64"', { 778 ['OS=="android" and target_arch != "x64"', {
780 'dependencies': [ 779 'dependencies': [
781 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 780 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
782 ], 781 ],
783 }], 782 }],
784 ], 783 ],
785 }, 784 },
786 ] 785 ]
787 } 786 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698