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

Side by Side Diff: components/components_tests.gyp

Issue 99433004: Add a header when fetching pages under the DMServer URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed per willchan's feedback Created 7 years 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 | « chrome/chrome_tests_unit.gypi ('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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 ], 185 ],
186 'link_settings': { 186 'link_settings': {
187 'ldflags': ['-rdynamic'], 187 'ldflags': ['-rdynamic'],
188 }, 188 },
189 }], 189 }],
190 ['configuration_policy==1', { 190 ['configuration_policy==1', {
191 'dependencies': [ 191 'dependencies': [
192 'components.gyp:policy_component_test_support', 192 'components.gyp:policy_component_test_support',
193 ], 193 ],
194 'sources': [ 194 'sources': [
195 'policy/core/browser/policy_header_io_helper_unittest.cc',
195 'policy/core/common/async_policy_provider_unittest.cc', 196 'policy/core/common/async_policy_provider_unittest.cc',
196 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 197 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
197 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 198 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
198 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 199 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
199 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc', 200 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc',
200 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 201 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
201 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 202 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
202 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc', 203 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc',
203 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc', 204 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc',
204 'policy/core/common/cloud/component_cloud_policy_updater_unittes t.cc', 205 'policy/core/common/cloud/component_cloud_policy_updater_unittes t.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'dependencies': [ 357 'dependencies': [
357 '../base/allocator/allocator.gyp:allocator', 358 '../base/allocator/allocator.gyp:allocator',
358 ], 359 ],
359 }], 360 }],
360 ], 361 ],
361 }, 362 },
362 ], 363 ],
363 }], 364 }],
364 ], 365 ],
365 } 366 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698