| Index: tools/gn/secondary/device/usb/BUILD.gn
|
| diff --git a/tools/gn/secondary/device/usb/BUILD.gn b/tools/gn/secondary/device/usb/BUILD.gn
|
| index afe95dc76984a8e34c3a0d824921a754edb8736d..2d0c7d88825545e72453bcad192dd44101cce85d 100644
|
| --- a/tools/gn/secondary/device/usb/BUILD.gn
|
| +++ b/tools/gn/secondary/device/usb/BUILD.gn
|
| @@ -19,7 +19,7 @@ custom("device_usb_ids") {
|
| source_prereqs = [ source_ids ]
|
| outputs = [ generated_ids ]
|
| args = [
|
| - "-i", rebase_path(source_ids, ".", root_build_dir),
|
| - "-o", rebase_path(generated_ids, ".", root_build_dir),
|
| + "-i", rebase_path(source_ids, root_build_dir),
|
| + "-o", rebase_path(generated_ids, root_build_dir),
|
| ]
|
| }
|
|
|