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 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2888 '../base/base.gyp:base_debugging_flags', | 2888 '../base/base.gyp:base_debugging_flags', |
2889 '../components/components.gyp:certificate_reporting', | 2889 '../components/components.gyp:certificate_reporting', |
2890 '../components/components.gyp:device_event_log_component', | 2890 '../components/components.gyp:device_event_log_component', |
2891 '../components/components.gyp:dom_distiller_core', | 2891 '../components/components.gyp:dom_distiller_core', |
2892 '../components/components.gyp:dom_distiller_webui', | 2892 '../components/components.gyp:dom_distiller_webui', |
2893 '../components/components.gyp:invalidation_impl', | 2893 '../components/components.gyp:invalidation_impl', |
2894 '../components/components.gyp:omnibox_common', | 2894 '../components/components.gyp:omnibox_common', |
2895 '../components/components.gyp:onc_component', | 2895 '../components/components.gyp:onc_component', |
2896 '../components/components.gyp:password_manager_core_browser', | 2896 '../components/components.gyp:password_manager_core_browser', |
2897 '../components/components.gyp:policy', | 2897 '../components/components.gyp:policy', |
2898 '../components/components.gyp:sync_driver', | |
2899 '../components/components.gyp:toolbar', | 2898 '../components/components.gyp:toolbar', |
2900 '../components/components.gyp:update_client', | 2899 '../components/components.gyp:update_client', |
2901 '../components/components.gyp:version_ui', | 2900 '../components/components.gyp:version_ui', |
2902 '../components/components.gyp:zoom', | 2901 '../components/components.gyp:zoom', |
2903 '../components/components_resources.gyp:components_resources', | 2902 '../components/components_resources.gyp:components_resources', |
2904 '../components/components_strings.gyp:components_strings', | 2903 '../components/components_strings.gyp:components_strings', |
2905 '../components/url_formatter/url_formatter.gyp:url_formatter', | 2904 '../components/url_formatter/url_formatter.gyp:url_formatter', |
2906 '../content/content.gyp:content_browser', | 2905 '../content/content.gyp:content_browser', |
2907 '../content/content.gyp:content_common', | 2906 '../content/content.gyp:content_common', |
2908 '../crypto/crypto.gyp:crypto', | 2907 '../crypto/crypto.gyp:crypto', |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3384 ], | 3383 ], |
3385 'sources': [ | 3384 'sources': [ |
3386 '<@(chrome_browser_ui_non_mobile_sources)', | 3385 '<@(chrome_browser_ui_non_mobile_sources)', |
3387 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3386 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3388 ], | 3387 ], |
3389 }], | 3388 }], |
3390 ], | 3389 ], |
3391 }, | 3390 }, |
3392 ], | 3391 ], |
3393 } | 3392 } |
OLD | NEW |