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

Unified Diff: win8/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« components/BUILD.gn ('K') | « url/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/BUILD.gn
diff --git a/win8/BUILD.gn b/win8/BUILD.gn
index a064c153b5cfe683c97f9766025259e0c7f9729b..1d4343d04bc03cdde08bad9f90c7030998eb3d56 100644
--- a/win8/BUILD.gn
+++ b/win8/BUILD.gn
@@ -11,11 +11,11 @@ source_set("metro_viewer_constants") {
component("metro_viewer") {
deps = [
+ ":metro_viewer_constants",
"//base",
"//ipc",
"//ui/aura",
"//ui/metro_viewer",
- ":metro_viewer_constants",
]
sources = [
"viewer/metro_viewer_process_host.cc",
@@ -26,8 +26,8 @@ component("metro_viewer") {
source_set("test_support_win8") {
deps = [
- "//base",
":test_registrar_constants",
+ "//base",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
« components/BUILD.gn ('K') | « url/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698