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

Unified Diff: chrome/chrome_process_finder.gypi

Issue 1825603003: Reland of move configuration policy from chrome build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_chrome_defines
Patch Set: Created 4 years, 9 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') | chrome/chrome_tests.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 26b40800e983e3603e1556c772081d6e794ae428..c63ed82c2d49d8df423cce67765e7d472cb5cc34 100644
--- a/chrome/chrome_process_finder.gypi
+++ b/chrome/chrome_process_finder.gypi
@@ -11,15 +11,9 @@
'..',
],
'dependencies': [
+ 'policy_path_parser',
'../base/base.gyp:base',
'../chrome/common_constants.gyp:common_constants',
- ],
- 'conditions': [
- ['configuration_policy==1', {
- 'dependencies': [
- 'policy_path_parser'
- ],
- }],
],
'sources': [
'browser/chrome_process_finder_win.cc',
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698