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

Side by Side Diff: components/pref_registry.gypi

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding required dependency Created 6 years, 5 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/dom_distiller/standalone/content_extractor.cc ('k') | no next file » | 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 'target_name': 'pref_registry', 8 'target_name': 'pref_registry',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 11 matching lines...) Expand all
22 'sources': [ 22 'sources': [
23 'pref_registry/pref_registry_export.h', 23 'pref_registry/pref_registry_export.h',
24 'pref_registry/pref_registry_syncable.cc', 24 'pref_registry/pref_registry_syncable.cc',
25 'pref_registry/pref_registry_syncable.h', 25 'pref_registry/pref_registry_syncable.h',
26 ], 26 ],
27 }, 27 },
28 { 28 {
29 'target_name': 'pref_registry_test_support', 29 'target_name': 'pref_registry_test_support',
30 'type': 'static_library', 30 'type': 'static_library',
31 'dependencies': [ 31 'dependencies': [
32 '../base/base.gyp:base_prefs_test_support',
nyquist 2014/07/11 23:20:06 Local dependencies go first.
smaslo 2014/07/11 23:26:40 Done.
32 'pref_registry', 33 'pref_registry',
33 ], 34 ],
34 'include_dirs': [ 35 'include_dirs': [
35 '..', 36 '..',
36 ], 37 ],
37 'sources': [ 38 'sources': [
38 'pref_registry/testing_pref_service_syncable.cc', 39 'pref_registry/testing_pref_service_syncable.cc',
39 'pref_registry/testing_pref_service_syncable.h', 40 'pref_registry/testing_pref_service_syncable.h',
40 ], 41 ],
41 }, 42 },
42 ], 43 ],
43 } 44 }
OLDNEW
« no previous file with comments | « components/dom_distiller/standalone/content_extractor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698