-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert chromium path to relative paths when possible
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gn
updated
10 files
+1 −1 | .style.yapf | |
+8 −7 | src/gn/action_target_generator.cc | |
+18 −0 | src/gn/build_settings.cc | |
+14 −1 | src/gn/build_settings.h | |
+0 −11 | src/gn/config.cc | |
+2 −2 | src/gn/function_exec_script.cc | |
+4 −4 | src/gn/function_read_file.cc | |
+40 −42 | src/gn/function_rebase_path.cc | |
+7 −3 | src/gn/functions.cc | |
+8 −23 | src/gn/value_extractors.cc |