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

Unified Diff: content/app/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 | « content/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 517082d5cae58cf063080009f36c10ac3bffd851..82af6d723e79b82ed72b4b233b1ca42c4f72aa0d 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -23,6 +23,7 @@ content_app_sources = [
content_app_deps = [
"//base",
"//base:i18n",
+
# This is needed by app/content_main_runner.cc
# TODO(brettw) this shouldn't be here, only final executables should be
# picking the allocator.
@@ -42,7 +43,7 @@ if (is_win) {
content_app_deps += [
"//content/public/android:jni",
"//skia",
- "//third_party/android_tools:cpu_features"
+ "//third_party/android_tools:cpu_features",
]
}
« no previous file with comments | « content/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698