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

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

Issue 256453002: Add GN template for generated extensions API targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment out extensions_api in root Created 6 years, 8 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
« no previous file with comments | « apps/common/api/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/BUILD.gn
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..8ece1182dc01c0a6acadf08b7c6ce1c417c28acf
--- /dev/null
+++ b/extensions/common/api/BUILD.gn
@@ -0,0 +1,21 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//extensions/generated_extensions_api.gni")
+
+generated_extensions_api("extensions_api") {
+ sources = [
+ "dns.idl",
+ "extensions_manifest_types.json",
+ "socket.idl",
+ "sockets_tcp.idl",
+ "sockets_tcp_server.idl",
+ "sockets_udp.idl",
+ "storage.json",
+ "test.json",
+ ]
+ root_namespace = "extensions::core_api"
+ impl_dir = "//extensions/browser/api"
+ deps = [ "//skia" ]
+}
« no previous file with comments | « apps/common/api/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698