| 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 2755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2766 '../components/components.gyp:dom_distiller_core', | 2766 '../components/components.gyp:dom_distiller_core', |
| 2767 '../components/components.gyp:dom_distiller_webui', | 2767 '../components/components.gyp:dom_distiller_webui', |
| 2768 '../components/components.gyp:invalidation_impl', | 2768 '../components/components.gyp:invalidation_impl', |
| 2769 '../components/components.gyp:omnibox_common', | 2769 '../components/components.gyp:omnibox_common', |
| 2770 '../components/components.gyp:onc_component', | 2770 '../components/components.gyp:onc_component', |
| 2771 '../components/components.gyp:password_manager_core_browser', | 2771 '../components/components.gyp:password_manager_core_browser', |
| 2772 '../components/components.gyp:sync_driver', | 2772 '../components/components.gyp:sync_driver', |
| 2773 '../components/components.gyp:toolbar', | 2773 '../components/components.gyp:toolbar', |
| 2774 '../components/components.gyp:ui_zoom', | 2774 '../components/components.gyp:ui_zoom', |
| 2775 '../components/components.gyp:update_client', | 2775 '../components/components.gyp:update_client', |
| 2776 '../components/components.gyp:version_ui', |
| 2776 '../components/components_resources.gyp:components_resources', | 2777 '../components/components_resources.gyp:components_resources', |
| 2777 '../components/components_strings.gyp:components_strings', | 2778 '../components/components_strings.gyp:components_strings', |
| 2778 '../components/url_formatter/url_formatter.gyp:url_formatter', | 2779 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 2779 '../content/content.gyp:content_browser', | 2780 '../content/content.gyp:content_browser', |
| 2780 '../content/content.gyp:content_common', | 2781 '../content/content.gyp:content_common', |
| 2781 '../crypto/crypto.gyp:crypto', | 2782 '../crypto/crypto.gyp:crypto', |
| 2782 '../skia/skia.gyp:skia', | 2783 '../skia/skia.gyp:skia', |
| 2783 '../sync/sync.gyp:sync', | 2784 '../sync/sync.gyp:sync', |
| 2784 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 2785 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 2785 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 2786 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3237 ], | 3238 ], |
| 3238 'sources': [ | 3239 'sources': [ |
| 3239 '<@(chrome_browser_ui_non_mobile_sources)', | 3240 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3240 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3241 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3241 ], | 3242 ], |
| 3242 }], | 3243 }], |
| 3243 ], | 3244 ], |
| 3244 }, | 3245 }, |
| 3245 ], | 3246 ], |
| 3246 } | 3247 } |
| OLD | NEW |