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

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

Issue 1182053007: Revert of 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 ],
198 }, { # toolkit_views==0 201 }, { # toolkit_views==0
199 'sources/': [ 202 'sources/': [
200 ['exclude', 'views/'], 203 ['exclude', 'views/'],
201 ], 204 ],
202 }], 205 }],
203 ['OS=="mac"', { 206 ['OS=="mac"', {
204 'dependencies': [ 207 'dependencies': [
205 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp :google_toolbox_for_mac', 208 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp :google_toolbox_for_mac',
206 ], 209 ],
207 'link_settings': { 210 'link_settings': {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'dependencies': [ 398 'dependencies': [
396 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
397 ], 400 ],
398 }], 401 }],
399 ], 402 ],
400 }, 403 },
401 ], 404 ],
402 }], 405 }],
403 ], 406 ],
404 } 407 }
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