| 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 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |