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

Side by Side Diff: components/translate.gypi

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/sync_driver/sync_prefs_unittest.cc ('k') | components/translate/DEPS » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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': 'translate_core_browser', 8 'target_name': 'translate_core_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../google_apis/google_apis.gyp:google_apis', 12 '../google_apis/google_apis.gyp:google_apis',
13 '../net/net.gyp:net', 13 '../net/net.gyp:net',
14 '../ui/base/ui_base.gyp:ui_base', 14 '../ui/base/ui_base.gyp:ui_base',
15 '../url/url.gyp:url_lib', 15 '../url/url.gyp:url_lib',
16 'components_resources.gyp:components_resources', 16 'components_resources.gyp:components_resources',
17 'language_usage_metrics', 17 'language_usage_metrics',
18 'pref_registry',
18 'translate_core_common', 19 'translate_core_common',
19 'user_prefs',
20 ], 20 ],
21 'include_dirs': [ 21 'include_dirs': [
22 '..', 22 '..',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 'translate/core/browser/language_state.cc', 25 'translate/core/browser/language_state.cc',
26 'translate/core/browser/language_state.h', 26 'translate/core/browser/language_state.h',
27 'translate/core/browser/page_translated_details.h', 27 'translate/core/browser/page_translated_details.h',
28 'translate/core/browser/translate_accept_languages.cc', 28 'translate/core/browser/translate_accept_languages.cc',
29 'translate/core/browser/translate_accept_languages.h', 29 'translate/core/browser/translate_accept_languages.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ], 142 ],
143 'sources': [ 143 'sources': [
144 'translate/content/common/translate_messages.cc', 144 'translate/content/common/translate_messages.cc',
145 'translate/content/common/translate_messages.h', 145 'translate/content/common/translate_messages.h',
146 ], 146 ],
147 }, 147 },
148 ], 148 ],
149 }], 149 }],
150 ], 150 ],
151 } 151 }
OLDNEW
« no previous file with comments | « components/sync_driver/sync_prefs_unittest.cc ('k') | components/translate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698