Chromium Code Reviews| 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 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2957 ], | 2957 ], |
| 2958 }], | 2958 }], |
| 2959 ['safe_browsing==1', { | 2959 ['safe_browsing==1', { |
| 2960 'dependencies': [ | 2960 'dependencies': [ |
| 2961 'safe_browsing_chunk_proto', | 2961 'safe_browsing_chunk_proto', |
| 2962 'safe_browsing_proto', | 2962 'safe_browsing_proto', |
| 2963 ], | 2963 ], |
| 2964 }], | 2964 }], |
| 2965 ['buildtype!="Official" and chromeos==1', { | 2965 ['buildtype!="Official" and chromeos==1', { |
| 2966 'sources': [ '<@(chrome_browser_ui_chromeos_non_official_sources)' ], | 2966 'sources': [ '<@(chrome_browser_ui_chromeos_non_official_sources)' ], |
| 2967 'dependencies': [ | |
| 2968 'browser_chromeos', | |
| 2969 ], | |
|
stevenjb
2016/05/24 20:57:25
Isn't this redundant with line 2974?
| |
| 2967 }], | 2970 }], |
| 2968 ['chromeos==1', { | 2971 ['chromeos==1', { |
| 2969 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], | 2972 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], |
| 2970 'dependencies': [ | 2973 'dependencies': [ |
| 2971 'browser_chromeos', | 2974 'browser_chromeos', |
| 2972 '../components/components.gyp:proximity_auth_webui', | 2975 '../components/components.gyp:proximity_auth_webui', |
| 2973 '../device/nfc/nfc.gyp:device_nfc', | 2976 '../device/nfc/nfc.gyp:device_nfc', |
| 2974 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 2977 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 2975 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 2978 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 2976 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 2979 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3323 ], | 3326 ], |
| 3324 'sources': [ | 3327 'sources': [ |
| 3325 '<@(chrome_browser_ui_non_mobile_sources)', | 3328 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3326 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3329 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3327 ], | 3330 ], |
| 3328 }], | 3331 }], |
| 3329 ], | 3332 ], |
| 3330 }, | 3333 }, |
| 3331 ], | 3334 ], |
| 3332 } | 3335 } |
| OLD | NEW |