From 8b37ca19491d189fe6db3ca9a5a124722373f94e Mon Sep 17 00:00:00 2001 From: "apatrick@google.com" Date: Mon, 19 Oct 2009 21:01:10 +0000 Subject: Forgot to commit a file. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29456 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/gpu_plugin/gpu_plugin.gyp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'o3d') 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', -- cgit v1.1