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 2730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2741 'chrome_resources.gyp:platform_locale_settings', | 2741 'chrome_resources.gyp:platform_locale_settings', |
2742 'chrome_resources.gyp:theme_resources', | 2742 'chrome_resources.gyp:theme_resources', |
2743 'common', | 2743 'common', |
2744 'common_net', | 2744 'common_net', |
2745 'encrypted_cert_logger_proto', | 2745 'encrypted_cert_logger_proto', |
2746 '../components/components.gyp:auto_login_parser', | 2746 '../components/components.gyp:auto_login_parser', |
2747 '../components/components.gyp:device_event_log_component', | 2747 '../components/components.gyp:device_event_log_component', |
2748 '../components/components.gyp:dom_distiller_core', | 2748 '../components/components.gyp:dom_distiller_core', |
2749 '../components/components.gyp:dom_distiller_webui', | 2749 '../components/components.gyp:dom_distiller_webui', |
2750 '../components/components.gyp:invalidation_impl', | 2750 '../components/components.gyp:invalidation_impl', |
| 2751 '../components/components.gyp:omnibox_common', |
2751 '../components/components.gyp:onc_component', | 2752 '../components/components.gyp:onc_component', |
2752 '../components/components.gyp:password_manager_core_browser', | 2753 '../components/components.gyp:password_manager_core_browser', |
2753 '../components/components.gyp:sync_driver', | 2754 '../components/components.gyp:sync_driver', |
2754 '../components/components.gyp:ui_zoom', | 2755 '../components/components.gyp:ui_zoom', |
2755 '../components/components.gyp:update_client', | 2756 '../components/components.gyp:update_client', |
2756 '../components/components_resources.gyp:components_resources', | 2757 '../components/components_resources.gyp:components_resources', |
2757 '../components/components_strings.gyp:components_strings', | 2758 '../components/components_strings.gyp:components_strings', |
2758 '../content/content.gyp:content_browser', | 2759 '../content/content.gyp:content_browser', |
2759 '../content/content.gyp:content_common', | 2760 '../content/content.gyp:content_common', |
2760 '../crypto/crypto.gyp:crypto', | 2761 '../crypto/crypto.gyp:crypto', |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3204 ], | 3205 ], |
3205 'sources': [ | 3206 'sources': [ |
3206 '<@(chrome_browser_ui_non_mobile_sources)', | 3207 '<@(chrome_browser_ui_non_mobile_sources)', |
3207 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3208 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3208 ], | 3209 ], |
3209 }], | 3210 }], |
3210 ], | 3211 ], |
3211 }, | 3212 }, |
3212 ], | 3213 ], |
3213 } | 3214 } |
OLD | NEW |