OLD | NEW |
1 # Copyright 2009 The Chromium Authors. All rights reserved. | 1 # Copyright 2009 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 'system_webview_package_name%': 'com.android.webview', | 7 'system_webview_package_name%': 'com.android.webview', |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'dependencies': [ | 225 'dependencies': [ |
226 '../android_webview/native/webview_native.gyp:webview_native', | 226 '../android_webview/native/webview_native.gyp:webview_native', |
227 '../cc/cc.gyp:cc_surfaces', | 227 '../cc/cc.gyp:cc_surfaces', |
228 '../components/components.gyp:auto_login_parser', | 228 '../components/components.gyp:auto_login_parser', |
229 '../components/components.gyp:autofill_content_renderer', | 229 '../components/components.gyp:autofill_content_renderer', |
230 '../components/components.gyp:breakpad_host', | 230 '../components/components.gyp:breakpad_host', |
231 '../components/components.gyp:cdm_browser', | 231 '../components/components.gyp:cdm_browser', |
232 '../components/components.gyp:cdm_renderer', | 232 '../components/components.gyp:cdm_renderer', |
233 '../components/components.gyp:component_metrics_proto', | 233 '../components/components.gyp:component_metrics_proto', |
234 '../components/components.gyp:crash_component', | 234 '../components/components.gyp:crash_component', |
235 '../components/components.gyp:devtools_discovery', | |
236 '../components/components.gyp:metrics', | 235 '../components/components.gyp:metrics', |
237 '../components/components.gyp:metrics_gpu', | 236 '../components/components.gyp:metrics_gpu', |
238 '../components/components.gyp:metrics_net', | 237 '../components/components.gyp:metrics_net', |
239 '../components/components.gyp:metrics_profiler', | 238 '../components/components.gyp:metrics_profiler', |
240 '../components/components.gyp:metrics_ui', | 239 '../components/components.gyp:metrics_ui', |
241 '../components/components.gyp:navigation_interception', | 240 '../components/components.gyp:navigation_interception', |
242 '../components/components.gyp:printing_common', | 241 '../components/components.gyp:printing_common', |
243 '../components/components.gyp:printing_browser', | 242 '../components/components.gyp:printing_browser', |
244 '../components/components.gyp:printing_renderer', | 243 '../components/components.gyp:printing_renderer', |
245 '../components/components.gyp:supervised_user_error_page', | 244 '../components/components.gyp:supervised_user_error_page', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 515 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
517 }, | 516 }, |
518 ], | 517 ], |
519 }] | 518 }] |
520 ], | 519 ], |
521 'includes': [ | 520 'includes': [ |
522 'android_webview_tests.gypi', | 521 'android_webview_tests.gypi', |
523 'apk/system_webview_paks.gypi', | 522 'apk/system_webview_paks.gypi', |
524 ], | 523 ], |
525 } | 524 } |
OLD | NEW |