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

Side by Side Diff: Source/bindings/core/idl.gypi

Issue 457483002: Blink-in-JS: Support partial interfaces in private scripts Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces 5 # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
6 6
7 { 7 {
8 'includes': [ 8 'includes': [
9 '../../core/core.gypi', 9 '../../core/core.gypi',
10 'generated.gypi', 10 'generated.gypi',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '<@(core_generated_dependency_idl_files)', 50 '<@(core_generated_dependency_idl_files)',
51 ], 51 ],
52 52
53 # Static IDL files 53 # Static IDL files
54 'core_static_interface_idl_files': [ 54 'core_static_interface_idl_files': [
55 '<@(core_idl_files)', 55 '<@(core_idl_files)',
56 '<@(webcore_testing_idl_files)', 56 '<@(webcore_testing_idl_files)',
57 ], 57 ],
58 'core_static_dependency_idl_files': [ 58 'core_static_dependency_idl_files': [
59 '<@(core_dependency_idl_files)', 59 '<@(core_dependency_idl_files)',
60 '<@(webcore_testing_dependency_idl_files)',
60 ], 61 ],
61 62
62 # Generated IDL files 63 # Generated IDL files
63 'core_generated_interface_idl_files': [ 64 'core_generated_interface_idl_files': [
64 '<@(generated_webcore_testing_idl_files)', # interfaces 65 '<@(generated_webcore_testing_idl_files)', # interfaces
65 ], 66 ],
66 67
67 'core_generated_dependency_idl_files': [ 68 'core_generated_dependency_idl_files': [
68 '<@(core_global_constructors_generated_idl_files)', # partial interfaces 69 '<@(core_global_constructors_generated_idl_files)', # partial interfaces
69 ], 70 ],
70 }, 71 },
71 } 72 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/private_script_unittest-expected.txt ('k') | Source/bindings/core/v8/PrivateScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698