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

Unified Diff: chrome/chrome_browser.gypi

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks and right diff Created 9 years, 11 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_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 04d6f6cf28ae63f73d4508249b535ad31501dfba..bcb1326cbff23dfa7592c540b6c7b20d1f5fbc31 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -20,6 +20,7 @@
'profile_import',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
'browser/policy/proto/device_management_proto.gyp:device_management_proto_cpp',
+ 'policy_source',
'safe_browsing_csd_proto',
'safe_browsing_report_proto',
'syncapi',
@@ -50,6 +51,7 @@
'include_dirs': [
'..',
'<(INTERMEDIATE_DIR)',
+ '<(policy_out_dir)',
],
'defines': [
'<@(nacl_defines)',

Powered by Google App Engine
This is Rietveld 408576698