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 2717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2728 '../components/components.gyp:dom_distiller_core', | 2728 '../components/components.gyp:dom_distiller_core', |
2729 '../components/components.gyp:dom_distiller_webui', | 2729 '../components/components.gyp:dom_distiller_webui', |
2730 '../components/components.gyp:invalidation_impl', | 2730 '../components/components.gyp:invalidation_impl', |
2731 '../components/components.gyp:omnibox_common', | 2731 '../components/components.gyp:omnibox_common', |
2732 '../components/components.gyp:onc_component', | 2732 '../components/components.gyp:onc_component', |
2733 '../components/components.gyp:password_manager_core_browser', | 2733 '../components/components.gyp:password_manager_core_browser', |
2734 '../components/components.gyp:sync_driver', | 2734 '../components/components.gyp:sync_driver', |
2735 '../components/components.gyp:toolbar', | 2735 '../components/components.gyp:toolbar', |
2736 '../components/components.gyp:ui_zoom', | 2736 '../components/components.gyp:ui_zoom', |
2737 '../components/components.gyp:update_client', | 2737 '../components/components.gyp:update_client', |
| 2738 '../components/components.gyp:version_ui', |
2738 '../components/components_resources.gyp:components_resources', | 2739 '../components/components_resources.gyp:components_resources', |
2739 '../components/components_strings.gyp:components_strings', | 2740 '../components/components_strings.gyp:components_strings', |
2740 '../components/url_formatter/url_formatter.gyp:url_formatter', | 2741 '../components/url_formatter/url_formatter.gyp:url_formatter', |
2741 '../content/content.gyp:content_browser', | 2742 '../content/content.gyp:content_browser', |
2742 '../content/content.gyp:content_common', | 2743 '../content/content.gyp:content_common', |
2743 '../crypto/crypto.gyp:crypto', | 2744 '../crypto/crypto.gyp:crypto', |
2744 '../skia/skia.gyp:skia', | 2745 '../skia/skia.gyp:skia', |
2745 '../sync/sync.gyp:sync', | 2746 '../sync/sync.gyp:sync', |
2746 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2747 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
2747 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 2748 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3196 ], | 3197 ], |
3197 'sources': [ | 3198 'sources': [ |
3198 '<@(chrome_browser_ui_non_mobile_sources)', | 3199 '<@(chrome_browser_ui_non_mobile_sources)', |
3199 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3200 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3200 ], | 3201 ], |
3201 }], | 3202 }], |
3202 ], | 3203 ], |
3203 }, | 3204 }, |
3204 ], | 3205 ], |
3205 } | 3206 } |
OLD | NEW |