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

Unified Diff: chrome/browser/BUILD.gn

Issue 2897503002: Eliminate remaining ../ header includes (Closed)
Patch Set: Make proposed change Created 3 years, 7 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 | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f01d984ea132ecb8294f5f628782496195e17997..628a284d74cb238b61d0a8eddcf6104d47e4a314 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4713,7 +4713,6 @@ static_library("test_support_ui") {
"ui/webui/web_ui_test_handler.cc",
"ui/webui/web_ui_test_handler.h",
]
- deps += [ "//third_party/WebKit/public:blink_headers" ]
}
configs += [ "//build/config:precompiled_headers" ]
@@ -4729,6 +4728,7 @@ static_library("test_support_ui") {
"//components/translate/content/common",
"//skia",
"//testing/gtest",
+ "//third_party/WebKit/public:blink_headers",
]
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698