| 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 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2982 'dependencies': [ | 2982 'dependencies': [ |
| 2983 'browser_chromeos', | 2983 'browser_chromeos', |
| 2984 '../components/components.gyp:proximity_auth_webui', | 2984 '../components/components.gyp:proximity_auth_webui', |
| 2985 '../device/nfc/nfc.gyp:device_nfc', | 2985 '../device/nfc/nfc.gyp:device_nfc', |
| 2986 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 2986 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 2987 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 2987 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 2988 ], | 2988 ], |
| 2989 }], | 2989 }], |
| 2990 ['enable_app_list==1 and chromeos==1', { | 2990 ['enable_app_list==1 and chromeos==1', { |
| 2991 'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ], | 2991 'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ], |
| 2992 'dependencies': [ |
| 2993 '../components/components.gyp:arc_mojo_bindings', |
| 2994 ], |
| 2992 }], | 2995 }], |
| 2993 ['use_cups==1', { | 2996 ['use_cups==1', { |
| 2994 'dependencies': [ | 2997 'dependencies': [ |
| 2995 '../printing/printing.gyp:cups', | 2998 '../printing/printing.gyp:cups', |
| 2996 ], | 2999 ], |
| 2997 }], | 3000 }], |
| 2998 ['use_ash==1', { | 3001 ['use_ash==1', { |
| 2999 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], | 3002 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], |
| 3000 'dependencies': [ | 3003 'dependencies': [ |
| 3001 '../ash/ash.gyp:ash', | 3004 '../ash/ash.gyp:ash', |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3322 ], | 3325 ], |
| 3323 'sources': [ | 3326 'sources': [ |
| 3324 '<@(chrome_browser_ui_non_mobile_sources)', | 3327 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3328 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3326 ], | 3329 ], |
| 3327 }], | 3330 }], |
| 3328 ], | 3331 ], |
| 3329 }, | 3332 }, |
| 3330 ], | 3333 ], |
| 3331 } | 3334 } |
| OLD | NEW |