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

Unified Diff: Source/bindings/idl.gypi

Issue 315003004: IDL build: Split global object computation into core and modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup Created 6 years, 6 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
Index: Source/bindings/idl.gypi
diff --git a/Source/bindings/idl.gypi b/Source/bindings/idl.gypi
deleted file mode 100644
index f0f36f944f8c0f7e06c60c328e91eb5a6f0b3d11..0000000000000000000000000000000000000000
--- a/Source/bindings/idl.gypi
+++ /dev/null
@@ -1,25 +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.
-
-# IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
-
-{
- 'includes': [
- '../core/core.gypi',
- '../modules/modules.gypi',
- ],
-
- 'variables': {
- # Main interface IDL files (excluding dependencies and testing)
- # are included as properties on global objects, and in aggregate bindings
- # FIXME: split into core vs. modules http://crbug.com/358074
- 'main_interface_idl_files': [
- '<@(core_idl_files)',
- '<@(modules_idl_files)',
- ],
- # Write lists of main IDL files to a file, so that the command lines don't
- # exceed OS length limits.
- 'main_interface_idl_files_list': '<|(main_interface_idl_files_list.tmp <@(main_interface_idl_files))',
- },
-}

Powered by Google App Engine
This is Rietveld 408576698