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

Unified Diff: chrome/test/BUILD.gn

Issue 1912773002: Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove duplicated symbol Created 4 years, 8 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
« chrome/chrome_tests.gypi ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | 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 3538026245439c2f3b3ac057ccbbdce4be42734d..f375d8ed87a7136ab60254685fc65cb0ed9a9f73 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -370,6 +370,10 @@ if (!is_android) {
"//third_party/mesa:osmesa",
]
+ if (is_mac) {
+ sources += [ "../browser/task_manager/task_manager_browsertest_util.cc" ]
+ }
+
if (toolkit_views) {
sources += rebase_path(
chrome_tests_gypi_values.chrome_interactive_ui_test_views_sources,
@@ -882,6 +886,13 @@ if (!is_android) {
data += [ "$root_out_dir/chrome_200_percent.pak" ]
}
+ if (is_mac) {
+ sources += rebase_path(
+ chrome_tests_gypi_values.chrome_browser_tests_old_task_manager_macosx_sources,
+ ".",
+ "//chrome")
+ }
+
deps = [
":browser_tests_js_webui",
":sync_integration_test_support",
@@ -1846,6 +1857,13 @@ test("unit_tests") {
chrome_tests_unit_gypi_values.chrome_unit_tests_task_manager_sources,
".",
"//chrome")
+
+ if (is_mac) {
+ sources += rebase_path(
+ chrome_tests_unit_gypi_values.chrome_unit_tests_old_task_manager_macosx_sources,
+ ".",
+ "//chrome")
+ }
}
if (enable_mdns) {
sources += rebase_path(
« chrome/chrome_tests.gypi ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698