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

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

Issue 2294893002: Remove .gypi sharing for Blink core + some tests (Closed)
Patch Set: gn check fixes 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/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 = 10 _gypi =
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "abspath") 53 "abspath")
54 webcore_testing_dependency_idl_files = 54 webcore_testing_dependency_idl_files =
55 get_path_info(_gypi.webcore_testing_dependency_idl_files, "abspath") 55 get_path_info(_gypi.webcore_testing_dependency_idl_files, "abspath")
56 generated_core_dictionary_files = 56 generated_core_dictionary_files =
57 get_path_info(_gypi.generated_core_dictionary_files, "abspath") 57 get_path_info(_gypi.generated_core_dictionary_files, "abspath")
58 generated_core_testing_dictionary_files = 58 generated_core_testing_dictionary_files =
59 get_path_info(_gypi.generated_core_testing_dictionary_files, "abspath") 59 get_path_info(_gypi.generated_core_testing_dictionary_files, "abspath")
60 generated_webcore_testing_idl_files = 60 generated_webcore_testing_idl_files =
61 get_path_info(_gypi.generated_webcore_testing_idl_files, "abspath") 61 get_path_info(_gypi.generated_webcore_testing_idl_files, "abspath")
62 webcore_testing_files = get_path_info(_gypi.webcore_testing_files, "abspath") 62 webcore_testing_files = get_path_info(_gypi.webcore_testing_files, "abspath")
63 core_unittest_files = get_path_info(_gypi.core_unittest_files, "abspath")
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698