| 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 2987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2998 'dependencies': [ | 2998 'dependencies': [ |
| 2999 '../printing/printing.gyp:cups', | 2999 '../printing/printing.gyp:cups', |
| 3000 ], | 3000 ], |
| 3001 }], | 3001 }], |
| 3002 ['use_ash==1', { | 3002 ['use_ash==1', { |
| 3003 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], | 3003 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], |
| 3004 'dependencies': [ | 3004 'dependencies': [ |
| 3005 '../ash/ash.gyp:ash', | 3005 '../ash/ash.gyp:ash', |
| 3006 '../ash/ash.gyp:ash_with_content', | 3006 '../ash/ash.gyp:ash_with_content', |
| 3007 '../ash/ash_strings.gyp:ash_strings', | 3007 '../ash/ash_strings.gyp:ash_strings', |
| 3008 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common', | |
| 3009 '../components/components.gyp:user_manager', | 3008 '../components/components.gyp:user_manager', |
| 3010 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter'
, | 3009 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter'
, |
| 3011 ], | 3010 ], |
| 3012 }, { # use_ash==0 | 3011 }, { # use_ash==0 |
| 3013 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], | 3012 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], |
| 3014 }], | 3013 }], |
| 3015 ['toolkit_views==1', { | 3014 ['toolkit_views==1', { |
| 3016 'sources': [ '<@(chrome_browser_ui_views_sources)' ], | 3015 'sources': [ '<@(chrome_browser_ui_views_sources)' ], |
| 3017 'dependencies': [ | 3016 'dependencies': [ |
| 3018 '<(DEPTH)/components/components.gyp:constrained_window', | 3017 '<(DEPTH)/components/components.gyp:constrained_window', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3334 ], | 3333 ], |
| 3335 'sources': [ | 3334 'sources': [ |
| 3336 '<@(chrome_browser_ui_non_mobile_sources)', | 3335 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3337 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3336 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3338 ], | 3337 ], |
| 3339 }], | 3338 }], |
| 3340 ], | 3339 ], |
| 3341 }, | 3340 }, |
| 3342 ], | 3341 ], |
| 3343 } | 3342 } |
| OLD | NEW |