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

Unified Diff: chrome/policy.gypi

Issue 14617003: Make chrome.exe rendezvous with existing chrome process earlier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months 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 | « chrome/metro_utils.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/policy.gypi
diff --git a/components/auto_login_parser.gypi b/chrome/policy.gypi
similarity index 50%
copy from components/auto_login_parser.gypi
copy to chrome/policy.gypi
index 1dae9360602b63d0a022edc71a107dc56e12587a..b130c47b1a7f5d204097d00a8df0d040e5987c67 100644
--- a/components/auto_login_parser.gypi
+++ b/chrome/policy.gypi
@@ -5,18 +5,21 @@
{
'targets': [
{
- 'target_name': 'auto_login_parser',
+ 'target_name': 'policy_path_parser',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../net/net.gyp:net',
+ '../chrome/common_constants.gyp:common_constants',
+ '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
],
'include_dirs': [
'..',
],
'sources': [
- 'auto_login_parser/auto_login_parser.cc',
- 'auto_login_parser/auto_login_parser.h',
+ 'browser/policy/policy_path_parser.h',
+ 'browser/policy/policy_path_parser_linux.cc',
+ 'browser/policy/policy_path_parser_mac.mm',
+ 'browser/policy/policy_path_parser_win.cc',
],
},
],
« no previous file with comments | « chrome/metro_utils.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698