Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: android_webview/BUILD.gn

Issue 2538683002: [M56] [Autofill]Enable mojo AutofillDriver for android_webview. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "renderer/print_render_frame_observer.h", 467 "renderer/print_render_frame_observer.h",
468 ] 468 ]
469 469
470 deps = [ 470 deps = [
471 ":generate_aw_resources", 471 ":generate_aw_resources",
472 ":generate_aw_strings", 472 ":generate_aw_strings",
473 ":generate_components_strings", 473 ":generate_components_strings",
474 "//android_webview/common:version", 474 "//android_webview/common:version",
475 "//android_webview/native:native", 475 "//android_webview/native:native",
476 "//cc/surfaces", 476 "//cc/surfaces",
477 "//components/autofill/content/browser",
477 "//components/autofill/content/renderer", 478 "//components/autofill/content/renderer",
478 "//components/cdm/browser", 479 "//components/cdm/browser",
479 "//components/cdm/renderer", 480 "//components/cdm/renderer",
480 "//components/crash/content/app", 481 "//components/crash/content/app",
481 "//components/crash/content/browser", 482 "//components/crash/content/browser",
482 "//components/metrics", 483 "//components/metrics",
483 "//components/metrics:gpu", 484 "//components/metrics:gpu",
484 "//components/metrics:net", 485 "//components/metrics:net",
485 "//components/metrics:profiler", 486 "//components/metrics:profiler",
486 "//components/metrics:ui", 487 "//components/metrics:ui",
(...skipping 19 matching lines...) Expand all
506 "//gpu/command_buffer/client:gles2_c_lib", 507 "//gpu/command_buffer/client:gles2_c_lib",
507 "//gpu/command_buffer/client:gles2_implementation", 508 "//gpu/command_buffer/client:gles2_implementation",
508 "//gpu/command_buffer/common:gles2_utils", 509 "//gpu/command_buffer/common:gles2_utils",
509 "//gpu/command_buffer/service", 510 "//gpu/command_buffer/service",
510 "//gpu/ipc:gl_in_process_context", 511 "//gpu/ipc:gl_in_process_context",
511 "//gpu/skia_bindings", 512 "//gpu/skia_bindings",
512 "//media", 513 "//media",
513 "//media/midi", 514 "//media/midi",
514 "//net:extras", 515 "//net:extras",
515 "//printing", 516 "//printing",
517 "//services/service_manager/public/cpp",
516 "//skia", 518 "//skia",
517 "//third_party/WebKit/public:blink", 519 "//third_party/WebKit/public:blink",
518 "//ui/events:gesture_detection", 520 "//ui/events:gesture_detection",
519 "//ui/gl", 521 "//ui/gl",
520 "//ui/gl/init", 522 "//ui/gl/init",
521 "//ui/shell_dialogs", 523 "//ui/shell_dialogs",
522 "//v8", 524 "//v8",
523 ] 525 ]
524 526
525 if (enable_configuration_policy) { 527 if (enable_configuration_policy) {
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 system_webview_apk_tmpl("system_webview_apk") { 689 system_webview_apk_tmpl("system_webview_apk") {
688 android_manifest = system_webview_android_manifest 690 android_manifest = system_webview_android_manifest
689 android_manifest_dep = ":system_webview_manifest" 691 android_manifest_dep = ":system_webview_manifest"
690 deps = [ 692 deps = [
691 ":system_webview_resources", 693 ":system_webview_resources",
692 "//android_webview/glue", 694 "//android_webview/glue",
693 ] 695 ]
694 apk_name = "SystemWebView" 696 apk_name = "SystemWebView"
695 } 697 }
696 } 698 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698