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

Unified Diff: chrome/common_constants.gypi

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 10 years 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/common_constants.gypi
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi
index 07eee8cd9a549c96830416000ffca1ac1c15a631..a5da796946f5ee26e52e4046b923ca4fd3895acb 100644
--- a/chrome/common_constants.gypi
+++ b/chrome/common_constants.gypi
@@ -26,8 +26,8 @@
'common/json_value_serializer.h',
'common/net/gaia/gaia_constants.cc',
'common/net/gaia/gaia_constants.h',
- 'common/policy_constants.cc',
- 'common/policy_constants.h',
+ '<(policy_out_dir)/chrome/common/policy_constants.cc',
+ '<(policy_out_dir)/chrome/common/policy_constants.h',
'common/pref_names.cc',
'common/pref_names.h',
],
@@ -66,6 +66,9 @@
'dependencies': [
'../base/base.gyp:base',
],
+ 'include_dirs': [
+ '<(policy_out_dir)',
+ ],
'conditions': [
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': ['../build/linux/system.gyp:gtk'],

Powered by Google App Engine
This is Rietveld 408576698