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

Unified Diff: ppapi/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Actually undo gyp change Created 6 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
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index ba97e32c944270755b7895fb7567b8cf82e52df3..62862eaa1e0602fdd3d6319603227154f3cb3c95 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -417,12 +417,14 @@ component("ppapi_shared") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//gpu/command_buffer/client",
+ "//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/common",
"//ipc",
"//media:shared_memory_support",
"//skia",
"//third_party/icu:icuuc",
+ "//ui/events:events_base",
"//ui/surface",
"//url",
]
@@ -740,6 +742,7 @@ component("ppapi_proxy") {
"//ipc",
"//skia",
"//third_party/icu",
+ "//ui/events:events_base",
"//ui/surface",
blink_target,
]
@@ -782,6 +785,7 @@ component("ppapi_host") {
"//base",
"//ipc",
"//media:shared_memory_support",
+ "//ui/events:events_base",
"//ui/surface",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698