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

Unified Diff: content/common/BUILD.gn

Issue 344873006: Add widevine and extensions resources to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « content/child/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 88890f00fb46f7e79fd0535815bca87b14eb023a..511027e3091aa356164b5e75cfcaf54465326173 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -45,26 +45,27 @@ source_set("common") {
if (!is_ios) {
deps += [
+ "//cc",
"//ipc",
+ "//mojo/environment:chromium",
+ "//mojo/system",
+ # TODO: the dependency on gl_in_process_context should be decoupled from
+ # content and moved to android_webview. See crbug.com/365797.
+ "//gpu/command_buffer/client:gl_in_process_context",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
+ "//gpu/command_buffer/service",
+ "//gpu/ipc",
"//ui/gl",
- #'../cc/cc.gyp:cc',
- #'../gpu/gpu.gyp:command_buffer_service',
- # TODO: the dependency on gl_in_process_context should be decoupled from
- # content and moved to android_webview. See crbug.com/365797.
+ "//webkit/browser:storage",
+ "//webkit/common",
+ "//webkit/common:storage",
+ "//webkit/common/gpu",
#'../gpu/gpu.gyp:gl_in_process_context',
- #'../gpu/gpu.gyp:gpu_ipc',
#'../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
#'../media/media.gyp:media',
#'../media/media.gyp:shared_memory_support',
- #'../mojo/mojo.gyp:mojo_environment_chromium',
- #'../mojo/mojo.gyp:mojo_system_impl',
#'../third_party/WebKit/public/blink.gyp:blink',
- #'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
- #'../webkit/common/webkit_common.gyp:webkit_common',
- #'../webkit/storage_browser.gyp:webkit_storage_browser',
- #'../webkit/storage_common.gyp:webkit_storage_common',
]
}
@@ -156,8 +157,7 @@ source_set("common") {
if (enable_plugins) {
deps += [
- # TODO(GYP) enable once supported in the GN build.
- #"//ppapi:shared",
+ "//ppapi:ppapi_shared",
]
} else {
sources -= [
« no previous file with comments | « content/child/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698