|
Rename range.mm to range_mac.mm.
For consistency, move the windows-specific code from range.cc into
range_win.cc.
Do the same for unit tests.
In addition to this being nicer in general, the make build also gets
confused if two files have the same path and basename, but different
extensions (range.cc, range.mm), which is fixed by this CL.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91480
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+110 lines, -172 lines) |
Patch |
 |
M |
ui/base/range/range.cc
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
ui/base/range/range.mm
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
A + |
ui/base/range/range_mac.mm
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
ui/base/range/range_mac_unittest.mm
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
ui/base/range/range_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
D |
ui/base/range/range_unittest.mm
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
A |
ui/base/range/range_win.cc
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/range/range_win_unittest.cc
|
View
|
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ui_base.gypi
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/ui_unittests.gypi
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|