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

Unified Diff: chrome/browser/BUILD.gn

Issue 2892703002: Finish ../platform => public/platform refactor (Closed)
Patch Set: Fix syntax error in chrome/browser/BUILD.gn 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/test/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 74a7a54f10d7a58d5c10ae6a7d207a851ed94492..d9a1b1cefad1d0d1a2b0c5af4307c97e1a44d0f0 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4702,6 +4702,7 @@ static_library("test_support_ui") {
"ui/webui/signin/login_ui_test_utils.cc",
"ui/webui/signin/login_ui_test_utils.h",
]
+ deps = []
if (!is_android) {
sources += [
@@ -4710,6 +4711,7 @@ 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" ]
@@ -4718,7 +4720,7 @@ static_library("test_support_ui") {
"//net:test_support",
]
- deps = [
+ deps += [
"//components/metrics:test_support",
"//components/password_manager/content/common:mojo_interfaces",
"//components/password_manager/core/browser:test_support",
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698