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

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

Issue 559543003: Add chrome test support target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more gyp changes Created 6 years, 3 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 | « chrome/browser/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index edb3cb1748e5fc1434125141009e1bced233ef17..3671dac9a521b93a994d93f0e9c80faddc85a755 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -421,3 +421,49 @@ if (is_mac) {
"//chrome")
}
}
+
+# In GYP this is part of test_support_common.
+source_set("test_support") {
+ testonly = true
+
+ sources = [
+ "browser.h",
+ "cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm",
+ "cocoa/run_loop_testing.h",
+ "cocoa/run_loop_testing.mm",
+ "find_bar/find_bar_host_unittest_util.h",
+ "fullscreen/fullscreen_controller_state_test.cc",
+ "fullscreen/fullscreen_controller_state_test.h",
+ "fullscreen/fullscreen_controller_state_tests.h",
+ "fullscreen/fullscreen_controller_test.cc",
+ "fullscreen/fullscreen_controller_test.h",
+ "login/login_prompt_test_utils.cc",
+ "login/login_prompt_test_utils.h",
+ "passwords/manage_passwords_ui_controller_mock.cc",
+ "passwords/manage_passwords_ui_controller_mock.h",
+ "pdf/pdf_browsertest_base.cc",
+ "pdf/pdf_browsertest_base.h",
+ "test/test_confirm_bubble_model.cc",
+ "test/test_confirm_bubble_model.h",
+ "views/find_bar_host_unittest_util_views.cc",
+ "website_settings/mock_permission_bubble_request.cc",
+ "website_settings/mock_permission_bubble_request.h",
+ ]
+
+ deps = [
+ ":ui",
+ "//chrome/app/theme:theme_resources",
+ "//chrome/browser",
+ "//content/public/browser",
+ "//content/public/common",
+ "//content/test:test_support",
+ "//net:test_support",
+ "//skia",
+ "//testing/gtest",
+ "//ui/base",
+ ]
+
+ forward_dependent_configs_from = [
+ ":ui",
+ ]
+}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698