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

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: merge to head, address Amit's nit 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/common/ceee_util_unittest.cc ('k') | ceee/ie/ie.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ceee/ie/common/ceee_util_unittest.cc ('k') | ceee/ie/ie.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698