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 2671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2682 'chrome_resources.gyp:chrome_strings', | 2682 'chrome_resources.gyp:chrome_strings', |
2683 'chrome_resources.gyp:platform_locale_settings', | 2683 'chrome_resources.gyp:platform_locale_settings', |
2684 'chrome_resources.gyp:theme_resources', | 2684 'chrome_resources.gyp:theme_resources', |
2685 'common', | 2685 'common', |
2686 'common_net', | 2686 'common_net', |
2687 '../components/components.gyp:auto_login_parser', | 2687 '../components/components.gyp:auto_login_parser', |
2688 '../components/components.gyp:device_event_log_component', | 2688 '../components/components.gyp:device_event_log_component', |
2689 '../components/components.gyp:dom_distiller_core', | 2689 '../components/components.gyp:dom_distiller_core', |
2690 '../components/components.gyp:dom_distiller_webui', | 2690 '../components/components.gyp:dom_distiller_webui', |
2691 '../components/components.gyp:feedback_proto', | 2691 '../components/components.gyp:feedback_proto', |
2692 '../components/components.gyp:history_core_browser_proto', | |
2693 '../components/components.gyp:invalidation', | 2692 '../components/components.gyp:invalidation', |
2694 '../components/components.gyp:onc_component', | 2693 '../components/components.gyp:onc_component', |
2695 '../components/components.gyp:password_manager_core_browser', | 2694 '../components/components.gyp:password_manager_core_browser', |
2696 '../components/components.gyp:ui_zoom', | 2695 '../components/components.gyp:ui_zoom', |
2697 '../components/components.gyp:update_client', | 2696 '../components/components.gyp:update_client', |
2698 '../components/components_resources.gyp:components_resources', | 2697 '../components/components_resources.gyp:components_resources', |
2699 '../components/components_strings.gyp:components_strings', | 2698 '../components/components_strings.gyp:components_strings', |
2700 '../content/content.gyp:content_browser', | 2699 '../content/content.gyp:content_browser', |
2701 '../content/content.gyp:content_common', | 2700 '../content/content.gyp:content_common', |
2702 '../crypto/crypto.gyp:crypto', | 2701 '../crypto/crypto.gyp:crypto', |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3168 ], | 3167 ], |
3169 'sources': [ | 3168 'sources': [ |
3170 '<@(chrome_browser_ui_non_mobile_sources)', | 3169 '<@(chrome_browser_ui_non_mobile_sources)', |
3171 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3170 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3172 ], | 3171 ], |
3173 }], | 3172 }], |
3174 ], | 3173 ], |
3175 }, | 3174 }, |
3176 ], | 3175 ], |
3177 } | 3176 } |
OLD | NEW |