Index: ceee/ie/common/common.gyp |
=================================================================== |
--- ceee/ie/common/common.gyp (revision 67943) |
+++ ceee/ie/common/common.gyp (working copy) |
@@ -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', |