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

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

Issue 2757463004: Restrict use of GN target //media/base/android:android (Closed)
Patch Set: changes Created 3 years, 9 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 | « no previous file | chromecast/common/media/BUILD.gn » ('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 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 8
9 source_set("native") { 9 source_set("native") {
10 deps = [ 10 deps = [
11 ":native_jni", 11 ":native_jni",
12 "//android_webview:generate_components_strings", 12 "//android_webview:generate_components_strings",
13 "//android_webview/common:version", 13 "//android_webview/common:version",
14 "//base", 14 "//base",
15 "//base/third_party/dynamic_annotations:dynamic_annotations", 15 "//base/third_party/dynamic_annotations:dynamic_annotations",
16 "//cc:cc", 16 "//cc:cc",
17 "//components/autofill/content/browser:browser", 17 "//components/autofill/content/browser:browser",
18 "//components/spellcheck:build_features", 18 "//components/spellcheck:build_features",
19 "//components/web_contents_delegate_android:web_contents_delegate_android", 19 "//components/web_contents_delegate_android:web_contents_delegate_android",
20 "//content/public/common", 20 "//content/public/common",
21 "//device/battery:mojo_bindings", 21 "//device/battery:mojo_bindings",
22 "//media/base/android:android", 22 "//media",
23 "//net", 23 "//net",
24 "//skia", 24 "//skia",
25 "//storage/browser", 25 "//storage/browser",
26 "//storage/common", 26 "//storage/common",
27 "//third_party/boringssl", 27 "//third_party/boringssl",
28 "//ui/base", 28 "//ui/base",
29 "//ui/gfx", 29 "//ui/gfx",
30 "//ui/gfx/geometry:geometry", 30 "//ui/gfx/geometry:geometry",
31 ] 31 ]
32 32
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 sources = [ 170 sources = [
171 "permission/aw_permission_request.h", 171 "permission/aw_permission_request.h",
172 ] 172 ]
173 } 173 }
174 174
175 java_cpp_enum("aw_renderer_priority_manager_renderer_priority") { 175 java_cpp_enum("aw_renderer_priority_manager_renderer_priority") {
176 sources = [ 176 sources = [
177 "aw_renderer_priority_manager.h", 177 "aw_renderer_priority_manager.h",
178 ] 178 ]
179 } 179 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/common/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698