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

Side by Side Diff: chrome/browser/policy/policy.gyp

Issue 14617003: Make chrome.exe rendezvous with existing chrome process earlier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add profile dir to whitelist Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
grt (UTC plus 2) 2013/05/09 16:10:44 missing copyright also, i think this should be a .
koz (OOO until 15th September) 2013/05/10 01:46:48 Done.
2 'targets': [
3 {
4 'target_name': 'policy_path_parser',
5 'type': 'static_library',
6 'dependencies': [
7 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
8 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
9 ],
10 'include_dirs': [
11 '<(DEPTH)',
12 ],
13 'sources': [
14 'policy_path_parser.h',
15 'policy_path_parser_linux.cc',
16 'policy_path_parser_mac.mm',
17 'policy_path_parser_win.cc',
18 ],
19 'variables': {
20 'chromium_code': 1,
21 },
22 },
23 ],
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698