Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4728)

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 487533005: Add support for references in different paths in apis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing gn builds. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 19b28fa7449c0da383b8996e380032c30e0df98e..da226f7788b6c9bec7ae8c010767144c194548ed 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -18,6 +18,9 @@
'../../../../build/json_schema_compile.gypi',
'schemas.gypi',
],
+ 'dependencies': [
Yoyo Zhou 2014/08/28 23:17:21 I expect to see this reflected in the BUILD.gn.
lfg 2014/08/29 00:45:13 Done.
+ '<@(schema_dependencies)',
+ ],
},
],
}
« no previous file with comments | « chrome/browser/extensions/api/capture_web_contents_function.h ('k') | chrome/common/extensions/api/schemas.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698