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

Side by Side Diff: components/components_tests.gypi

Issue 23045003: Moved chrome/common/policy to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/components.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['OS != "ios"', { 7 ['OS != "ios"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'components_unittests', 10 'target_name': 'components_unittests',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'encryptor', 42 'encryptor',
43 43
44 # Dependencies of json_schema 44 # Dependencies of json_schema
45 'json_schema', 45 'json_schema',
46 46
47 # Dependencies of intercept_navigation_resource_throttle_unittest.cc 47 # Dependencies of intercept_navigation_resource_throttle_unittest.cc
48 '../content/content.gyp:test_support_content', 48 '../content/content.gyp:test_support_content',
49 '../skia/skia.gyp:skia', 49 '../skia/skia.gyp:skia',
50 'navigation_interception', 50 'navigation_interception',
51 51
52 # Dependencies of policy
53 'policy_component',
54
52 # Dependencies of sessions 55 # Dependencies of sessions
53 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 56 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
54 'sessions', 57 'sessions',
55 'sessions_test_support', 58 'sessions_test_support',
56 59
57 # Dependencies of visitedlink 60 # Dependencies of visitedlink
58 'visitedlink_browser', 61 'visitedlink_browser',
59 'visitedlink_renderer', 62 'visitedlink_renderer',
60 '../content/content_resources.gyp:content_resources', 63 '../content/content_resources.gyp:content_resources',
61 64
(...skipping 24 matching lines...) Expand all
86 ], 89 ],
87 }], 90 }],
88 ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc ==1', { 91 ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc ==1', {
89 'dependencies': [ 92 'dependencies': [
90 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 93 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
91 ], 94 ],
92 'link_settings': { 95 'link_settings': {
93 'ldflags': ['-rdynamic'], 96 'ldflags': ['-rdynamic'],
94 }, 97 },
95 }], 98 }],
99 ['configuration_policy==1', {
100 'sources': [
101 'policy/core/common/policy_schema_unittest.cc',
102 ],
103 }],
96 ], 104 ],
97 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 105 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
98 'msvs_disabled_warnings': [4267, ], 106 'msvs_disabled_warnings': [4267, ],
99 }, 107 },
100 { 108 {
101 'target_name': 'components_perftests', 109 'target_name': 'components_perftests',
102 'type': '<(gtest_target_type)', 110 'type': '<(gtest_target_type)',
103 'dependencies': [ 111 'dependencies': [
104 '../base/base.gyp:base', 112 '../base/base.gyp:base',
105 '../base/base.gyp:test_support_perf', 113 '../base/base.gyp:test_support_perf',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)', 147 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)',
140 }, 148 },
141 'includes': [ '../build/apk_test.gypi' ], 149 'includes': [ '../build/apk_test.gypi' ],
142 }, 150 },
143 ], 151 ],
144 }], 152 }],
145 ], 153 ],
146 }], 154 }],
147 ], 155 ],
148 } 156 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698