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

Unified Diff: content/content_common.gypi

Issue 10546079: Added sandboxed process service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comments and add 'jni+' into common/DEPS. Created 8 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 767602ce0f5a035f5cefdbf28f309e6e3560bf65..cdfecd18908e9fb73e1fe00784ece808ce349049 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -100,6 +100,10 @@
'common/android/address_parser.h',
'common/android/address_parser_internal.cc',
'common/android/address_parser_internal.h',
+ 'common/android/surface_callback.cc',
+ 'common/android/surface_callback.h',
+ 'common/android/surface_texture_peer.cc',
+ 'common/android/surface_texture_peer.h',
'common/appcache/appcache_backend_proxy.cc',
'common/appcache/appcache_backend_proxy.h',
'common/appcache/appcache_dispatcher.cc',
@@ -342,6 +346,17 @@
'common/sandbox_policy.h',
],
}],
+ ['OS=="android"',{
+ 'link_settings': {
+ 'libraries': [
+ '-landroid', # ANativeWindow
+ ],
+ },
+ 'dependencies': [
+ 'content.gyp:content_jni_headers',
+ 'content.gyp:common_aidl',
+ ],
+ }],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',

Powered by Google App Engine
This is Rietveld 408576698