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 2926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2937 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2937 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2938 'common_net', | 2938 'common_net', |
2939 'debugger', | 2939 'debugger', |
2940 'installer_util', | 2940 'installer_util', |
2941 '../components/components.gyp:app_modal', | 2941 '../components/components.gyp:app_modal', |
2942 '../components/components.gyp:autofill_content_risk_proto', | 2942 '../components/components.gyp:autofill_content_risk_proto', |
2943 '../components/components.gyp:browsing_data_ui', | 2943 '../components/components.gyp:browsing_data_ui', |
2944 '../components/components.gyp:crash_core_browser', | 2944 '../components/components.gyp:crash_core_browser', |
2945 '../components/components.gyp:flags_ui', | 2945 '../components/components.gyp:flags_ui', |
2946 '../components/components.gyp:net_log', | 2946 '../components/components.gyp:net_log', |
2947 '../components/components.gyp:translate_content_common', | 2947 '../components/components.gyp:translate_content_mojo_bindings', |
2948 '../components/components_resources.gyp:components_resources', | 2948 '../components/components_resources.gyp:components_resources', |
2949 '../content/app/resources/content_resources.gyp:content_resources', | 2949 '../content/app/resources/content_resources.gyp:content_resources', |
2950 '../media/media.gyp:media', | 2950 '../media/media.gyp:media', |
2951 '../mojo/mojo_edk.gyp:mojo_system_impl', | 2951 '../mojo/mojo_edk.gyp:mojo_system_impl', |
2952 '../net/net.gyp:net_with_v8', | 2952 '../net/net.gyp:net_with_v8', |
2953 '../net/net.gyp:stale_while_revalidate_experiment_domains', | 2953 '../net/net.gyp:stale_while_revalidate_experiment_domains', |
2954 '../storage/storage_browser.gyp:storage', | 2954 '../storage/storage_browser.gyp:storage', |
2955 '../storage/storage_common.gyp:storage_common', | 2955 '../storage/storage_common.gyp:storage_common', |
2956 '../third_party/brotli/brotli.gyp:brotli', | 2956 '../third_party/brotli/brotli.gyp:brotli', |
2957 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2957 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3367 ], | 3367 ], |
3368 'sources': [ | 3368 'sources': [ |
3369 '<@(chrome_browser_ui_non_mobile_sources)', | 3369 '<@(chrome_browser_ui_non_mobile_sources)', |
3370 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3370 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3371 ], | 3371 ], |
3372 }], | 3372 }], |
3373 ], | 3373 ], |
3374 }, | 3374 }, |
3375 ], | 3375 ], |
3376 } | 3376 } |
OLD | NEW |