| 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 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2854 '../components/components.gyp:app_modal', | 2854 '../components/components.gyp:app_modal', |
| 2855 '../components/components.gyp:autofill_content_risk_proto', | 2855 '../components/components.gyp:autofill_content_risk_proto', |
| 2856 '../components/components.gyp:crash_core_browser', | 2856 '../components/components.gyp:crash_core_browser', |
| 2857 '../components/components.gyp:flags_ui', | 2857 '../components/components.gyp:flags_ui', |
| 2858 '../components/components.gyp:net_log', | 2858 '../components/components.gyp:net_log', |
| 2859 '../components/components.gyp:page_load_metrics_browser', | 2859 '../components/components.gyp:page_load_metrics_browser', |
| 2860 '../components/components.gyp:translate_content_common', | 2860 '../components/components.gyp:translate_content_common', |
| 2861 '../content/app/resources/content_resources.gyp:content_resources', | 2861 '../content/app/resources/content_resources.gyp:content_resources', |
| 2862 '../media/media.gyp:media', | 2862 '../media/media.gyp:media', |
| 2863 '../net/net.gyp:net_with_v8', | 2863 '../net/net.gyp:net_with_v8', |
| 2864 '../net/net.gyp:stale_while_revalidate_experiment_domains', |
| 2864 '../storage/storage_browser.gyp:storage', | 2865 '../storage/storage_browser.gyp:storage', |
| 2865 '../storage/storage_common.gyp:storage_common', | 2866 '../storage/storage_common.gyp:storage_common', |
| 2866 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2867 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2867 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 2868 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| 2868 '../third_party/re2/re2.gyp:re2', | 2869 '../third_party/re2/re2.gyp:re2', |
| 2869 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 2870 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 2870 '../ui/compositor/compositor.gyp:compositor', | 2871 '../ui/compositor/compositor.gyp:compositor', |
| 2871 '../ui/native_theme/native_theme.gyp:native_theme', | 2872 '../ui/native_theme/native_theme.gyp:native_theme', |
| 2872 '../ui/surface/surface.gyp:surface', | 2873 '../ui/surface/surface.gyp:surface', |
| 2873 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2874 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3262 ], | 3263 ], |
| 3263 'sources': [ | 3264 'sources': [ |
| 3264 '<@(chrome_browser_ui_non_mobile_sources)', | 3265 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3265 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3266 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3266 ], | 3267 ], |
| 3267 }], | 3268 }], |
| 3268 ], | 3269 ], |
| 3269 }, | 3270 }, |
| 3270 ], | 3271 ], |
| 3271 } | 3272 } |
| OLD | NEW |