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 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2941 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', | 2941 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', |
2942 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/plugins/plugins.
mojom.cc', | 2942 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/plugins/plugins.
mojom.cc', |
2943 ], | 2943 ], |
2944 'dependencies': [ | 2944 'dependencies': [ |
2945 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2945 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2946 'common_net', | 2946 'common_net', |
2947 'debugger', | 2947 'debugger', |
2948 'installer_util', | 2948 'installer_util', |
2949 '../components/components.gyp:app_modal', | 2949 '../components/components.gyp:app_modal', |
2950 '../components/components.gyp:autofill_content_risk_proto', | 2950 '../components/components.gyp:autofill_content_risk_proto', |
| 2951 '../components/components.gyp:browsing_data_ui', |
2951 '../components/components.gyp:crash_core_browser', | 2952 '../components/components.gyp:crash_core_browser', |
2952 '../components/components.gyp:flags_ui', | 2953 '../components/components.gyp:flags_ui', |
2953 '../components/components.gyp:net_log', | 2954 '../components/components.gyp:net_log', |
2954 '../components/components.gyp:page_load_metrics_browser', | 2955 '../components/components.gyp:page_load_metrics_browser', |
2955 '../components/components.gyp:translate_content_common', | 2956 '../components/components.gyp:translate_content_common', |
2956 '../components/components_resources.gyp:components_resources', | 2957 '../components/components_resources.gyp:components_resources', |
2957 '../content/app/resources/content_resources.gyp:content_resources', | 2958 '../content/app/resources/content_resources.gyp:content_resources', |
2958 '../media/media.gyp:media', | 2959 '../media/media.gyp:media', |
2959 '../mojo/mojo_edk.gyp:mojo_system_impl', | 2960 '../mojo/mojo_edk.gyp:mojo_system_impl', |
2960 '../net/net.gyp:net_with_v8', | 2961 '../net/net.gyp:net_with_v8', |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3369 ], | 3370 ], |
3370 'sources': [ | 3371 'sources': [ |
3371 '<@(chrome_browser_ui_non_mobile_sources)', | 3372 '<@(chrome_browser_ui_non_mobile_sources)', |
3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3373 ], | 3374 ], |
3374 }], | 3375 }], |
3375 ], | 3376 ], |
3376 }, | 3377 }, |
3377 ], | 3378 ], |
3378 } | 3379 } |
OLD | NEW |