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 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3308 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', | 3308 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', |
3309 ], | 3309 ], |
3310 }], | 3310 }], |
3311 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { | 3311 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { |
3312 'msvs_shard': 4, | 3312 'msvs_shard': 4, |
3313 }], | 3313 }], |
3314 ['OS!="android" and OS!="ios"', { | 3314 ['OS!="android" and OS!="ios"', { |
3315 'dependencies': [ | 3315 'dependencies': [ |
3316 '../components/components.gyp:bubble', | 3316 '../components/components.gyp:bubble', |
3317 '../components/components.gyp:feedback_proto', | 3317 '../components/components.gyp:feedback_proto', |
| 3318 '../components/components.gyp:ui_chooser_controller', |
3318 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3319 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3319 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3320 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3320 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', | 3321 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', |
3321 'chrome_features.gyp:chrome_common_features', | 3322 'chrome_features.gyp:chrome_common_features', |
3322 'profile_reset_report_proto', | 3323 'profile_reset_report_proto', |
3323 ], | 3324 ], |
3324 'sources': [ | 3325 'sources': [ |
3325 '<@(chrome_browser_ui_non_mobile_sources)', | 3326 '<@(chrome_browser_ui_non_mobile_sources)', |
3326 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3327 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3327 ], | 3328 ], |
3328 }], | 3329 }], |
3329 ], | 3330 ], |
3330 }, | 3331 }, |
3331 ], | 3332 ], |
3332 } | 3333 } |
OLD | NEW |