OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |