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

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

Issue 719203003: Parent the AppInfoDialog using a ModalDialogHost Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/DEPS ('k') | ui/app_list/views/app_list_view.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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 ], 180 ],
181 'conditions': [ 181 'conditions': [
182 ['use_aura==1', { 182 ['use_aura==1', {
183 'dependencies': [ 183 'dependencies': [
184 '../aura/aura.gyp:aura', 184 '../aura/aura.gyp:aura',
185 '../wm/wm.gyp:wm', 185 '../wm/wm.gyp:wm',
186 ], 186 ],
187 }], 187 }],
188 ['toolkit_views==1', { 188 ['toolkit_views==1', {
189 'dependencies': [ 189 'dependencies': [
190 '../../components/components.gyp:web_modal',
tapted 2014/11/13 07:26:25 unfortunately `web_modal` isn't a proper component
190 '../events/events.gyp:events', 191 '../events/events.gyp:events',
191 '../views/views.gyp:views', 192 '../views/views.gyp:views',
192 ], 193 ],
193 }, { # toolkit_views==0 194 }, { # toolkit_views==0
194 'sources/': [ 195 'sources/': [
195 ['exclude', 'views/'], 196 ['exclude', 'views/'],
196 ], 197 ],
197 }], 198 }],
198 ['OS=="mac"', { 199 ['OS=="mac"', {
199 'dependencies': [ 200 'dependencies': [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'dependencies': [ 366 'dependencies': [
366 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 367 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
367 ], 368 ],
368 }], 369 }],
369 ], 370 ],
370 }, 371 },
371 ], 372 ],
372 }], # toolkit_views==1 373 }], # toolkit_views==1
373 ], 374 ],
374 } 375 }
OLDNEW
« no previous file with comments | « ui/app_list/DEPS ('k') | ui/app_list/views/app_list_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698