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

Unified Diff: extensions/shell/common/api/schemas.gypi

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/shell/common/api/schemas.gni ('k') | extensions/test/test_api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/common/api/schemas.gypi
diff --git a/extensions/shell/common/api/schemas.gypi b/extensions/shell/common/api/schemas.gypi
deleted file mode 100644
index a4ffbfb99953b61ed8a9a66d1716d0a281765765..0000000000000000000000000000000000000000
--- a/extensions/shell/common/api/schemas.gypi
+++ /dev/null
@@ -1,33 +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.
-
-{
- 'sources': [
- '<@(schema_files)',
- ],
- 'variables': {
- 'schema_files': [
- 'identity.idl',
- ],
- 'non_compiled_schema_files': [
- ],
- # Chrome OS specific APIs.
- 'chromeos_schema_files': [
- ],
-
- 'chromium_code': 1,
- 'cc_dir': 'extensions/shell/common/api',
- 'root_namespace': 'extensions::shell::api::%(namespace)s',
- 'bundle_name': 'Shell',
- 'impl_dir_': 'extensions/shell/browser/api',
-
- 'conditions': [
- ['chromeos==1', {
- 'schema_files': [
- '<@(chromeos_schema_files)',
- ],
- }],
- ],
- },
-}
« no previous file with comments | « extensions/shell/common/api/schemas.gni ('k') | extensions/test/test_api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698