| 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 2860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2871 # NOTE: New dependencies should generally be added in the OS!="ios" | 2871 # NOTE: New dependencies should generally be added in the OS!="ios" |
| 2872 # dependencies block below, rather than here. | 2872 # dependencies block below, rather than here. |
| 2873 'chrome_browser_ui_views.gyp:browser_ui_views', | 2873 'chrome_browser_ui_views.gyp:browser_ui_views', |
| 2874 'chrome_resources.gyp:chrome_extra_resources', | 2874 'chrome_resources.gyp:chrome_extra_resources', |
| 2875 'chrome_resources.gyp:chrome_resources', | 2875 'chrome_resources.gyp:chrome_resources', |
| 2876 'chrome_resources.gyp:chrome_strings', | 2876 'chrome_resources.gyp:chrome_strings', |
| 2877 'chrome_resources.gyp:platform_locale_settings', | 2877 'chrome_resources.gyp:platform_locale_settings', |
| 2878 'chrome_resources.gyp:theme_resources', | 2878 'chrome_resources.gyp:theme_resources', |
| 2879 'common', | 2879 'common', |
| 2880 '../base/base.gyp:base_debugging_flags', | 2880 '../base/base.gyp:base_debugging_flags', |
| 2881 '../components/components.gyp:auto_login_parser', | |
| 2882 '../components/components.gyp:certificate_reporting', | 2881 '../components/components.gyp:certificate_reporting', |
| 2883 '../components/components.gyp:device_event_log_component', | 2882 '../components/components.gyp:device_event_log_component', |
| 2884 '../components/components.gyp:dom_distiller_core', | 2883 '../components/components.gyp:dom_distiller_core', |
| 2885 '../components/components.gyp:dom_distiller_webui', | 2884 '../components/components.gyp:dom_distiller_webui', |
| 2886 '../components/components.gyp:invalidation_impl', | 2885 '../components/components.gyp:invalidation_impl', |
| 2887 '../components/components.gyp:omnibox_common', | 2886 '../components/components.gyp:omnibox_common', |
| 2888 '../components/components.gyp:onc_component', | 2887 '../components/components.gyp:onc_component', |
| 2889 '../components/components.gyp:password_manager_core_browser', | 2888 '../components/components.gyp:password_manager_core_browser', |
| 2890 '../components/components.gyp:sync_driver', | 2889 '../components/components.gyp:sync_driver', |
| 2891 '../components/components.gyp:toolbar', | 2890 '../components/components.gyp:toolbar', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |