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

Side by Side Diff: components/translate.gypi

Issue 229363002: Componentize TranslateUIDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac 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_ui_delegate.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 27 matching lines...) Expand all
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', 41 'translate/core/browser/translate_manager.cc',
42 'translate/core/browser/translate_manager.h', 42 'translate/core/browser/translate_manager.h',
43 'translate/core/browser/translate_prefs.cc', 43 'translate/core/browser/translate_prefs.cc',
44 'translate/core/browser/translate_prefs.h', 44 'translate/core/browser/translate_prefs.h',
45 'translate/core/browser/translate_script.cc', 45 'translate/core/browser/translate_script.cc',
46 'translate/core/browser/translate_script.h', 46 'translate/core/browser/translate_script.h',
47 'translate/core/browser/translate_step.h', 47 'translate/core/browser/translate_step.h',
48 'translate/core/browser/translate_ui_delegate.cc',
49 'translate/core/browser/translate_ui_delegate.h',
48 'translate/core/browser/translate_url_fetcher.cc', 50 'translate/core/browser/translate_url_fetcher.cc',
49 'translate/core/browser/translate_url_fetcher.h', 51 'translate/core/browser/translate_url_fetcher.h',
50 'translate/core/browser/translate_url_util.cc', 52 'translate/core/browser/translate_url_util.cc',
51 'translate/core/browser/translate_url_util.h', 53 'translate/core/browser/translate_url_util.h',
52 ], 54 ],
53 }, 55 },
54 { 56 {
55 'target_name': 'translate_core_common', 57 'target_name': 'translate_core_common',
56 'type': 'static_library', 58 'type': 'static_library',
57 'dependencies': [ 59 'dependencies': [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ], 142 ],
141 'sources': [ 143 'sources': [
142 'translate/content/common/translate_messages.cc', 144 'translate/content/common/translate_messages.cc',
143 'translate/content/common/translate_messages.h', 145 'translate/content/common/translate_messages.h',
144 ], 146 ],
145 }, 147 },
146 ], 148 ],
147 }], 149 }],
148 ], 150 ],
149 } 151 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/translate/core/browser/translate_ui_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698