OLD | NEW |
---|---|
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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//third_party/WebKit/Source/bindings/bindings.gni") | 6 import("//third_party/WebKit/Source/bindings/bindings.gni") |
7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") | 7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") |
8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") |
9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
124 "//third_party/WebKit/Source/platform", | 124 "//third_party/WebKit/Source/platform", |
125 ] + exported_deps | 125 ] + exported_deps |
126 | 126 |
127 forward_dependent_configs_from = exported_deps | 127 forward_dependent_configs_from = exported_deps |
128 | 128 |
129 direct_dependent_configs = [ | 129 direct_dependent_configs = [ |
130 ":core_include_dirs", | 130 ":core_include_dirs", |
131 "//third_party/WebKit/Source:config", | 131 "//third_party/WebKit/Source:config", |
132 "//third_party/WebKit/Source:inside_blink", | 132 "//third_party/WebKit/Source:inside_blink", |
133 "//third_party/WebKit/Source:npapi_stub", | 133 "//third_party/WebKit/Source:npapi_stub", |
134 "//third_party/WebKit/Source/platform:v8_stub_config", | |
135 ] | 134 ] |
136 } | 135 } |
137 | 136 |
138 # Note that this is a source set rather than a group, even though it has no | 137 # Note that this is a source set rather than a group, even though it has no |
139 # sources. A group would implicitly forward all direct dependent configs | 138 # sources. A group would implicitly forward all direct dependent configs |
140 # through it, but we want to keep our internal targets' | 139 # through it, but we want to keep our internal targets' |
141 # direct_dependent_configs private and only forward some of them. | 140 # direct_dependent_configs private and only forward some of them. |
142 # | 141 # |
143 # GYP version: WebKit/Source/core/core.gyp:webcore | 142 # GYP version: WebKit/Source/core/core.gyp:webcore |
144 source_set("core") { | 143 source_set("core") { |
(...skipping 16 matching lines...) Expand all Loading... | |
161 ":remaining", | 160 ":remaining", |
162 ":rendering", | 161 ":rendering", |
163 ":svg", | 162 ":svg", |
164 ] + exported_deps | 163 ] + exported_deps |
165 | 164 |
166 forward_dependent_configs_from = exported_deps | 165 forward_dependent_configs_from = exported_deps |
167 | 166 |
168 direct_dependent_configs = [ | 167 direct_dependent_configs = [ |
169 ":core_include_dirs", | 168 ":core_include_dirs", |
170 "//third_party/WebKit/Source:npapi_stub", | 169 "//third_party/WebKit/Source:npapi_stub", |
171 "//third_party/WebKit/Source/platform:v8_stub_config", | |
jamesr
2014/06/11 20:03:09
these might need to forward v8, but i haven't foun
| |
172 ] | 170 ] |
173 | 171 |
174 # TODO(GYP) IPP libraries pkg-config. These seem to be experimental and used | 172 # TODO(GYP) IPP libraries pkg-config. These seem to be experimental and used |
175 # only on x86 Android. See also below. There should be one pkg-config call | 173 # only on x86 Android. See also below. There should be one pkg-config call |
176 # that creates a config used in both of these cases. | 174 # that creates a config used in both of these cases. |
177 } | 175 } |
178 | 176 |
179 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_dom | 177 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_dom |
180 source_set("dom") { | 178 source_set("dom") { |
181 sources = rebase_path(webcore_dom_files, ".", "//") | 179 sources = rebase_path(webcore_dom_files, ".", "//") |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
388 # Generated from make_style_builder.py | 386 # Generated from make_style_builder.py |
389 "$blink_core_output_dir/StyleBuilder.cpp", | 387 "$blink_core_output_dir/StyleBuilder.cpp", |
390 "$blink_core_output_dir/StyleBuilderFunctions.cpp", | 388 "$blink_core_output_dir/StyleBuilderFunctions.cpp", |
391 ] | 389 ] |
392 | 390 |
393 configs -= core_config_remove | 391 configs -= core_config_remove |
394 configs += core_config_add | 392 configs += core_config_add |
395 | 393 |
396 configs += [ | 394 configs += [ |
397 "..:inside_blink", | 395 "..:inside_blink", |
398 # TODO(GYP) erase when v8 is ported. | |
399 "../platform:v8_stub_config", | |
400 "..:npapi_stub", | 396 "..:npapi_stub", |
401 ] | 397 ] |
402 | 398 |
403 deps = [ | 399 deps = [ |
404 ":make_core_generated", | 400 ":make_core_generated", |
405 ":prerequisites", | 401 ":prerequisites", |
406 "inspector:inspector_overlay_page", | 402 "inspector:inspector_overlay_page", |
407 "inspector:protocol_sources", | 403 "inspector:protocol_sources", |
408 "inspector:instrumentation_sources", | 404 "inspector:instrumentation_sources", |
409 "inspector:injected_canvas_script_source", | 405 "inspector:injected_canvas_script_source", |
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1074 "$blink_core_output_dir/{{source_name_part}}.h", | 1070 "$blink_core_output_dir/{{source_name_part}}.h", |
1075 ] | 1071 ] |
1076 args = [ | 1072 args = [ |
1077 "{{source}}", | 1073 "{{source}}", |
1078 rel_blink_core_gen_dir, | 1074 rel_blink_core_gen_dir, |
1079 bison_exe, | 1075 bison_exe, |
1080 ] | 1076 ] |
1081 | 1077 |
1082 deps = make_core_generated_deps | 1078 deps = make_core_generated_deps |
1083 } | 1079 } |
OLD | NEW |