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

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

Issue 2717223003: Add WebView-specific whitelist for crash keys. (Closed)
Patch Set: Remove unnecessary imports/includes. 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
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/common:version", 12 "//android_webview/common:version",
13 "//base", 13 "//base",
14 "//base/third_party/dynamic_annotations:dynamic_annotations", 14 "//base/third_party/dynamic_annotations:dynamic_annotations",
15 "//cc:cc", 15 "//cc:cc",
16 "//components/autofill/content/browser:browser", 16 "//components/autofill/content/browser:browser",
17 "//components/crash/content/app",
17 "//components/spellcheck:build_features", 18 "//components/spellcheck:build_features",
18 "//components/strings", 19 "//components/strings",
19 "//components/web_contents_delegate_android:web_contents_delegate_android", 20 "//components/web_contents_delegate_android:web_contents_delegate_android",
20 "//content/public/common", 21 "//content/public/common",
21 "//device/battery:mojo_bindings", 22 "//device/battery:mojo_bindings",
22 "//media/base/android:android", 23 "//media/base/android:android",
23 "//net", 24 "//net",
24 "//skia", 25 "//skia",
25 "//storage/browser", 26 "//storage/browser",
26 "//storage/common", 27 "//storage/common",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 sources = [ 171 sources = [
171 "permission/aw_permission_request.h", 172 "permission/aw_permission_request.h",
172 ] 173 ]
173 } 174 }
174 175
175 java_cpp_enum("aw_renderer_priority_manager_renderer_priority") { 176 java_cpp_enum("aw_renderer_priority_manager_renderer_priority") {
176 sources = [ 177 sources = [
177 "aw_renderer_priority_manager.h", 178 "aw_renderer_priority_manager.h",
178 ] 179 ]
179 } 180 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698