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

Side by Side Diff: components/translate.gypi

Issue 224723025: Componentize TranslateManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android Created 6 years, 8 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 | « chrome/chrome_browser.gypi ('k') | components/translate/core/browser/translate_client.h » ('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': [
(...skipping 20 matching lines...) Expand all
31 'translate/core/browser/translate_browser_metrics.h', 31 'translate/core/browser/translate_browser_metrics.h',
32 'translate/core/browser/translate_client.h', 32 'translate/core/browser/translate_client.h',
33 'translate/core/browser/translate_download_manager.cc', 33 'translate/core/browser/translate_download_manager.cc',
34 'translate/core/browser/translate_download_manager.h', 34 'translate/core/browser/translate_download_manager.h',
35 'translate/core/browser/translate_driver.h', 35 'translate/core/browser/translate_driver.h',
36 'translate/core/browser/translate_error_details.h', 36 'translate/core/browser/translate_error_details.h',
37 'translate/core/browser/translate_event_details.cc', 37 'translate/core/browser/translate_event_details.cc',
38 'translate/core/browser/translate_event_details.h', 38 'translate/core/browser/translate_event_details.h',
39 'translate/core/browser/translate_language_list.cc', 39 'translate/core/browser/translate_language_list.cc',
40 'translate/core/browser/translate_language_list.h', 40 'translate/core/browser/translate_language_list.h',
41 'translate/core/browser/translate_manager.cc',
42 'translate/core/browser/translate_manager.h',
41 'translate/core/browser/translate_prefs.cc', 43 'translate/core/browser/translate_prefs.cc',
42 'translate/core/browser/translate_prefs.h', 44 'translate/core/browser/translate_prefs.h',
43 'translate/core/browser/translate_script.cc', 45 'translate/core/browser/translate_script.cc',
44 'translate/core/browser/translate_script.h', 46 'translate/core/browser/translate_script.h',
45 'translate/core/browser/translate_step.h', 47 'translate/core/browser/translate_step.h',
46 'translate/core/browser/translate_url_fetcher.cc', 48 'translate/core/browser/translate_url_fetcher.cc',
47 'translate/core/browser/translate_url_fetcher.h', 49 'translate/core/browser/translate_url_fetcher.h',
48 'translate/core/browser/translate_url_util.cc', 50 'translate/core/browser/translate_url_util.cc',
49 'translate/core/browser/translate_url_util.h', 51 'translate/core/browser/translate_url_util.h',
50 ], 52 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 ], 140 ],
139 'sources': [ 141 'sources': [
140 'translate/content/common/translate_messages.cc', 142 'translate/content/common/translate_messages.cc',
141 'translate/content/common/translate_messages.h', 143 'translate/content/common/translate_messages.h',
142 ], 144 ],
143 }, 145 },
144 ], 146 ],
145 }], 147 }],
146 ], 148 ],
147 } 149 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/translate/core/browser/translate_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698