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

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

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 3 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 | « extensions/renderer/BUILD.gn ('k') | extensions/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/common/api/BUILD.gn
diff --git a/extensions/shell/common/api/BUILD.gn b/extensions/shell/common/api/BUILD.gn
index 426503daf058d53040cb621258cad102f38ed091..3eafd8f5a80840440fe0c8671d7ea91904d0f178 100644
--- a/extensions/shell/common/api/BUILD.gn
+++ b/extensions/shell/common/api/BUILD.gn
@@ -8,7 +8,6 @@ import("//tools/json_schema_compiler/json_features.gni")
schema_sources = [ "identity.idl" ]
root_namespace = "extensions::shell::api::%(namespace)s"
-# GYP version: extensions/shell/common/api/api.gyp:shell_api
json_schema_api("api") {
sources = schema_sources
schemas = true
@@ -16,7 +15,6 @@ json_schema_api("api") {
bundle_name = "Shell"
}
-# GYP version: extensions/shell/browser/api/api_registration.gyp:shell_api_registration
json_schema_api("api_registration") {
sources = schema_sources
impl_dir = "//extensions/shell/browser/api"
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | extensions/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698