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

Unified Diff: content/shell/BUILD.gn

Issue 1335313003: Replace instances of datadeps --> data_deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make formatter recognize both datadeps and data_deps Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index e90f2817b2579c244cc9ca660bd376778da186e4..cfb301c2919c1a461d5f0ecbdfac751a0fe4a6a9 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -260,9 +260,7 @@ static_library("content_shell_lib") {
if (use_x11) {
# Some tests rely on this tool at runtime. Note: it might be better if
# the tests that needed it had this as a dep instead of adding it here.
- datadeps = [
- "//tools/xdisplaycheck",
- ]
+ data_deps = [ "//tools/xdisplaycheck" ]
deps += [ "//ui/events/devices" ]
}
@@ -437,9 +435,7 @@ if (!is_android && !is_mac) {
if (is_android) {
# Some tests rely on this tool. It might be nicer if these tests relied on
# image diff rather than having content shell depend on it.
- datadeps = [
- "//tools/imagediff($host_toolchain)",
- ]
+ data_deps = [ "//tools/imagediff($host_toolchain)" ]
}
}
} else {
« no previous file with comments | « no previous file | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698