| 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 2880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2891 'common', | 2891 'common', |
| 2892 '../base/base.gyp:base_debugging_flags', | 2892 '../base/base.gyp:base_debugging_flags', |
| 2893 '../components/components.gyp:certificate_reporting', | 2893 '../components/components.gyp:certificate_reporting', |
| 2894 '../components/components.gyp:device_event_log_component', | 2894 '../components/components.gyp:device_event_log_component', |
| 2895 '../components/components.gyp:dom_distiller_core', | 2895 '../components/components.gyp:dom_distiller_core', |
| 2896 '../components/components.gyp:dom_distiller_webui', | 2896 '../components/components.gyp:dom_distiller_webui', |
| 2897 '../components/components.gyp:invalidation_impl', | 2897 '../components/components.gyp:invalidation_impl', |
| 2898 '../components/components.gyp:omnibox_common', | 2898 '../components/components.gyp:omnibox_common', |
| 2899 '../components/components.gyp:onc_component', | 2899 '../components/components.gyp:onc_component', |
| 2900 '../components/components.gyp:password_manager_core_browser', | 2900 '../components/components.gyp:password_manager_core_browser', |
| 2901 '../components/components.gyp:physical_web_ui', |
| 2901 '../components/components.gyp:policy', | 2902 '../components/components.gyp:policy', |
| 2902 '../components/components.gyp:toolbar', | 2903 '../components/components.gyp:toolbar', |
| 2903 '../components/components.gyp:update_client', | 2904 '../components/components.gyp:update_client', |
| 2904 '../components/components.gyp:version_ui', | 2905 '../components/components.gyp:version_ui', |
| 2905 '../components/components.gyp:zoom', | 2906 '../components/components.gyp:zoom', |
| 2906 '../components/components_resources.gyp:components_resources', | 2907 '../components/components_resources.gyp:components_resources', |
| 2907 '../components/components_strings.gyp:components_strings', | 2908 '../components/components_strings.gyp:components_strings', |
| 2908 '../components/url_formatter/url_formatter.gyp:url_formatter', | 2909 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 2909 '../content/content.gyp:content_browser', | 2910 '../content/content.gyp:content_browser', |
| 2910 '../content/content.gyp:content_common', | 2911 '../content/content.gyp:content_common', |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3387 ], | 3388 ], |
| 3388 'sources': [ | 3389 'sources': [ |
| 3389 '<@(chrome_browser_ui_non_mobile_sources)', | 3390 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3390 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3391 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3391 ], | 3392 ], |
| 3392 }], | 3393 }], |
| 3393 ], | 3394 ], |
| 3394 }, | 3395 }, |
| 3395 ], | 3396 ], |
| 3396 } | 3397 } |
| OLD | NEW |