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

Unified Diff: chrome/chrome_common.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_browser_ui.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 1f715655d93a98f2e2ba1d02c895c6b836d0d35c..b4733dfedcf1baf794c49cc2807f6a7001541ecc 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -332,6 +332,7 @@
'<(DEPTH)/components/components.gyp:metrics',
'<(DEPTH)/components/components.gyp:metrics_net',
'<(DEPTH)/components/components.gyp:omnibox_common',
+ '<(DEPTH)/components/components.gyp:policy',
'<(DEPTH)/components/components.gyp:policy_component_common',
# TODO(fdoray): Remove this once the PreRead field trial has expired.
# crbug.com/577698
@@ -516,11 +517,6 @@
'common/media/webrtc_logging_messages.h',
]
}],
- ['configuration_policy==1', {
- 'dependencies': [
- '<(DEPTH)/components/components.gyp:policy',
- ],
- }],
['safe_browsing==1', {
'sources': [ '<@(chrome_common_full_safe_browsing_sources)', ],
}],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698