Index: ceee/ie/common/common.gyp |
diff --git a/ceee/ie/common/common.gyp b/ceee/ie/common/common.gyp |
index 9a4740062cdc416e32b86e0e179e16a67781031e..8ef29dd7c543c7558cbdd72c9a08e0817eee0f52 100644 |
--- a/ceee/ie/common/common.gyp |
+++ b/ceee/ie/common/common.gyp |
@@ -49,18 +49,20 @@ |
'type': 'static_library', |
'dependencies': [ |
'ie_common_settings', |
- '../../../base/base.gyp:base', |
- '../../../breakpad/breakpad.gyp:breakpad_handler', |
- '../../../build/temp_gyp/googleurl.gyp:googleurl', |
- '../../../net/net.gyp:net_base', |
- '../../../ceee/common/common.gyp:initializing_coclass', |
- '../../../ceee/common/common.gyp:ceee_common', |
+ '<(DEPTH)/base/base.gyp:base', |
+ '<(DEPTH)/breakpad/breakpad.gyp:breakpad_handler', |
+ '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
+ '<(DEPTH)/ceee/common/common.gyp:initializing_coclass', |
+ '<(DEPTH)/ceee/common/common.gyp:ceee_common', |
+ '<(DEPTH)/ceee/ie/plugin/toolband/toolband.gyp:toolband_idl', |
'<(DEPTH)/chrome/chrome.gyp:chrome_version_header', |
'<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl', |
- '../plugin/toolband/toolband.gyp:toolband_idl', |
+ '<(DEPTH)/net/net.gyp:net_base', |
], |
'sources': [ |
'api_registration.h', |
+ 'ceee_util.cc', |
+ 'ceee_util.h', |
'chrome_frame_host.cc', |
'chrome_frame_host.h', |
'constants.cc', |