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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2565813002: Create c/b/ui/cocoa/test and move test files to there (Closed)
Patch Set: Rebase Created 4 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 7ebb171ccc07a9e5f179d6d4f73b74b270c90601..c29cffcd916984e28e4984aec49ec6593906578f 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3418,10 +3418,10 @@ static_library("test_support") {
testonly = true
sources = [
- "cocoa/cocoa_test_helper.h",
- "cocoa/cocoa_test_helper.mm",
- "cocoa/run_loop_testing.h",
- "cocoa/run_loop_testing.mm",
+ "cocoa/test/cocoa_test_helper.h",
+ "cocoa/test/cocoa_test_helper.mm",
+ "cocoa/test/run_loop_testing.h",
+ "cocoa/test/run_loop_testing.mm",
"find_bar/find_bar_host_unittest_util.h",
"login/login_handler_test_utils.cc",
"login/login_handler_test_utils.h",

Powered by Google App Engine
This is Rietveld 408576698