Chromium Code Reviews

Unified Diff: ceee/ie/common/common.gyp

Issue 5254012: Always use persistent profile for CF+CEEE installs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ceee/ie/common/common.gyp
diff --git a/ceee/ie/common/common.gyp b/ceee/ie/common/common.gyp
index ce4e333d91fad36a3a3559d6cb42735933bf0dc6..598631866edfa563840649a05fd797ac6387b210 100644
--- a/ceee/ie/common/common.gyp
+++ b/ceee/ie/common/common.gyp
@@ -49,21 +49,23 @@
'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',
# TODO(joi@chromium.org) Why? Can we remove?
- '../../../ceee/testing/utils/test_utils.gyp:test_utils',
- '../../../ceee/testing/utils/test_utils.gyp:mshtml_mocks',
+ '<(DEPTH)/ceee/testing/utils/test_utils.gyp:test_utils',
+ '<(DEPTH)/ceee/testing/utils/test_utils.gyp:mshtml_mocks',
'<(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',

Powered by Google App Engine