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

Unified Diff: extensions/common/api/schemas.gni

Issue 2302743003: Inline extensions .gypi files into GN build. (Closed)
Patch Set: ChromeOS 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/common/api/api.gyp ('k') | extensions/common/api/schemas.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/schemas.gni
diff --git a/extensions/common/api/schemas.gni b/extensions/common/api/schemas.gni
deleted file mode 100644
index bd430746030bd660f50defa0e494ca46588168ec..0000000000000000000000000000000000000000
--- a/extensions/common/api/schemas.gni
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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.
-
-gypi_values = exec_script("//build/gypi_to_gn.py",
- [ rebase_path("schemas.gypi") ],
- "scope",
- [ "schemas.gypi" ])
-
-sources = gypi_values.schema_files
-if (is_chromeos) {
- sources += gypi_values.chromeos_schema_files
-}
-
-uncompiled_sources = gypi_values.non_compiled_schema_files
-uncompiled_bundle_schema_sources = gypi_values.non_compiled_bundle_schema_files
-
-root_namespace = "extensions::api::%(namespace)s"
« no previous file with comments | « extensions/common/api/api.gyp ('k') | extensions/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698