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/pref_registry.gypi

Issue 559543003: Add chrome test support target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no more gyp changes Created 6 years, 3 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
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | components/pref_registry/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/pref_registry
8 'target_name': 'pref_registry', 9 'target_name': 'pref_registry',
9 'type': '<(component)', 10 'type': '<(component)',
10 'dependencies': [ 11 'dependencies': [
11 '../base/base.gyp:base', 12 '../base/base.gyp:base',
12 '../base/base.gyp:base_prefs', 13 '../base/base.gyp:base_prefs',
13 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 14 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
14 '../ui/base/ui_base.gyp:ui_base', 15 '../ui/base/ui_base.gyp:ui_base',
15 ], 16 ],
16 'include_dirs': [ 17 'include_dirs': [
17 '..', 18 '..',
18 ], 19 ],
19 'defines': [ 20 'defines': [
20 'PREF_REGISTRY_IMPLEMENTATION', 21 'PREF_REGISTRY_IMPLEMENTATION',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 'pref_registry/pref_registry_export.h', 24 'pref_registry/pref_registry_export.h',
24 'pref_registry/pref_registry_syncable.cc', 25 'pref_registry/pref_registry_syncable.cc',
25 'pref_registry/pref_registry_syncable.h', 26 'pref_registry/pref_registry_syncable.h',
26 ], 27 ],
27 }, 28 },
28 { 29 {
30 # GN version: //components/pref_registry:test_support
29 'target_name': 'pref_registry_test_support', 31 'target_name': 'pref_registry_test_support',
30 'type': 'static_library', 32 'type': 'static_library',
31 'dependencies': [ 33 'dependencies': [
32 'pref_registry', 34 'pref_registry',
33 '../base/base.gyp:base_prefs_test_support', 35 '../base/base.gyp:base_prefs_test_support',
34 ], 36 ],
35 'include_dirs': [ 37 'include_dirs': [
36 '..', 38 '..',
37 ], 39 ],
38 'sources': [ 40 'sources': [
39 'pref_registry/testing_pref_service_syncable.cc', 41 'pref_registry/testing_pref_service_syncable.cc',
40 'pref_registry/testing_pref_service_syncable.h', 42 'pref_registry/testing_pref_service_syncable.h',
41 ], 43 ],
42 }, 44 },
43 ], 45 ],
44 } 46 }
OLDNEW
« no previous file with comments | « components/password_manager/core/browser/BUILD.gn ('k') | components/pref_registry/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698