| 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 3354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3365 }], | 3365 }], |
| 3366 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { | 3366 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { |
| 3367 'msvs_shard': 4, | 3367 'msvs_shard': 4, |
| 3368 }], | 3368 }], |
| 3369 ['OS!="android" and OS!="ios"', { | 3369 ['OS!="android" and OS!="ios"', { |
| 3370 'dependencies': [ | 3370 'dependencies': [ |
| 3371 '../components/components.gyp:bubble', | 3371 '../components/components.gyp:bubble', |
| 3372 '../components/components.gyp:feedback_proto', | 3372 '../components/components.gyp:feedback_proto', |
| 3373 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3373 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3374 'chrome_features.gyp:chrome_common_features', | 3374 'chrome_features.gyp:chrome_common_features', |
| 3375 'profile_reset_report_proto', |
| 3375 ], | 3376 ], |
| 3376 'sources': [ | 3377 'sources': [ |
| 3377 '<@(chrome_browser_ui_non_mobile_sources)', | 3378 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3378 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3379 ], | 3380 ], |
| 3380 }], | 3381 }], |
| 3381 ], | 3382 ], |
| 3382 }, | 3383 }, |
| 3383 ], | 3384 ], |
| 3384 } | 3385 } |
| OLD | NEW |