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

Unified Diff: content/test/BUILD.gn

Issue 1452823003: Bind Application in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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/public/common/BUILD.gn ('k') | mojo/runner/child/runner_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c9f5fa00ad327b9050685c27a15dd7ae9eceb8a9..69fff6e5c659e74ae7d5fd9969624f1abbae88ca 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -549,7 +549,9 @@ test("content_unittests") {
}
}
- configs += [ "//build/config:precompiled_headers" ]
+ configs += [
+ "//build/config:precompiled_headers",
+ ]
deps = [
":test_support",
« no previous file with comments | « content/public/common/BUILD.gn ('k') | mojo/runner/child/runner_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698