| 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 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2661 'chrome_resources.gyp:chrome_resources', | 2661 'chrome_resources.gyp:chrome_resources', |
| 2662 'chrome_resources.gyp:chrome_strings', | 2662 'chrome_resources.gyp:chrome_strings', |
| 2663 'chrome_resources.gyp:platform_locale_settings', | 2663 'chrome_resources.gyp:platform_locale_settings', |
| 2664 'chrome_resources.gyp:theme_resources', | 2664 'chrome_resources.gyp:theme_resources', |
| 2665 'common', | 2665 'common', |
| 2666 'common_net', | 2666 'common_net', |
| 2667 '../components/components.gyp:auto_login_parser', | 2667 '../components/components.gyp:auto_login_parser', |
| 2668 '../components/components.gyp:device_event_log_component', | 2668 '../components/components.gyp:device_event_log_component', |
| 2669 '../components/components.gyp:dom_distiller_core', | 2669 '../components/components.gyp:dom_distiller_core', |
| 2670 '../components/components.gyp:dom_distiller_webui', | 2670 '../components/components.gyp:dom_distiller_webui', |
| 2671 '../components/components.gyp:history_core_browser_proto', | |
| 2672 '../components/components.gyp:invalidation', | 2671 '../components/components.gyp:invalidation', |
| 2673 '../components/components.gyp:onc_component', | 2672 '../components/components.gyp:onc_component', |
| 2674 '../components/components.gyp:password_manager_core_browser', | 2673 '../components/components.gyp:password_manager_core_browser', |
| 2675 '../components/components.gyp:ui_zoom', | 2674 '../components/components.gyp:ui_zoom', |
| 2676 '../components/components.gyp:update_client', | 2675 '../components/components.gyp:update_client', |
| 2677 '../components/components_resources.gyp:components_resources', | 2676 '../components/components_resources.gyp:components_resources', |
| 2678 '../components/components_strings.gyp:components_strings', | 2677 '../components/components_strings.gyp:components_strings', |
| 2679 '../content/content.gyp:content_browser', | 2678 '../content/content.gyp:content_browser', |
| 2680 '../content/content.gyp:content_common', | 2679 '../content/content.gyp:content_common', |
| 2681 '../crypto/crypto.gyp:crypto', | 2680 '../crypto/crypto.gyp:crypto', |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3130 ], | 3129 ], |
| 3131 'sources': [ | 3130 'sources': [ |
| 3132 '<@(chrome_browser_ui_non_mobile_sources)', | 3131 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3132 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3134 ], | 3133 ], |
| 3135 }], | 3134 }], |
| 3136 ], | 3135 ], |
| 3137 }, | 3136 }, |
| 3138 ], | 3137 ], |
| 3139 } | 3138 } |
| OLD | NEW |