summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorbenm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 21:47:15 +0000
committerbenm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 21:47:15 +0000
commit6ea91b8cfce84249fe710bdd90484a0d183ef091 (patch)
tree38580c471d2c6594d10f76e94398c1b5f199b6dc /content/content_common.gypi
parentb4acabccade62eb5d561a3ffcbc47070e6ae9e70 (diff)
downloadchromium_src-6ea91b8cfce84249fe710bdd90484a0d183ef091.zip
chromium_src-6ea91b8cfce84249fe710bdd90484a0d183ef091.tar.gz
chromium_src-6ea91b8cfce84249fe710bdd90484a0d183ef091.tar.bz2
[Android] Manage CVC's retained JS object set on the native side.
Move management of the js retained object set to the native java bridge. Android only change, android bots green. NOTRY=true BUG=169228 Review URL: https://chromiumcodereview.appspot.com/11817047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index b2c4953..ff32dd8 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -113,6 +113,8 @@
'common/android/common_jni_registrar.h',
'common/android/device_info.cc',
'common/android/device_info.h',
+ 'common/android/hash_set.cc',
+ 'common/android/hash_set.h',
'common/android/surface_callback.cc',
'common/android/surface_callback.h',
'common/android/surface_texture_bridge.cc',