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

Unified Diff: ppapi/host/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
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",
« components/BUILD.gn ('K') | « net/android/BUILD.gn ('k') | ppapi/native_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698