diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 21:01:10 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 21:01:10 +0000 |
commit | 8b37ca19491d189fe6db3ca9a5a124722373f94e (patch) | |
tree | a013f1b9bd1ff38ace5b29274bab5d36b2a9023c /o3d | |
parent | 59ddd8324123953384ed97fa1d346bbebb273b83 (diff) | |
download | chromium_src-8b37ca19491d189fe6db3ca9a5a124722373f94e.zip chromium_src-8b37ca19491d189fe6db3ca9a5a124722373f94e.tar.gz chromium_src-8b37ca19491d189fe6db3ca9a5a124722373f94e.tar.bz2 |
Forgot to commit a file.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/gpu_plugin/gpu_plugin.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/o3d/gpu_plugin/gpu_plugin.gyp b/o3d/gpu_plugin/gpu_plugin.gyp index cf23d18..6940524 100644 --- a/o3d/gpu_plugin/gpu_plugin.gyp +++ b/o3d/gpu_plugin/gpu_plugin.gyp @@ -12,13 +12,16 @@ 'type': '<(library)', 'dependencies': [ '../../base/base.gyp:base', + '../build/o3d_in_chrome.gyp:o3d_in_chrome', ], 'include_dirs': [ '../..', + '../../third_party/npapi', ], 'all_dependent_settings': { 'include_dirs': [ '../..', + '../../third_party/npapi', ], }, # 'all_dependent_settings' 'sources': [ @@ -65,6 +68,11 @@ 'include_dirs': [ '../..', ], + 'all_dependent_settings': { + 'include_dirs': [ + '../..', + ], + }, # 'all_dependent_settings' 'sources': [ 'np_utils/dispatched_np_object_unittest.cc', 'np_utils/dynamic_np_object_unittest.cc', |