| 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 3341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3352 'dependencies': [ | 3352 'dependencies': [ |
| 3353 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', | 3353 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', |
| 3354 ], | 3354 ], |
| 3355 }], | 3355 }], |
| 3356 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { | 3356 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { |
| 3357 'msvs_shard': 4, | 3357 'msvs_shard': 4, |
| 3358 }], | 3358 }], |
| 3359 ['OS!="android" and OS!="ios"', { | 3359 ['OS!="android" and OS!="ios"', { |
| 3360 'dependencies': [ | 3360 'dependencies': [ |
| 3361 '../components/components.gyp:bubble', | 3361 '../components/components.gyp:bubble', |
| 3362 '../components/components.gyp:chooser_controller', | |
| 3363 '../components/components.gyp:feedback_proto', | 3362 '../components/components.gyp:feedback_proto', |
| 3364 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3363 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3365 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3364 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3366 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', | 3365 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', |
| 3367 'chrome_features.gyp:chrome_common_features', | 3366 'chrome_features.gyp:chrome_common_features', |
| 3368 'profile_reset_report_proto', | 3367 'profile_reset_report_proto', |
| 3369 ], | 3368 ], |
| 3370 'sources': [ | 3369 'sources': [ |
| 3371 '<@(chrome_browser_ui_non_mobile_sources)', | 3370 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3373 ], | 3372 ], |
| 3374 }], | 3373 }], |
| 3375 ], | 3374 ], |
| 3376 }, | 3375 }, |
| 3377 ], | 3376 ], |
| 3378 } | 3377 } |
| OLD | NEW |