|
GN: Move towards only using / on Windows
Remove most of the \ handling code, and start some normalization to /
as necessary. Paths that come from actions, etc. aren't validated yet.
This makes the Windows build get farther, but now it fails
with things similar to:
ninja: Entering directory `out_gn2'
ninja: error: WriteFile(obj/third_party/re2/re2/re2.unicode_groups.obj.rsp): Unable to create file. No such file or directory
Looks like we're not creating the subtree for ninja to write
rsp files to? Not sure.
This removes the last argument from rebase_path, so might have some
migration issues in landing the binary.
R=brettw@chromium.org
BUG= 354626
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261311
Total comments: 1
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+46 lines, -114 lines) |
Patch |
|
M |
base/files/file_path.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
base/files/file_path.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/gn/build_settings.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_desc.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/filesystem_utils.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/filesystem_utils.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_rebase_path.cc
|
View
|
|
9 chunks |
+4 lines, -64 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_rebase_path_unittest.cc
|
View
|
|
2 chunks |
+9 lines, -16 lines |
0 comments
|
Download
|
|
M |
tools/gn/ninja_binary_target_writer.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/gn/ninja_build_writer.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/gn/ninja_helper.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/ninja_target_writer.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/ninja_toolchain_writer.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gn/setup.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/gn/source_dir.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/gn/source_file.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|