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

Unified Diff: chrome/test/BUILD.gn

Issue 1490713002: Revert of Convert enable_pre_sync_backup flag to new flags system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 8ce7c9fa885b31233ca0b9df64c90ba7478367af..4e2057e3767e1bab43f5e53a840e813579191d00 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -91,6 +91,9 @@
# New deps should go in the non-iOS section below.
public_deps = [
+ "//content/test:test_support",
+ ]
+ deps = [
"//base:prefs_test_support",
"//base/test:test_support",
"//chrome:resources",
@@ -118,7 +121,6 @@
"//components/ui/zoom:test_support",
"//components/update_client:test_support",
"//content/public/app:both",
- "//content/test:test_support",
"//net",
"//net:test_support",
"//skia",
@@ -133,7 +135,7 @@
]
if (!is_ios) {
- public_deps += [
+ deps += [
"//chrome/child",
"//chrome/plugin",
"//chrome/renderer",
@@ -163,7 +165,7 @@
}
if (is_android) {
- public_deps -= [ "//ui/message_center:test_support" ]
+ deps -= [ "//ui/message_center:test_support" ]
sources -= [
"base/dialog_test_browser_window.cc",
"base/dialog_test_browser_window.h",
@@ -173,37 +175,37 @@
}
if (enable_extensions) {
- public_deps += [
+ deps += [
"//chrome/common/extensions/api",
"//extensions:test_support",
]
}
if (is_linux) {
- public_deps += [ "//crypto:platform" ]
+ deps += [ "//crypto:platform" ]
}
if (is_mac) {
sources += [
"//chrome/app/chrome_crash_reporter_client.cc",
"//chrome/app/chrome_crash_reporter_client_mac.mm",
]
- public_deps += [
+ deps += [
"//breakpad",
"//components/crash/content/app",
"//third_party/ocmock",
]
}
if (is_win) {
- public_deps += [ "//third_party/wtl" ]
+ deps += [ "//third_party/wtl" ]
if (use_aura) {
- public_deps += [
+ deps += [
"//win8:test_registrar_constants",
"//win8:test_support_win8",
]
}
}
if (is_chromeos) {
- public_deps += [ "//components/ownership" ]
+ deps += [ "//components/ownership" ]
}
if (use_aura) {
@@ -214,18 +216,18 @@
}
if (enable_plugins && enable_pdf) {
- public_deps += [ "//pdf" ]
+ deps += [ "//pdf" ]
}
if (use_ash) {
- public_deps += [ "//ash:test_support" ]
+ deps += [ "//ash:test_support" ]
}
if (toolkit_views) {
- public_deps += [ "//ui/views:test_support" ]
+ deps += [ "//ui/views:test_support" ]
}
if (enable_extensions) {
- public_deps += [
+ deps += [
"//chrome/common/extensions/api",
"//extensions:test_support",
]
@@ -2211,7 +2213,7 @@
"base/run_all_unittests.cc",
]
- public_deps = [
+ deps = [
":test_support",
"//base",
"//chrome:resources",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698