| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 9b790afd8ce5e2dc8dba580aaf53685572c5e93b..c773c664687e47f526de870a6cbf7c54012db50f 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1369,10 +1369,6 @@
|
| 'browser/policy/policy_loader_win.h',
|
| 'browser/policy/policy_map.cc',
|
| 'browser/policy/policy_map.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',
|
| 'browser/policy/policy_service.cc',
|
| 'browser/policy/policy_service.h',
|
| 'browser/policy/policy_service_impl.cc',
|
| @@ -2266,6 +2262,7 @@
|
| 'common/extensions/api/api.gyp:api',
|
| 'debugger',
|
| 'installer_util',
|
| + 'policy_path_parser',
|
| 'sync_file_system_proto',
|
| '../cc/cc.gyp:cc',
|
| '../components/components.gyp:autofill_browser',
|
| @@ -2881,6 +2878,7 @@
|
| '<(DEPTH)/third_party/wtl/include',
|
| ],
|
| 'dependencies': [
|
| + 'chrome_process_finder',
|
| 'installer_util_strings',
|
| '../google_update/google_update.gyp:google_update',
|
| '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
|
| @@ -3177,5 +3175,11 @@
|
| ],
|
| },
|
| ],
|
| + ['OS=="win"', {
|
| + 'includes': [
|
| + 'chrome_process_finder.gypi',
|
| + ],
|
| + },
|
| + ],
|
| ],
|
| }
|
|
|