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

Unified Diff: chrome/chrome_tests.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_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 415ab2f56c0e6effdc18308fe524c20702db6952..a8a5b0a1f9bc7e4f1cee5d0d4eb3bbcbe4442c05 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -30,6 +30,7 @@
'chrome_strings',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
'browser/policy/proto/device_management_proto.gyp:device_management_proto_cpp',
+ 'policy_source',
'theme_resources',
'../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
@@ -41,6 +42,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'app/breakpad_mac_stubs.mm',
@@ -1008,6 +1010,7 @@
'include_dirs': [
'..',
'../third_party/cld',
+ '<(policy_out_dir)',
],
'defines': [
'CLD_WINDOWS',

Powered by Google App Engine
This is Rietveld 408576698