| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index 026b678c4108f9c581c12ca928f7dc2f8722fc48..270a6b351779140acbb5cf6531176a25e63c2ce7 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -40,7 +40,7 @@ json_schema_api("api_registration") {
|
| "//ui/accessibility:ax_gen",
|
| ]
|
| if (is_chromeos) {
|
| - # deps += [ "<(DEPTH)/chrome/chrome.gyp:drive_proto" ] TODO(GYP)
|
| + deps += [ "//components/drive:proto" ]
|
| }
|
| deps += schema_dependencies
|
|
|
|
|