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

Unified Diff: ppapi/shared_impl/BUILD.gn

Issue 1396663005: Revert of Make chrome/common pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/BUILD.gn
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
index 3b92a0a60d5a7db303ac8bc185b1bb5f4912ee69..25ad904387c771cc96df1c8db3d20c084d42acc3 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -159,11 +159,6 @@
"PPAPI_THUNK_IMPLEMENTATION",
]
- public_deps = [
- "//ppapi/c",
- "//ppapi/thunk",
- ]
-
deps = [
"//base",
"//base:i18n",
@@ -174,6 +169,8 @@
"//gpu/command_buffer/common",
"//ipc",
"//media:shared_memory_support",
+ "//ppapi/c",
+ "//ppapi/thunk",
"//third_party/icu:icuuc",
"//url",
]
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698