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

Unified Diff: extensions/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/common/api/schemas.gni ('k') | extensions/components/extensions_components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/schemas.gypi
diff --git a/extensions/common/api/schemas.gypi b/extensions/common/api/schemas.gypi
deleted file mode 100644
index 03fdaff96cf4451c903cda8c65a470ccdaa94165..0000000000000000000000000000000000000000
--- a/extensions/common/api/schemas.gypi
+++ /dev/null
@@ -1,86 +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': {
- 'chromium_code': 1,
- 'schema_files': [
- 'alarms.idl',
- 'app_current_window_internal.idl',
- 'app_runtime.idl',
- 'app_view_guest_internal.json',
- 'app_window.idl',
- 'audio.idl',
- 'bluetooth.idl',
- 'bluetooth_private.idl',
- 'bluetooth_socket.idl',
- 'cast_channel.idl',
- 'clipboard.idl',
- 'document_scan.idl',
- 'display_source.idl',
- 'dns.idl',
- 'events.json',
- 'extensions_manifest_types.json',
- 'extension_options_internal.idl',
- 'extension_view_internal.json',
- 'extension_types.json',
- 'guest_view_internal.json',
- 'management.json',
- 'hid.idl',
- 'idle.json',
- 'mime_handler_private.idl',
- 'mime_handler_view_guest_internal.json',
- 'mojo_private.idl',
- 'networking_private.idl',
- 'power.idl',
- 'printer_provider.idl',
- 'printer_provider_internal.idl',
- 'runtime.json',
- 'serial.idl',
- 'socket.idl',
- 'sockets_tcp.idl',
- 'sockets_tcp_server.idl',
- 'sockets_udp.idl',
- 'storage.json',
- 'system_cpu.idl',
- 'system_display.idl',
- 'system_memory.idl',
- 'system_network.idl',
- 'system_storage.idl',
- 'test.json',
- 'usb.idl',
- 'virtual_keyboard_private.json',
- 'web_request.json',
- 'web_view_internal.json'
- ],
- # ChromeOS-specific schemas.
- 'chromeos_schema_files': [
- 'diagnostics.idl',
- 'networking_config.idl',
- 'vpn_provider.idl',
- 'webcam_private.idl',
- ],
- 'non_compiled_schema_files': [
- 'web_request_internal.json',
- ],
- 'non_compiled_bundle_schema_files': [
- 'declarative_web_request.json',
- 'web_view_request.json',
- ],
- 'conditions': [
- ['chromeos==1', {
- 'schema_files': [
- '<@(chromeos_schema_files)',
- ],
- }]
- ],
- 'cc_dir': 'extensions/common/api',
- 'root_namespace': 'extensions::api::%(namespace)s',
- 'bundle_name': '',
- 'impl_dir_': 'extensions/browser/api',
- },
-}
« no previous file with comments | « extensions/common/api/schemas.gni ('k') | extensions/components/extensions_components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698