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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2018753003: Moves ash/wm/common back into ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove BUILD.gn again Created 4 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 | « 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 2995 matching lines...) Expand 10 before | Expand all | Expand 10 after
3006 'dependencies': [ 3006 'dependencies': [
3007 '../printing/printing.gyp:cups', 3007 '../printing/printing.gyp:cups',
3008 ], 3008 ],
3009 }], 3009 }],
3010 ['use_ash==1', { 3010 ['use_ash==1', {
3011 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 3011 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
3012 'dependencies': [ 3012 'dependencies': [
3013 '../ash/ash.gyp:ash', 3013 '../ash/ash.gyp:ash',
3014 '../ash/ash.gyp:ash_with_content', 3014 '../ash/ash.gyp:ash_with_content',
3015 '../ash/ash_strings.gyp:ash_strings', 3015 '../ash/ash_strings.gyp:ash_strings',
3016 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common',
3017 '../components/components.gyp:user_manager', 3016 '../components/components.gyp:user_manager',
3018 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter' , 3017 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter' ,
3019 ], 3018 ],
3020 }, { # use_ash==0 3019 }, { # use_ash==0
3021 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], 3020 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],
3022 }], 3021 }],
3023 ['toolkit_views==1', { 3022 ['toolkit_views==1', {
3024 'sources': [ '<@(chrome_browser_ui_views_sources)' ], 3023 'sources': [ '<@(chrome_browser_ui_views_sources)' ],
3025 'dependencies': [ 3024 'dependencies': [
3026 '<(DEPTH)/components/components.gyp:constrained_window', 3025 '<(DEPTH)/components/components.gyp:constrained_window',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
3343 ], 3342 ],
3344 'sources': [ 3343 'sources': [
3345 '<@(chrome_browser_ui_non_mobile_sources)', 3344 '<@(chrome_browser_ui_non_mobile_sources)',
3346 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3345 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3347 ], 3346 ],
3348 }], 3347 }],
3349 ], 3348 ],
3350 }, 3349 },
3351 ], 3350 ],
3352 } 3351 }
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