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

Unified Diff: ash/common/test/BUILD.gn

Issue 2723103003: chromeos: Fold ash/common/test/BUILD.gn into ash/test/BUILD.gn (Closed)
Patch Set: rebase Created 3 years, 10 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 | « ash/BUILD.gn ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/BUILD.gn
diff --git a/ash/common/test/BUILD.gn b/ash/common/test/BUILD.gn
deleted file mode 100644
index b4b4d37451f9eb4290af7ccc39e327a42d383d65..0000000000000000000000000000000000000000
--- a/ash/common/test/BUILD.gn
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-static_library("test_support") {
- testonly = true
- sources = [
- "ash_test.cc",
- "ash_test.h",
- "ash_test_impl.h",
- "test_palette_delegate.cc",
- "test_palette_delegate.h",
- "test_session_state_delegate.cc",
- "test_session_state_delegate.h",
- "test_shelf_delegate.cc",
- "test_shelf_delegate.h",
- "test_shelf_item_delegate.cc",
- "test_shelf_item_delegate.h",
- "test_system_tray_delegate.cc",
- "test_system_tray_delegate.h",
- "wm_shell_test_api.cc",
- "wm_shell_test_api.h",
- "workspace_event_handler_test_helper.cc",
- "workspace_event_handler_test_helper.h",
- ]
- configs += [ "//build/config:precompiled_headers" ]
-
- public_deps = [
- "//testing/gtest",
- ]
- deps = [
- "//ash",
- "//ash/public/cpp:ash_public_cpp",
- "//base",
- "//components/signin/core/account_id",
- "//components/user_manager",
-
- # TODO: this is for ui/wm/public/window_types.h, which is in aura.
- # http://crbug.com/654078.
- "//ui/aura",
- "//ui/display/manager",
- "//ui/gfx/geometry",
- "//ui/views",
- "//ui/wm",
- ]
-}
« no previous file with comments | « ash/BUILD.gn ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698