| 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 3029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3040 ], | 3040 ], |
| 3041 }], | 3041 }], |
| 3042 ['OS=="win" or OS=="mac" or desktop_linux==1', { | 3042 ['OS=="win" or OS=="mac" or desktop_linux==1', { |
| 3043 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ], | 3043 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ], |
| 3044 }], | 3044 }], |
| 3045 ['use_aura==1', { | 3045 ['use_aura==1', { |
| 3046 'sources': [ '<@(chrome_browser_ui_aura_sources)'] , | 3046 'sources': [ '<@(chrome_browser_ui_aura_sources)'] , |
| 3047 'dependencies': [ | 3047 'dependencies': [ |
| 3048 # aura uses some of ash resources. | 3048 # aura uses some of ash resources. |
| 3049 '../ash/ash_resources.gyp:ash_resources', | 3049 '../ash/ash_resources.gyp:ash_resources', |
| 3050 '../ash/wm/common/ash_wm_common_resources.gyp:ash_wm_common_resource
s', |
| 3050 '../ui/aura/aura.gyp:aura', | 3051 '../ui/aura/aura.gyp:aura', |
| 3051 '../ui/keyboard/keyboard.gyp:keyboard', | 3052 '../ui/keyboard/keyboard.gyp:keyboard', |
| 3052 '../ui/keyboard/keyboard.gyp:keyboard_with_content', | 3053 '../ui/keyboard/keyboard.gyp:keyboard_with_content', |
| 3053 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 3054 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
| 3054 '../ui/wm/wm.gyp:wm', | 3055 '../ui/wm/wm.gyp:wm', |
| 3055 ], | 3056 ], |
| 3056 'conditions': [ | 3057 'conditions': [ |
| 3057 ['chromeos == 0', { | 3058 ['chromeos == 0', { |
| 3058 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ], | 3059 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ], |
| 3059 }], | 3060 }], |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3322 ], | 3323 ], |
| 3323 'sources': [ | 3324 'sources': [ |
| 3324 '<@(chrome_browser_ui_non_mobile_sources)', | 3325 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3326 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3326 ], | 3327 ], |
| 3327 }], | 3328 }], |
| 3328 ], | 3329 ], |
| 3329 }, | 3330 }, |
| 3330 ], | 3331 ], |
| 3331 } | 3332 } |
| OLD | NEW |