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

Side by Side Diff: ui/ui_base.gypi

Issue 7248068: Rename range.mm to range_mac.mm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « ui/base/range/range_win_unittest.cc ('k') | ui/ui_unittests.gypi » ('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 (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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'base/models/simple_menu_model.h', 120 'base/models/simple_menu_model.h',
121 'base/models/table_model.cc', 121 'base/models/table_model.cc',
122 'base/models/table_model.h', 122 'base/models/table_model.h',
123 'base/models/table_model_observer.h', 123 'base/models/table_model_observer.h',
124 'base/models/tree_model.cc', 124 'base/models/tree_model.cc',
125 'base/models/tree_model.h', 125 'base/models/tree_model.h',
126 'base/models/tree_node_iterator.h', 126 'base/models/tree_node_iterator.h',
127 'base/models/tree_node_model.h', 127 'base/models/tree_node_model.h',
128 'base/range/range.cc', 128 'base/range/range.cc',
129 'base/range/range.h', 129 'base/range/range.h',
130 'base/range/range.mm', 130 'base/range/range_mac.mm',
131 'base/range/range_win.cc',
131 'base/resource/data_pack.cc', 132 'base/resource/data_pack.cc',
132 'base/resource/data_pack.h', 133 'base/resource/data_pack.h',
133 'base/resource/resource_bundle.cc', 134 'base/resource/resource_bundle.cc',
134 'base/resource/resource_bundle.h', 135 'base/resource/resource_bundle.h',
135 'base/resource/resource_bundle_linux.cc', 136 'base/resource/resource_bundle_linux.cc',
136 'base/resource/resource_bundle_mac.mm', 137 'base/resource/resource_bundle_mac.mm',
137 'base/resource/resource_bundle_posix.cc', 138 'base/resource/resource_bundle_posix.cc',
138 'base/resource/resource_bundle_win.cc', 139 'base/resource/resource_bundle_win.cc',
139 'base/text/bytes_formatting.cc', 140 'base/text/bytes_formatting.cc',
140 'base/text/bytes_formatting.h', 141 'base/text/bytes_formatting.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ], 240 ],
240 }, 241 },
241 ], 242 ],
242 } 243 }
243 244
244 # Local Variables: 245 # Local Variables:
245 # tab-width:2 246 # tab-width:2
246 # indent-tabs-mode:nil 247 # indent-tabs-mode:nil
247 # End: 248 # End:
248 # vim: set expandtab tabstop=2 shiftwidth=2: 249 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/base/range/range_win_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698