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

Unified Diff: ash/BUILD.gn

Issue 796903004: Add GN files for src/win8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index b55fdc933190be5bc1732191584586710cafd4cf..8fdca0c3deab5fbf28efa35efeb4aa180aa7c003 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -180,10 +180,10 @@ static_library("test_support") {
]
deps += [
"//ipc",
- #'../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', TODO(GYP)
- #'../win8/win8.gyp:metro_viewer', TODO(GYP)
- #'../win8/win8.gyp:test_support_win8', TODO(GYP)
- #'../win8/win8_tests.gyp:test_registrar', TODO(GYP)
+ "//ui/metro_viewer",
+ "//win8:metro_viewer",
+ "//win8:test_support_win8",
+ "//win8:test_registrar",
]
}
}
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698