Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1063)

Unified Diff: ceee/ie/plugin/scripting/scripting.gyp

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove spurious '33' from .gyp file. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ceee/ie/plugin/scripting/script_host.cc ('k') | ceee/ie/plugin/toolband/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..10e42f754459358f727d80b491c24374350e373a 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)/base/base.gyp:base',
+ '<(DEPTH)/ceee/common/common.gyp:ceee_common',
+ '<(DEPTH)/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)/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',
« no previous file with comments | « ceee/ie/plugin/scripting/script_host.cc ('k') | ceee/ie/plugin/toolband/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698