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 3170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3181 'dependencies': [ | 3181 'dependencies': [ |
3182 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', | 3182 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', |
3183 ], | 3183 ], |
3184 }], | 3184 }], |
3185 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { | 3185 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { |
3186 'msvs_shard': 4, | 3186 'msvs_shard': 4, |
3187 }], | 3187 }], |
3188 ['OS!="android" and OS!="ios"', { | 3188 ['OS!="android" and OS!="ios"', { |
3189 'dependencies': [ | 3189 'dependencies': [ |
3190 '../components/components.gyp:feedback_proto', | 3190 '../components/components.gyp:feedback_proto', |
| 3191 '../components/components.gyp:proximity_auth_webui', |
3191 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3192 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3192 '../third_party/libusb/libusb.gyp:libusb', | 3193 '../third_party/libusb/libusb.gyp:libusb', |
3193 ], | 3194 ], |
3194 'sources': [ | 3195 'sources': [ |
3195 '<@(chrome_browser_ui_non_mobile_sources)', | 3196 '<@(chrome_browser_ui_non_mobile_sources)', |
3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3197 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3197 ], | 3198 ], |
3198 }], | 3199 }], |
3199 ], | 3200 ], |
3200 }, | 3201 }, |
3201 ], | 3202 ], |
3202 } | 3203 } |
OLD | NEW |