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

Unified Diff: ppapi/host/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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
Index: ppapi/host/BUILD.gn
diff --git a/ppapi/host/BUILD.gn b/ppapi/host/BUILD.gn
index 51bd0c511c75834db0ac87640c9646b073d227d6..9df23ac237b07fc4f99c16731649343d0147f369 100644
--- a/ppapi/host/BUILD.gn
+++ b/ppapi/host/BUILD.gn
@@ -33,10 +33,10 @@ component("host") {
"//base",
"//ipc",
"//media:shared_memory_support",
- "//ppapi/shared_impl",
"//ppapi/c",
- "//ppapi/proxy:ipc",
"//ppapi/proxy",
+ "//ppapi/proxy:ipc",
+ "//ppapi/shared_impl",
"//ui/events:events_base",
"//ui/surface",
"//url",

Powered by Google App Engine
This is Rietveld 408576698