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

Unified Diff: chrome/chrome_dll.gypi

Issue 1798273002: Remove configuration policy from chrome build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_chrome_defines
Patch Set: merge 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
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 9ee23c53f24c4a1e83a7222b0e9998d533b09ee7..eddcf4f31b500274be501bffd53b4fb77d7ac11e 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -128,10 +128,6 @@
['OS=="win"', {
'dependencies': [
'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf',
- ],
- }],
- ['OS=="win" and configuration_policy==1', {
- 'dependencies': [
'<(DEPTH)/components/components.gyp:policy',
],
}],
@@ -363,6 +359,9 @@
],
'conditions': [
['OS=="win"', {
+ 'dependencies': [
+ '<(DEPTH)/components/components.gyp:policy',
+ ],
'conditions': [
['chrome_pgo_phase!=0', {
# Disable Warning 4702 ("Unreachable code") for the WPO/PGO
@@ -399,16 +398,6 @@
}],
]
}],
- ['OS=="win" and configuration_policy==1', {
- 'dependencies': [
- '<(DEPTH)/components/components.gyp:policy',
- ],
- }],
- ['configuration_policy==1', {
- 'dependencies': [
- 'policy_path_parser',
Andrew T Wilson (Slow) 2016/03/22 00:01:27 Did we lose the dependency on policy_path_parser?
brettw 2016/03/22 17:17:44 Oh yeah, I got confused because it's listed in the
- ],
- }],
['enable_plugins==1', {
'dependencies': [
'../pdf/pdf.gyp:pdf',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_exe.gypi » ('j') | chrome/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698