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

Side by Side Diff: android_webview/native/BUILD.gn

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 months 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 | « android_webview/browser/aw_devtools_manager_delegate.cc ('k') | android_webview/native/DEPS » ('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("//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 7
8 source_set("native") { 8 source_set("native") {
9 deps = [ 9 deps = [
10 ":native_jni", 10 ":native_jni",
11 "//android_webview/common:version", 11 "//android_webview/common:version",
12 "//base", 12 "//base",
13 "//base/third_party/dynamic_annotations:dynamic_annotations", 13 "//base/third_party/dynamic_annotations:dynamic_annotations",
14 "//cc:cc", 14 "//cc:cc",
15 "//components/autofill/content/browser:browser", 15 "//components/autofill/content/browser:browser",
16 "//components/devtools_http_handler:devtools_http_handler",
17 "//components/strings", 16 "//components/strings",
18 "//components/web_contents_delegate_android:web_contents_delegate_android", 17 "//components/web_contents_delegate_android:web_contents_delegate_android",
19 "//content/public/common", 18 "//content/public/common",
20 "//device/battery:mojo_bindings", 19 "//device/battery:mojo_bindings",
21 "//media/base/android:android", 20 "//media/base/android:android",
22 "//net", 21 "//net",
23 "//skia", 22 "//skia",
24 "//storage/browser", 23 "//storage/browser",
25 "//storage/common", 24 "//storage/common",
26 "//third_party/boringssl", 25 "//third_party/boringssl",
(...skipping 23 matching lines...) Expand all
50 "aw_contents_client_bridge.cc", 49 "aw_contents_client_bridge.cc",
51 "aw_contents_client_bridge.h", 50 "aw_contents_client_bridge.h",
52 "aw_contents_io_thread_client_impl.cc", 51 "aw_contents_io_thread_client_impl.cc",
53 "aw_contents_io_thread_client_impl.h", 52 "aw_contents_io_thread_client_impl.h",
54 "aw_contents_lifecycle_notifier.cc", 53 "aw_contents_lifecycle_notifier.cc",
55 "aw_contents_lifecycle_notifier.h", 54 "aw_contents_lifecycle_notifier.h",
56 "aw_contents_statics.cc", 55 "aw_contents_statics.cc",
57 "aw_contents_statics.h", 56 "aw_contents_statics.h",
58 "aw_debug.cc", 57 "aw_debug.cc",
59 "aw_debug.h", 58 "aw_debug.h",
60 "aw_dev_tools_server.cc", 59 "aw_devtools_server.cc",
61 "aw_dev_tools_server.h", 60 "aw_devtools_server.h",
62 "aw_form_database.cc", 61 "aw_form_database.cc",
63 "aw_form_database.h", 62 "aw_form_database.h",
64 "aw_gl_functor.cc", 63 "aw_gl_functor.cc",
65 "aw_gl_functor.h", 64 "aw_gl_functor.h",
66 "aw_http_auth_handler.cc", 65 "aw_http_auth_handler.cc",
67 "aw_http_auth_handler.h", 66 "aw_http_auth_handler.h",
68 "aw_locale_manager_impl.cc", 67 "aw_locale_manager_impl.cc",
69 "aw_locale_manager_impl.h", 68 "aw_locale_manager_impl.h",
70 "aw_media_url_interceptor.cc", 69 "aw_media_url_interceptor.cc",
71 "aw_media_url_interceptor.h", 70 "aw_media_url_interceptor.h",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 generate_jar_jni("cancellation_signal_android_jar_jni_headers") { 164 generate_jar_jni("cancellation_signal_android_jar_jni_headers") {
166 classes = [ "android/os/CancellationSignal.class" ] 165 classes = [ "android/os/CancellationSignal.class" ]
167 jni_package = "android_webview" 166 jni_package = "android_webview"
168 } 167 }
169 168
170 java_cpp_enum("aw_permission_request_resource") { 169 java_cpp_enum("aw_permission_request_resource") {
171 sources = [ 170 sources = [
172 "permission/aw_permission_request.h", 171 "permission/aw_permission_request.h",
173 ] 172 ]
174 } 173 }
OLDNEW
« no previous file with comments | « android_webview/browser/aw_devtools_manager_delegate.cc ('k') | android_webview/native/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698