Chromium Code Reviews| Index: ceee/ie/plugin/scripting/scripting.gyp |
| diff --git a/ceee/ie/plugin/scripting/scripting.gyp b/ceee/ie/plugin/scripting/scripting.gyp |
| index 0cfa271667cc0fd9018b0ec7faa0126ca428c656..11b277c49b949a34a8297afd02c322fac8543777 100644 |
| --- a/ceee/ie/plugin/scripting/scripting.gyp |
| +++ b/ceee/ie/plugin/scripting/scripting.gyp |
| @@ -16,12 +16,13 @@ |
| 'type': 'static_library', |
| 'dependencies': [ |
| 'javascript_bindings', |
| - '../../common/common.gyp:ie_common', |
| - '../../common/common.gyp:ie_common_settings', |
| - '../toolband/toolband.gyp:toolband_idl', |
| - '../../../../base/base.gyp:base', |
| - '../../../../ceee/common/common.gyp:ceee_common', |
| - '../../../../ceee/common/common.gyp:initializing_coclass', |
| + '<(DEPTH)/ceee/ie/common/common.gyp:ie_common', |
| + '<(DEPTH)/ceee/ie/common/common.gyp:ie_common_settings', |
| + '<(DEPTH)/ceee/ie/plugin/toolband/toolband.gyp:toolband_idl', |
| + '<(DEPTH)/base/base.gyp:base', |
|
MAD
2010/11/24 23:03:56
move up base and ceee/common?
Jói
2010/11/25 23:13:41
Done.
|
| + '<(DEPTH)/ceee/common/common.gyp:ceee_common', |
| + '<(DEPTH)/ceee/common/common.gyp:initializing_coclass', |
| + '<(DEPTH)/chrome/chrome.gyp:chrome_version_header', |
| ], |
| 'sources': [ |
| 'base.js', |
| @@ -38,6 +39,10 @@ |
| 'userscripts_librarian.h', |
| 'userscripts_docs.h', |
| ], |
| + 'include_dirs': [ |
| + # For version.h |
| + '<(SHARED_INTERMEDIATE_DIR)', |
| + ], |
| }, |
| { |
| 'target_name': 'javascript_bindings', |