| 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 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2907 '../components/components.gyp:app_modal', | 2907 '../components/components.gyp:app_modal', |
| 2908 '../components/components.gyp:autofill_content_risk_proto', | 2908 '../components/components.gyp:autofill_content_risk_proto', |
| 2909 '../components/components.gyp:crash_core_browser', | 2909 '../components/components.gyp:crash_core_browser', |
| 2910 '../components/components.gyp:flags_ui', | 2910 '../components/components.gyp:flags_ui', |
| 2911 '../components/components.gyp:net_log', | 2911 '../components/components.gyp:net_log', |
| 2912 '../components/components.gyp:page_load_metrics_browser', | 2912 '../components/components.gyp:page_load_metrics_browser', |
| 2913 '../components/components.gyp:translate_content_common', | 2913 '../components/components.gyp:translate_content_common', |
| 2914 '../components/components_resources.gyp:components_resources', | 2914 '../components/components_resources.gyp:components_resources', |
| 2915 '../content/app/resources/content_resources.gyp:content_resources', | 2915 '../content/app/resources/content_resources.gyp:content_resources', |
| 2916 '../media/media.gyp:media', | 2916 '../media/media.gyp:media', |
| 2917 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 2917 '../net/net.gyp:net_with_v8', | 2918 '../net/net.gyp:net_with_v8', |
| 2918 '../net/net.gyp:stale_while_revalidate_experiment_domains', | 2919 '../net/net.gyp:stale_while_revalidate_experiment_domains', |
| 2919 '../storage/storage_browser.gyp:storage', | 2920 '../storage/storage_browser.gyp:storage', |
| 2920 '../storage/storage_common.gyp:storage_common', | 2921 '../storage/storage_common.gyp:storage_common', |
| 2921 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2922 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2922 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | |
| 2923 '../third_party/re2/re2.gyp:re2', | 2923 '../third_party/re2/re2.gyp:re2', |
| 2924 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 2924 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 2925 '../ui/compositor/compositor.gyp:compositor', | 2925 '../ui/compositor/compositor.gyp:compositor', |
| 2926 '../ui/native_theme/native_theme.gyp:native_theme', | 2926 '../ui/native_theme/native_theme.gyp:native_theme', |
| 2927 '../ui/surface/surface.gyp:surface', | 2927 '../ui/surface/surface.gyp:surface', |
| 2928 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2928 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2929 '../v8/tools/gyp/v8.gyp:v8', | 2929 '../v8/tools/gyp/v8.gyp:v8', |
| 2930 ], | 2930 ], |
| 2931 }, { # OS == "ios" | 2931 }, { # OS == "ios" |
| 2932 'sources': [ | 2932 'sources': [ |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3322 ], | 3322 ], |
| 3323 'sources': [ | 3323 'sources': [ |
| 3324 '<@(chrome_browser_ui_non_mobile_sources)', | 3324 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3326 ], | 3326 ], |
| 3327 }], | 3327 }], |
| 3328 ], | 3328 ], |
| 3329 }, | 3329 }, |
| 3330 ], | 3330 ], |
| 3331 } | 3331 } |
| OLD | NEW |