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("//build/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
6 import("//build/config/android/rules.gni") | 6 import("//build/config/android/rules.gni") |
7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 import("system_webview_apk_tmpl.gni") | 9 import("system_webview_apk_tmpl.gni") |
10 import("webview_repack_locales.gni") | 10 import("webview_repack_locales.gni") |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 "common/aw_resource.h", | 509 "common/aw_resource.h", |
510 "common/aw_switches.cc", | 510 "common/aw_switches.cc", |
511 "common/aw_switches.h", | 511 "common/aw_switches.h", |
512 "common/devtools_instrumentation.h", | 512 "common/devtools_instrumentation.h", |
513 "common/render_view_messages.cc", | 513 "common/render_view_messages.cc", |
514 "common/render_view_messages.h", | 514 "common/render_view_messages.h", |
515 "common/url_constants.cc", | 515 "common/url_constants.cc", |
516 "common/url_constants.h", | 516 "common/url_constants.h", |
517 "crash_reporter/aw_microdump_crash_reporter.cc", | 517 "crash_reporter/aw_microdump_crash_reporter.cc", |
518 "crash_reporter/aw_microdump_crash_reporter.h", | 518 "crash_reporter/aw_microdump_crash_reporter.h", |
| 519 "gpu/aw_content_gpu_client.cc", |
| 520 "gpu/aw_content_gpu_client.h", |
519 "lib/aw_browser_dependency_factory_impl.cc", | 521 "lib/aw_browser_dependency_factory_impl.cc", |
520 "lib/aw_browser_dependency_factory_impl.h", | 522 "lib/aw_browser_dependency_factory_impl.h", |
521 "lib/main/aw_main_delegate.cc", | 523 "lib/main/aw_main_delegate.cc", |
522 "lib/main/aw_main_delegate.h", | 524 "lib/main/aw_main_delegate.h", |
523 "lib/main/webview_jni_onload.cc", | 525 "lib/main/webview_jni_onload.cc", |
524 "lib/main/webview_jni_onload.h", | 526 "lib/main/webview_jni_onload.h", |
525 "public/browser/draw_gl.h", | 527 "public/browser/draw_gl.h", |
526 "renderer/aw_content_renderer_client.cc", | 528 "renderer/aw_content_renderer_client.cc", |
527 "renderer/aw_content_renderer_client.h", | 529 "renderer/aw_content_renderer_client.h", |
528 "renderer/aw_content_settings_client.cc", | 530 "renderer/aw_content_settings_client.cc", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 android_manifest = get_target_outputs(":system_webview_manifest") | 745 android_manifest = get_target_outputs(":system_webview_manifest") |
744 android_manifest = android_manifest[1] | 746 android_manifest = android_manifest[1] |
745 android_manifest_dep = ":system_webview_manifest" | 747 android_manifest_dep = ":system_webview_manifest" |
746 deps = [ | 748 deps = [ |
747 ":system_webview_resources", | 749 ":system_webview_resources", |
748 "//android_webview/glue", | 750 "//android_webview/glue", |
749 ] | 751 ] |
750 apk_name = "SystemWebView" | 752 apk_name = "SystemWebView" |
751 } | 753 } |
752 } | 754 } |
OLD | NEW |