diff options
Diffstat (limited to 'content/common/BUILD.gn')
-rw-r--r-- | content/common/BUILD.gn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn index 02efe32..0f2a380 100644 --- a/content/common/BUILD.gn +++ b/content/common/BUILD.gn @@ -49,8 +49,6 @@ source_set("common") { "//cc", "//ipc", "//ipc/mojo", - "//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", @@ -61,7 +59,10 @@ source_set("common") { "//gpu/skia_bindings", "//media", "//media:shared_memory_support", + "//mojo/environment:chromium", "//mojo/public/interfaces/application", + "//mojo/system", + "//sandbox", "//third_party/WebKit/public:blink", "//ui/gl", "//webkit/browser:storage", |