| 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 2653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2664 'chrome_resources.gyp:platform_locale_settings', | 2664 'chrome_resources.gyp:platform_locale_settings', |
| 2665 'chrome_resources.gyp:theme_resources', | 2665 'chrome_resources.gyp:theme_resources', |
| 2666 'common', | 2666 'common', |
| 2667 'common_net', | 2667 'common_net', |
| 2668 '../components/components.gyp:auto_login_parser', | 2668 '../components/components.gyp:auto_login_parser', |
| 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:feedback_proto', | 2671 '../components/components.gyp:feedback_proto', |
| 2672 '../components/components.gyp:history_core_browser_proto', | 2672 '../components/components.gyp:history_core_browser_proto', |
| 2673 '../components/components.gyp:invalidation', | 2673 '../components/components.gyp:invalidation', |
| 2674 '../components/components.gyp:omaha_client', | |
| 2675 '../components/components.gyp:onc_component', | 2674 '../components/components.gyp:onc_component', |
| 2676 '../components/components.gyp:password_manager_core_browser', | 2675 '../components/components.gyp:password_manager_core_browser', |
| 2677 '../components/components.gyp:ui_zoom', | 2676 '../components/components.gyp:ui_zoom', |
| 2677 '../components/components.gyp:update_client', |
| 2678 '../components/components_resources.gyp:components_resources', | 2678 '../components/components_resources.gyp:components_resources', |
| 2679 '../components/components_strings.gyp:components_strings', | 2679 '../components/components_strings.gyp:components_strings', |
| 2680 '../content/content.gyp:content_browser', | 2680 '../content/content.gyp:content_browser', |
| 2681 '../content/content.gyp:content_common', | 2681 '../content/content.gyp:content_common', |
| 2682 '../crypto/crypto.gyp:crypto', | 2682 '../crypto/crypto.gyp:crypto', |
| 2683 '../skia/skia.gyp:skia', | 2683 '../skia/skia.gyp:skia', |
| 2684 '../sync/sync.gyp:sync', | 2684 '../sync/sync.gyp:sync', |
| 2685 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2685 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 2686 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 2686 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 2687 '../third_party/icu/icu.gyp:icui18n', | 2687 '../third_party/icu/icu.gyp:icui18n', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3155 ], | 3155 ], |
| 3156 'sources': [ | 3156 'sources': [ |
| 3157 '<@(chrome_browser_ui_non_mobile_sources)', | 3157 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3158 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3158 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3159 ], | 3159 ], |
| 3160 }], | 3160 }], |
| 3161 ], | 3161 ], |
| 3162 }, | 3162 }, |
| 3163 ], | 3163 ], |
| 3164 } | 3164 } |
| OLD | NEW |