summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-21 00:56:07 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-21 00:56:07 +0000
commitf38e25f12f542ed26b0b9d310d2e432297520995 (patch)
tree91968df6d61551cadf4ec12152f9790e5904f1b5 /base/base.gyp
parent53e45f18ee44a3b7ace0ebf96960c1af9f8f1ae6 (diff)
downloadchromium_src-f38e25f12f542ed26b0b9d310d2e432297520995.zip
chromium_src-f38e25f12f542ed26b0b9d310d2e432297520995.tar.gz
chromium_src-f38e25f12f542ed26b0b9d310d2e432297520995.tar.bz2
plugins: move NativeLibrary into base.
NativeLibrary is used by some plugin code under chrome/. Rather than including webkit/glue there, this relocation is the smallest logical bite to take. :\ Review URL: http://codereview.chromium.org/87012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index e7c6adb..3180c70 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -162,6 +162,10 @@
'message_pump_mac.mm',
'message_pump_win.cc',
'message_pump_win.h',
+ 'native_library.h',
+ 'native_library_linux.cc',
+ 'native_library_mac.mm',
+ 'native_library_win.cc',
'non_thread_safe.cc',
'non_thread_safe.h',
'nss_init.cc',