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

Unified Diff: components/translate/core/browser/BUILD.gn

Issue 1987073003: include translate_ui_delegate_unittest to gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/BUILD.gn
diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn
index 9e02a4153fe6e22392db9f3c900e6136ea36ff26..82218a99e5d71664032c465e008d827523267c7c 100644
--- a/components/translate/core/browser/BUILD.gn
+++ b/components/translate/core/browser/BUILD.gn
@@ -83,18 +83,16 @@ source_set("unit_tests") {
"translate_manager_unittest.cc",
"translate_prefs_unittest.cc",
"translate_script_unittest.cc",
+ "translate_ui_delegate_unittest.cc",
]
deps = [
":browser",
"//base",
+ "//components/infobars/core",
"//components/pref_registry:test_support",
"//components/prefs",
"//components/translate/core/common",
"//net:test_support",
"//testing/gtest",
]
- if (!use_aura) {
groby-ooo-7-16 2016/05/18 23:01:58 I'm confused why this would need to be tested on n
- sources += [ "translate_ui_delegate_unittest.cc" ]
- deps += [ "//components/infobars/core" ]
- }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698