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

Side by Side Diff: ui/ui_base.gypi

Issue 7189076: Localize strings, speeds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright dates Created 9 years, 6 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'ui_base', 8 'target_name': 'ui_base',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'base/range/range.h', 129 'base/range/range.h',
130 'base/range/range.mm', 130 'base/range/range.mm',
131 'base/resource/data_pack.cc', 131 'base/resource/data_pack.cc',
132 'base/resource/data_pack.h', 132 'base/resource/data_pack.h',
133 'base/resource/resource_bundle.cc', 133 'base/resource/resource_bundle.cc',
134 'base/resource/resource_bundle.h', 134 'base/resource/resource_bundle.h',
135 'base/resource/resource_bundle_linux.cc', 135 'base/resource/resource_bundle_linux.cc',
136 'base/resource/resource_bundle_mac.mm', 136 'base/resource/resource_bundle_mac.mm',
137 'base/resource/resource_bundle_posix.cc', 137 'base/resource/resource_bundle_posix.cc',
138 'base/resource/resource_bundle_win.cc', 138 'base/resource/resource_bundle_win.cc',
139 'base/text/bytes_formatting.cc',
140 'base/text/bytes_formatting.h',
139 'base/text/text_elider.cc', 141 'base/text/text_elider.cc',
140 'base/text/text_elider.h', 142 'base/text/text_elider.h',
141 'base/theme_provider.cc', 143 'base/theme_provider.cc',
142 'base/theme_provider.h', 144 'base/theme_provider.h',
143 'base/ui_base_paths.cc', 145 'base/ui_base_paths.cc',
144 'base/ui_base_paths.h', 146 'base/ui_base_paths.h',
145 'base/ui_base_switches.cc', 147 'base/ui_base_switches.cc',
146 'base/ui_base_switches.h', 148 'base/ui_base_switches.h',
147 'base/view_prop.cc', 149 'base/view_prop.cc',
148 'base/view_prop.h', 150 'base/view_prop.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 ], 237 ],
236 }, 238 },
237 ], 239 ],
238 } 240 }
239 241
240 # Local Variables: 242 # Local Variables:
241 # tab-width:2 243 # tab-width:2
242 # indent-tabs-mode:nil 244 # indent-tabs-mode:nil
243 # End: 245 # End:
244 # vim: set expandtab tabstop=2 shiftwidth=2: 246 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698