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

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: fix nacl build 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 9b9a2e6db767a0b7e33db690fd84e50806743c23..ecf346584e3888ce0bf5523b5dcdc842250601c5 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -42,6 +42,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'app/breakpad_mac_stubs.mm',
@@ -179,6 +180,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/automated_ui_tests/automated_ui_test_base.cc',
@@ -219,6 +221,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/unit/run_all_unittests.cc',
@@ -252,6 +255,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/automated_ui_tests/automated_ui_test_interactive_test.cc',
@@ -316,6 +320,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
'sources': [
@@ -923,6 +928,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/nacl/nacl_test.cc',
@@ -1010,6 +1016,7 @@
'include_dirs': [
'..',
'../third_party/cld',
+ '<(policy_out_dir)',
],
'defines': [
'CLD_WINDOWS',
@@ -1998,6 +2005,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
'sources': [
@@ -2357,6 +2365,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
'sources': [
@@ -2507,6 +2516,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/reliability/page_load_test.cc',
@@ -2609,6 +2619,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/tab_switching/tab_switching_test.cc',
@@ -2643,6 +2654,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/memory_test/memory_test.cc',
@@ -2673,6 +2685,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/url_fetch_test/url_fetch_test.cc',
@@ -2854,6 +2867,7 @@
'..',
'<(INTERMEDIATE_DIR)',
'<(protoc_out_dir)',
+ '<(policy_out_dir)',
],
# TODO(phajdan.jr): Only temporary, to make transition easier.
'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
@@ -3013,6 +3027,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
'sources': [
@@ -3102,6 +3117,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'test/plugin/plugin_test.cpp',
@@ -3208,6 +3224,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'sources': [
'tools/profiles/generate_profile.cc',
@@ -3285,6 +3302,7 @@
'include_dirs': [
'..',
'<(DEPTH)/third_party/wtl/include',
+ '<(policy_out_dir)',
],
'sources': [
'test/selenium/selenium_test.cc',
@@ -3344,6 +3362,7 @@
],
'include_dirs': [
'..',
+ '<(policy_out_dir)',
],
'cflags': [
'-Wno-uninitialized',

Powered by Google App Engine
This is Rietveld 408576698