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

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: localize gyp variable 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 56c23b46b232d145057e1cdd336253ae5a9ecd09..30d0157263b8c97f4da21dd897da86b5d04adff5 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -31,6 +31,7 @@
'chrome_strings',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
'browser/policy/proto/device_management_proto.gyp:device_management_proto_cpp',
+ 'policy',
'theme_resources',
'../base/base.gyp:test_support_base',
'../ipc/ipc.gyp:test_support_ipc',
@@ -169,6 +170,7 @@
'test_support_common',
'chrome_resources',
'chrome_strings',
+ 'policy',
Mattias Nissler (ping if slow) 2011/01/25 11:42:21 why do we need to make the dependency explicit her
danno 2011/01/25 14:27:28 policy an indirect dependency, so we don't get the
'theme_resources',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
@@ -213,6 +215,7 @@
'test_support_common',
'chrome_resources',
'chrome_strings',
+ 'policy',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
@@ -240,6 +243,7 @@
'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
'dependencies': [
'browser',
+ 'policy',
Mattias Nissler (ping if slow) 2011/01/25 11:42:21 test_support_common already includes it?
danno 2011/01/25 14:27:28 see above. On 2011/01/25 11:42:21, Mattias Nissler
'renderer',
'test_support_common',
'test_support_ui',
@@ -298,6 +302,7 @@
'chrome_resources',
'chrome_strings',
'debugger',
+ 'policy',
'syncapi',
'test_support_common',
'test_support_ui',
@@ -908,6 +913,7 @@
'common',
'chrome_resources',
'chrome_strings',
+ 'policy',
'test_support_ui',
'../base/base.gyp:base',
'../build/temp_gyp/googleurl.gyp:googleurl',
@@ -976,6 +982,7 @@
'chrome_resources',
'chrome_strings',
'common',
+ 'policy',
'profile_import',
'renderer',
'service',
@@ -1962,6 +1969,7 @@
'chrome',
'chrome_resources',
'chrome_strings',
+ 'policy',
'profile_import',
'renderer',
'test_support_common',
@@ -2342,6 +2350,7 @@
'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
'dependencies': [
'chrome',
+ 'policy',
'test_support_common',
'../app/app.gyp:app_resources',
'../base/base.gyp:base',
@@ -2596,6 +2605,7 @@
'dependencies': [
'chrome',
'debugger',
+ 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2630,6 +2640,7 @@
'dependencies': [
'chrome',
'debugger',
+ 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2659,6 +2670,7 @@
'dependencies': [
'chrome',
'debugger',
+ 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2832,6 +2844,7 @@
'chrome',
'chrome_resources',
'common',
+ 'policy',
'profile_import',
'renderer',
'chrome_strings',
@@ -2994,6 +3007,7 @@
'chrome',
'chrome_resources',
'chrome_strings',
+ 'policy',
'renderer',
'test_support_common',
'../app/app.gyp:app_base',
@@ -3089,6 +3103,7 @@
'chrome',
'chrome_resources',
'chrome_strings',
+ 'policy',
'test_support_common',
'test_support_ui',
'../skia/skia.gyp:skia',
@@ -3197,6 +3212,7 @@
'dependencies': [
'test_support_common',
'browser',
+ 'policy',
'renderer',
'syncapi',
'../base/base.gyp:base',
@@ -3273,6 +3289,7 @@
'dependencies': [
'chrome_resources',
'chrome_strings',
+ 'policy',
'test_support_common',
'test_support_ui',
'../skia/skia.gyp:skia',
@@ -3326,6 +3343,7 @@
'product_prefix': '_',
'dependencies': [
'chrome',
+ 'policy',
'debugger',
'syncapi',
'test_support_common',

Powered by Google App Engine
This is Rietveld 408576698