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

Unified Diff: chrome/chrome_tests.gypi

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build on mac and win; address comments Created 9 years, 10 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 436b65b4629edbcb831de6b999e71c20846e76ef..2b10c76584dde0b31c12b83f596f7a7dcaef065d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -30,8 +30,7 @@
'chrome_resources',
'chrome_strings',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
- 'browser/policy/proto/device_management_proto.gyp:device_management_proto_cpp',
- 'policy',
+ 'app/policy/cloud_policy_codegen.gyp:policy',
Mark Mentovai 2011/02/10 18:42:19 Looks like you were trying to sort things, but thi
Jakob Kummerow 2011/02/14 16:14:26 Done.
'theme_resources',
'../base/base.gyp:test_support_base',
'../ipc/ipc.gyp:test_support_ipc',
@@ -43,6 +42,7 @@
'../testing/gtest.gyp:gtest',
],
'export_dependent_settings': [
+ 'app/policy/cloud_policy_codegen.gyp:policy',
Mark Mentovai 2011/02/10 18:42:19 And for this one, renderer < app/. Usually these g
Jakob Kummerow 2011/02/14 16:14:26 Done.
'renderer',
],
'include_dirs': [
@@ -189,7 +189,6 @@
'test_support_common',
'chrome_resources',
'chrome_strings',
- 'policy',
'theme_resources',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
@@ -254,7 +253,6 @@
'test_support_common',
'chrome_resources',
'chrome_strings',
- 'policy',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
@@ -282,7 +280,6 @@
'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
'dependencies': [
'browser',
- 'policy',
'renderer',
'test_support_common',
'test_support_ui',
@@ -341,7 +338,6 @@
'chrome_resources',
'chrome_strings',
'debugger',
- 'policy',
'syncapi',
'test_support_common',
'test_support_ui',
@@ -944,7 +940,6 @@
'common',
'chrome_resources',
'chrome_strings',
- 'policy',
'test_support_ui',
'../base/base.gyp:base',
'../build/temp_gyp/googleurl.gyp:googleurl',
@@ -1012,7 +1007,6 @@
'chrome_resources',
'chrome_strings',
'common',
- 'policy',
'profile_import',
'renderer',
'service',
@@ -1328,6 +1322,7 @@
'browser/policy/asynchronous_policy_provider_unittest.cc',
'browser/policy/asynchronous_policy_test_base.cc',
'browser/policy/asynchronous_policy_test_base.h',
+ 'browser/policy/cloud_policy_cache_unittest.cc',
'browser/policy/config_dir_policy_provider_unittest.cc',
'browser/policy/configuration_policy_pref_store_unittest.cc',
'browser/policy/configuration_policy_provider_mac_unittest.cc',
@@ -2004,7 +1999,6 @@
'chrome',
'chrome_resources',
'chrome_strings',
- 'policy',
'profile_import',
'renderer',
'test_support_common',
@@ -2384,7 +2378,6 @@
'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
'dependencies': [
'chrome',
- 'policy',
'test_support_common',
'../app/app.gyp:app_resources',
'../base/base.gyp:base',
@@ -2637,7 +2630,6 @@
'dependencies': [
'chrome',
'debugger',
- 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2672,7 +2664,6 @@
'dependencies': [
'chrome',
'debugger',
- 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2702,7 +2693,6 @@
'dependencies': [
'chrome',
'debugger',
- 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2884,7 +2874,6 @@
'chrome',
'chrome_resources',
'common',
- 'policy',
'profile_import',
'renderer',
'chrome_strings',
@@ -3042,7 +3031,6 @@
'chrome',
'chrome_resources',
'chrome_strings',
- 'policy',
'renderer',
'test_support_common',
'../app/app.gyp:app_base',
@@ -3136,7 +3124,6 @@
'chrome',
'chrome_resources',
'chrome_strings',
- 'policy',
'test_support_common',
'test_support_ui',
'../skia/skia.gyp:skia',
@@ -3245,7 +3232,6 @@
'dependencies': [
'test_support_common',
'browser',
- 'policy',
'renderer',
'syncapi',
'../base/base.gyp:base',
@@ -3323,7 +3309,6 @@
'dependencies': [
'chrome_resources',
'chrome_strings',
- 'policy',
'test_support_common',
'test_support_ui',
'../skia/skia.gyp:skia',
@@ -3379,7 +3364,6 @@
'product_prefix': '_',
'dependencies': [
'chrome',
- 'policy',
'debugger',
'syncapi',
'test_support_common',

Powered by Google App Engine
This is Rietveld 408576698