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

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: merge again 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui_views.gyp » ('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 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 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3038 'dependencies': [ 3038 'dependencies': [
3039 '../printing/printing.gyp:cups', 3039 '../printing/printing.gyp:cups',
3040 ], 3040 ],
3041 }], 3041 }],
3042 ['use_ash==1', { 3042 ['use_ash==1', {
3043 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 3043 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
3044 'dependencies': [ 3044 'dependencies': [
3045 '../ash/ash.gyp:ash', 3045 '../ash/ash.gyp:ash',
3046 '../ash/ash.gyp:ash_with_content', 3046 '../ash/ash.gyp:ash_with_content',
3047 '../ash/ash_strings.gyp:ash_strings', 3047 '../ash/ash_strings.gyp:ash_strings',
3048 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common',
3048 '../components/components.gyp:user_manager', 3049 '../components/components.gyp:user_manager',
3049 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter' , 3050 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter' ,
3050 ], 3051 ],
3051 'conditions': [ 3052 'conditions': [
3052 ['chromeos == 0', { 3053 ['chromeos == 0', {
3053 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ], 3054 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ],
3054 }], 3055 }],
3055 ], 3056 ],
3056 }, { # use_ash==0 3057 }, { # use_ash==0
3057 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], 3058 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3372 ], 3373 ],
3373 'sources': [ 3374 'sources': [
3374 '<@(chrome_browser_ui_non_mobile_sources)', 3375 '<@(chrome_browser_ui_non_mobile_sources)',
3375 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3376 ], 3377 ],
3377 }], 3378 }],
3378 ], 3379 ],
3379 }, 3380 },
3380 ], 3381 ],
3381 } 3382 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui_views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698