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

Unified Diff: ppapi/shared_impl/BUILD.gn

Issue 1406053002: Make chrome/common pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 25ad904387c771cc96df1c8db3d20c084d42acc3..3b92a0a60d5a7db303ac8bc185b1bb5f4912ee69 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -159,6 +159,11 @@ component("shared_impl") {
"PPAPI_THUNK_IMPLEMENTATION",
]
+ public_deps = [
+ "//ppapi/c",
+ "//ppapi/thunk",
+ ]
+
deps = [
"//base",
"//base:i18n",
@@ -169,8 +174,6 @@ component("shared_impl") {
"//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