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

Unified Diff: components/exo/BUILD.gn

Issue 2400063003: Adds more BUILD.gns to ash (Closed)
Patch Set: not relative Created 4 years, 2 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
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 1afaab218145178fb41ce1afd535069be02f82cd..885a914add6831263daa1c0f5714c06604faab31 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -81,8 +81,8 @@ source_set("test_support") {
deps = [
":exo",
- "//ash:ash_with_aura_test_support",
- "//ash:test_support_without_content",
+ "//ash/test:ash_with_aura_test_support",
+ "//ash/test:test_support_without_content",
"//base",
"//gpu",
"//skia",
@@ -146,8 +146,8 @@ test("exo_unittests") {
deps = [
":unit_tests",
- "//ash:ash_with_aura_test_support",
- "//ash:test_support_without_content",
+ "//ash/test:ash_with_aura_test_support",
+ "//ash/test:test_support_without_content",
"//base",
"//base/test:test_support",
"//device/gamepad:test_helpers",

Powered by Google App Engine
This is Rietveld 408576698