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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1943603002: Makes ash/wm/common a library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 7 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 3031 matching lines...) Expand 10 before | Expand all | Expand 10 after
3042 'dependencies': [ 3042 'dependencies': [
3043 '../printing/printing.gyp:cups', 3043 '../printing/printing.gyp:cups',
3044 ], 3044 ],
3045 }], 3045 }],
3046 ['use_ash==1', { 3046 ['use_ash==1', {
3047 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 3047 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
3048 'dependencies': [ 3048 'dependencies': [
3049 '../ash/ash.gyp:ash', 3049 '../ash/ash.gyp:ash',
3050 '../ash/ash.gyp:ash_with_content', 3050 '../ash/ash.gyp:ash_with_content',
3051 '../ash/ash_strings.gyp:ash_strings', 3051 '../ash/ash_strings.gyp:ash_strings',
3052 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common',
3052 '../components/components.gyp:user_manager', 3053 '../components/components.gyp:user_manager',
3053 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter' , 3054 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter' ,
3054 ], 3055 ],
3055 'conditions': [ 3056 'conditions': [
3056 ['chromeos == 0', { 3057 ['chromeos == 0', {
3057 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ], 3058 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ],
3058 }], 3059 }],
3059 ], 3060 ],
3060 }, { # use_ash==0 3061 }, { # use_ash==0
3061 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], 3062 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3376 ], 3377 ],
3377 'sources': [ 3378 'sources': [
3378 '<@(chrome_browser_ui_non_mobile_sources)', 3379 '<@(chrome_browser_ui_non_mobile_sources)',
3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3380 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3380 ], 3381 ],
3381 }], 3382 }],
3382 ], 3383 ],
3383 }, 3384 },
3384 ], 3385 ],
3385 } 3386 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698