| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//android_webview/system_webview_apk_tmpl.gni") | 5 import("//android_webview/system_webview_apk_tmpl.gni") |
| 6 import("//android_webview/webview_repack_locales.gni") | 6 import("//android_webview/webview_repack_locales.gni") |
| 7 import("//build/config/android/config.gni") | 7 import("//build/config/android/config.gni") |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
| 10 import("//components/spellcheck/spellcheck_build_features.gni") | 10 import("//components/spellcheck/spellcheck_build_features.gni") |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "browser/surfaces_instance.h", | 481 "browser/surfaces_instance.h", |
| 482 "browser/tracing/aw_tracing_delegate.cc", | 482 "browser/tracing/aw_tracing_delegate.cc", |
| 483 "browser/tracing/aw_tracing_delegate.h", | 483 "browser/tracing/aw_tracing_delegate.h", |
| 484 "common/android_webview_message_generator.cc", | 484 "common/android_webview_message_generator.cc", |
| 485 "common/android_webview_message_generator.h", | 485 "common/android_webview_message_generator.h", |
| 486 "common/aw_content_client.cc", | 486 "common/aw_content_client.cc", |
| 487 "common/aw_content_client.h", | 487 "common/aw_content_client.h", |
| 488 "common/aw_descriptors.h", | 488 "common/aw_descriptors.h", |
| 489 "common/aw_hit_test_data.cc", | 489 "common/aw_hit_test_data.cc", |
| 490 "common/aw_hit_test_data.h", | 490 "common/aw_hit_test_data.h", |
| 491 "common/aw_media_client_android.cc", | 491 "common/aw_media_drm_bridge_client.cc", |
| 492 "common/aw_media_client_android.h", | 492 "common/aw_media_drm_bridge_client.h", |
| 493 "common/aw_paths.cc", | 493 "common/aw_paths.cc", |
| 494 "common/aw_paths.h", | 494 "common/aw_paths.h", |
| 495 "common/aw_resource.h", | 495 "common/aw_resource.h", |
| 496 "common/aw_switches.cc", | 496 "common/aw_switches.cc", |
| 497 "common/aw_switches.h", | 497 "common/aw_switches.h", |
| 498 "common/crash_reporter/aw_microdump_crash_reporter.cc", | 498 "common/crash_reporter/aw_microdump_crash_reporter.cc", |
| 499 "common/crash_reporter/aw_microdump_crash_reporter.h", | 499 "common/crash_reporter/aw_microdump_crash_reporter.h", |
| 500 "common/crash_reporter/crash_keys.cc", | 500 "common/crash_reporter/crash_keys.cc", |
| 501 "common/crash_reporter/crash_keys.h", | 501 "common/crash_reporter/crash_keys.h", |
| 502 "common/devtools_instrumentation.h", | 502 "common/devtools_instrumentation.h", |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 system_webview_apk_tmpl("system_webview_apk") { | 800 system_webview_apk_tmpl("system_webview_apk") { |
| 801 android_manifest = system_webview_android_manifest | 801 android_manifest = system_webview_android_manifest |
| 802 android_manifest_dep = ":system_webview_manifest" | 802 android_manifest_dep = ":system_webview_manifest" |
| 803 deps = [ | 803 deps = [ |
| 804 ":system_webview_resources", | 804 ":system_webview_resources", |
| 805 "//android_webview/glue", | 805 "//android_webview/glue", |
| 806 ] | 806 ] |
| 807 apk_name = "SystemWebView" | 807 apk_name = "SystemWebView" |
| 808 } | 808 } |
| 809 } | 809 } |
| OLD | NEW |