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

Unified Diff: chrome/chrome_tests.gypi

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 b20a8bfb3491a16f5c9ab81b10182fae3627448e..bea97f528b3cf68e077f1bb66f1843d783593a62 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -29,9 +29,8 @@
'chrome_gpu',
'chrome_resources',
'chrome_strings',
+ 'app/policy/cloud_policy_codegen.gyp:policy',
'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',
@@ -44,6 +43,7 @@
],
'export_dependent_settings': [
'renderer',
+ 'app/policy/cloud_policy_codegen.gyp:policy',
],
'include_dirs': [
'..',
@@ -194,7 +194,6 @@
'test_support_common',
'chrome_resources',
'chrome_strings',
- 'policy',
'theme_resources',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
@@ -259,7 +258,6 @@
'test_support_common',
'chrome_resources',
'chrome_strings',
- 'policy',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
@@ -287,7 +285,6 @@
'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
'dependencies': [
'browser',
- 'policy',
'renderer',
'test_support_common',
'test_support_ui',
@@ -346,7 +343,6 @@
'chrome_resources',
'chrome_strings',
'debugger',
- 'policy',
'syncapi',
'test_support_common',
'test_support_ui',
@@ -1004,7 +1000,6 @@
'common',
'chrome_resources',
'chrome_strings',
- 'policy',
'test_support_ui',
'../base/base.gyp:base',
'../build/temp_gyp/googleurl.gyp:googleurl',
@@ -1072,7 +1067,6 @@
'chrome_resources',
'chrome_strings',
'common',
- 'policy',
'profile_import',
'renderer',
'service',
@@ -1392,6 +1386,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',
@@ -2071,7 +2066,6 @@
'chrome',
'chrome_resources',
'chrome_strings',
- 'policy',
'profile_import',
'renderer',
'test_support_common',
@@ -2453,7 +2447,6 @@
'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
'dependencies': [
'chrome',
- 'policy',
'test_support_common',
'../app/app.gyp:app_resources',
'../base/base.gyp:base',
@@ -2706,7 +2699,6 @@
'dependencies': [
'chrome',
'debugger',
- 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2741,7 +2733,6 @@
'dependencies': [
'chrome',
'debugger',
- 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2771,7 +2762,6 @@
'dependencies': [
'chrome',
'debugger',
- 'policy',
'test_support_common',
'test_support_ui',
'theme_resources',
@@ -2957,7 +2947,6 @@
'chrome',
'chrome_resources',
'common',
- 'policy',
'profile_import',
'renderer',
'chrome_strings',
@@ -3117,7 +3106,6 @@
'chrome',
'chrome_resources',
'chrome_strings',
- 'policy',
'renderer',
'test_support_common',
'../app/app.gyp:app_base',
@@ -3211,7 +3199,6 @@
'chrome',
'chrome_resources',
'chrome_strings',
- 'policy',
'test_support_common',
'test_support_ui',
'../skia/skia.gyp:skia',
@@ -3320,7 +3307,6 @@
'dependencies': [
'test_support_common',
'browser',
- 'policy',
'renderer',
'syncapi',
'../base/base.gyp:base',
@@ -3398,7 +3384,6 @@
'dependencies': [
'chrome_resources',
'chrome_strings',
- 'policy',
'test_support_common',
'test_support_ui',
'../skia/skia.gyp:skia',
@@ -3454,7 +3439,6 @@
'product_prefix': '_',
'dependencies': [
'chrome',
- 'policy',
'debugger',
'syncapi',
'test_support_common',

Powered by Google App Engine
This is Rietveld 408576698