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

Unified Diff: extensions/common/api/BUILD.gn

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win/mac Created 6 years, 5 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: extensions/common/api/BUILD.gn
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
index 6b0c3da9012c0963cfd0f4e9d332bdd7b57cd3f3..32087e6c2c6c3e7707401c87ddf8dfaf8b697591 100644
--- a/extensions/common/api/BUILD.gn
+++ b/extensions/common/api/BUILD.gn
@@ -9,8 +9,10 @@ generated_extensions_api("api") {
sources = [
"app_runtime.idl",
"app_view_internal.json",
+ "cast_channel.idl",
"dns.idl",
"extensions_manifest_types.json",
+ "hid.idl",
"power.idl",
"runtime.json",
"serial.idl",

Powered by Google App Engine
This is Rietveld 408576698