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

Unified Diff: chrome/chrome_process_finder.gypi

Issue 284493002: Fix policy_component shared_library link without configuration_policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put policy_pref_names.cc in two separate sources list Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | components/policy/policy_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_process_finder.gypi
diff --git a/chrome/chrome_process_finder.gypi b/chrome/chrome_process_finder.gypi
index 0193b3baf1b8f62e8d89f53f67fcf0e15c559065..f500058da2c4fd77c43520646b9fa27bfe2517dc 100644
--- a/chrome/chrome_process_finder.gypi
+++ b/chrome/chrome_process_finder.gypi
@@ -11,11 +11,17 @@
'..',
],
'dependencies': [
- 'policy_path_parser',
'../base/base.gyp:base',
'../chrome/chrome.gyp:metro_utils',
'../chrome/common_constants.gyp:common_constants',
],
+ 'conditions': [
+ ['configuration_policy==1', {
+ 'dependencies': [
+ 'policy_path_parser'
+ ],
+ }],
+ ],
'sources': [
'browser/chrome_process_finder_win.cc',
'browser/chrome_process_finder_win.h',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | components/policy/policy_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698