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

Side by Side Diff: ui/app_list/app_list.gyp

Issue 1192583002: Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ui/app_list/BUILD.gn ('k') | ui/gfx/native_widget_types.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'dependencies': [ 188 'dependencies': [
189 '../aura/aura.gyp:aura', 189 '../aura/aura.gyp:aura',
190 '../wm/wm.gyp:wm', 190 '../wm/wm.gyp:wm',
191 ], 191 ],
192 }], 192 }],
193 ['toolkit_views==1', { 193 ['toolkit_views==1', {
194 'dependencies': [ 194 'dependencies': [
195 '../events/events.gyp:events', 195 '../events/events.gyp:events',
196 '../views/views.gyp:views', 196 '../views/views.gyp:views',
197 ], 197 ],
198 'export_dependent_settings': [
199 '../views/views.gyp:views',
200 ],
201 }, { # toolkit_views==0 198 }, { # toolkit_views==0
202 'sources/': [ 199 'sources/': [
203 ['exclude', 'views/'], 200 ['exclude', 'views/'],
204 ], 201 ],
205 }], 202 }],
206 ['OS=="mac"', { 203 ['OS=="mac"', {
207 'dependencies': [ 204 'dependencies': [
208 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp :google_toolbox_for_mac', 205 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp :google_toolbox_for_mac',
209 ], 206 ],
210 'link_settings': { 207 'link_settings': {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'dependencies': [ 395 'dependencies': [
399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 396 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
400 ], 397 ],
401 }], 398 }],
402 ], 399 ],
403 }, 400 },
404 ], 401 ],
405 }], 402 }],
406 ], 403 ],
407 } 404 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/gfx/native_widget_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698