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

Side by Side Diff: Source/core/core.gni

Issue 454773002: Blink-in-JS: Support private scripts in partial interfaces (PrivateScriptRunner part) (Closed) 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
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 blink_core_output_dir = "$root_gen_dir/blink/core" 5 blink_core_output_dir = "$root_gen_dir/blink/core"
6 6
7 # This file is the GN version of core.gypi. We rebase most paths to be absolute 7 # This file is the GN version of core.gypi. We rebase most paths to be absolute
8 # so these lists can be used by BUILD files in different directories without 8 # so these lists can be used by BUILD files in different directories without
9 # worrying about the base directory. 9 # worrying about the base directory.
10 _gypi = exec_script( 10 _gypi = exec_script(
(...skipping 13 matching lines...) Expand all
24 get_path_info(_gypi.core_dependency_idl_files, "abspath") 24 get_path_info(_gypi.core_dependency_idl_files, "abspath")
25 25
26 # Interfaces that inherit from Event, including Event itself. 26 # Interfaces that inherit from Event, including Event itself.
27 core_event_idl_files = get_path_info(_gypi.core_event_idl_files, "abspath") 27 core_event_idl_files = get_path_info(_gypi.core_event_idl_files, "abspath")
28 28
29 webcore_files = get_path_info(_gypi.webcore_files, "abspath") 29 webcore_files = get_path_info(_gypi.webcore_files, "abspath")
30 webcore_dom_files = get_path_info(_gypi.webcore_dom_files, "abspath") 30 webcore_dom_files = get_path_info(_gypi.webcore_dom_files, "abspath")
31 webcore_html_files = get_path_info(_gypi.webcore_html_files, "abspath") 31 webcore_html_files = get_path_info(_gypi.webcore_html_files, "abspath")
32 webcore_svg_files = get_path_info(_gypi.webcore_svg_files, "abspath") 32 webcore_svg_files = get_path_info(_gypi.webcore_svg_files, "abspath")
33 webcore_testing_idl_files = get_path_info(_gypi.webcore_testing_idl_files, "absp ath") 33 webcore_testing_idl_files = get_path_info(_gypi.webcore_testing_idl_files, "absp ath")
34 webcore_testing_dependency_idl_files =
35 get_path_info(_gypi.webcore_testing_dependency_idl_files, "abspath")
34 generated_webcore_testing_idl_files = 36 generated_webcore_testing_idl_files =
35 get_path_info(_gypi.generated_webcore_testing_idl_files, "abspath") 37 get_path_info(_gypi.generated_webcore_testing_idl_files, "abspath")
36 webcore_testing_files = get_path_info(_gypi.webcore_testing_files, "abspath") 38 webcore_testing_files = get_path_info(_gypi.webcore_testing_files, "abspath")
37 core_unittest_files = get_path_info(_gypi.core_unittest_files, "abspath") 39 core_unittest_files = get_path_info(_gypi.core_unittest_files, "abspath")
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698