| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 ] | 283 ] |
| 284 } | 284 } |
| 285 } | 285 } |
| 286 | 286 |
| 287 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_rendering | 287 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_rendering |
| 288 source_set("rendering") { | 288 source_set("rendering") { |
| 289 # The files that go here are currently in "remaining". | 289 # The files that go here are currently in "remaining". |
| 290 } | 290 } |
| 291 | 291 |
| 292 # GYP version: WebKit/Source/core/core.gyp:webcore_testing | 292 # GYP version: WebKit/Source/core/core.gyp:webcore_testing |
| 293 | |
| 294 source_set("testing") { | 293 source_set("testing") { |
| 295 configs += [ | 294 configs += [ |
| 296 "//third_party/WebKit/Source:inside_blink", | 295 "//third_party/WebKit/Source:inside_blink", |
| 297 "//third_party/WebKit/Source:config", | 296 "//third_party/WebKit/Source:config", |
| 298 ] | 297 ] |
| 299 | 298 |
| 300 deps = [ | 299 deps = [ |
| 301 ":core", | 300 ":core", |
| 302 ] | 301 ] |
| 303 | 302 |
| 304 sources = webcore_testing_files | 303 sources = webcore_testing_files |
| 305 sources += [ | 304 sources += [ |
| 305 "$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.cpp", |
| 306 "$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.h", |
| 306 "$bindings_core_v8_output_dir/V8GCObservation.cpp", | 307 "$bindings_core_v8_output_dir/V8GCObservation.cpp", |
| 307 "$bindings_core_v8_output_dir/V8GCObservation.h", | 308 "$bindings_core_v8_output_dir/V8GCObservation.h", |
| 308 "$bindings_core_v8_output_dir/V8MallocStatistics.cpp", | 309 "$bindings_core_v8_output_dir/V8MallocStatistics.cpp", |
| 309 "$bindings_core_v8_output_dir/V8MallocStatistics.h", | 310 "$bindings_core_v8_output_dir/V8MallocStatistics.h", |
| 311 "$bindings_core_v8_output_dir/V8PrivateScriptTest.cpp", |
| 312 "$bindings_core_v8_output_dir/V8PrivateScriptTest.h", |
| 310 "$bindings_core_v8_output_dir/V8TypeConversions.cpp", | 313 "$bindings_core_v8_output_dir/V8TypeConversions.cpp", |
| 311 "$bindings_core_v8_output_dir/V8TypeConversions.h", | 314 "$bindings_core_v8_output_dir/V8TypeConversions.h", |
| 312 "$bindings_core_v8_output_dir/V8Internals.cpp", | 315 "$bindings_core_v8_output_dir/V8Internals.cpp", |
| 313 "$bindings_core_v8_output_dir/V8Internals.h", | 316 "$bindings_core_v8_output_dir/V8Internals.h", |
| 314 "$bindings_core_v8_output_dir/V8InternalProfilers.cpp", | 317 "$bindings_core_v8_output_dir/V8InternalProfilers.cpp", |
| 315 "$bindings_core_v8_output_dir/V8InternalProfilers.h", | 318 "$bindings_core_v8_output_dir/V8InternalProfilers.h", |
| 316 "$bindings_core_v8_output_dir/V8InternalSettings.cpp", | 319 "$bindings_core_v8_output_dir/V8InternalSettings.cpp", |
| 317 "$bindings_core_v8_output_dir/V8InternalSettings.h", | 320 "$bindings_core_v8_output_dir/V8InternalSettings.h", |
| 318 "$bindings_core_v8_output_dir/V8InternalSettingsGenerated.cpp", | 321 "$bindings_core_v8_output_dir/V8InternalSettingsGenerated.cpp", |
| 319 "$bindings_core_v8_output_dir/V8InternalSettingsGenerated.h", | 322 "$bindings_core_v8_output_dir/V8InternalSettingsGenerated.h", |
| 320 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.cpp", | 323 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.cpp", |
| 321 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.h", | 324 "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.h", |
| 322 "$bindings_core_v8_output_dir/V8LayerRect.cpp", | 325 "$bindings_core_v8_output_dir/V8LayerRect.cpp", |
| 323 "$bindings_core_v8_output_dir/V8LayerRect.h", | 326 "$bindings_core_v8_output_dir/V8LayerRect.h", |
| 324 "$bindings_core_v8_output_dir/V8LayerRectList.cpp", | 327 "$bindings_core_v8_output_dir/V8LayerRectList.cpp", |
| 325 "$bindings_core_v8_output_dir/V8LayerRectList.h", | 328 "$bindings_core_v8_output_dir/V8LayerRectList.h", |
| 329 "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.cpp", |
| 330 "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.h", |
| 326 ] | 331 ] |
| 327 } | 332 } |
| 328 | 333 |
| 329 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_generated | 334 # GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_generated |
| 330 source_set("core_generated") { | 335 source_set("core_generated") { |
| 331 sources = bindings_core_v8_files | 336 sources = bindings_core_v8_files |
| 332 # These files include all the .cpp files generated from the .idl files | 337 # These files include all the .cpp files generated from the .idl files |
| 333 # in webcore_files. | 338 # in webcore_files. |
| 334 sources += bindings_core_generated_aggregate_files | 339 sources += bindings_core_generated_aggregate_files |
| 335 | 340 |
| (...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1069 "$blink_core_output_dir/{{source_name_part}}.h", | 1074 "$blink_core_output_dir/{{source_name_part}}.h", |
| 1070 ] | 1075 ] |
| 1071 args = [ | 1076 args = [ |
| 1072 "{{source}}", | 1077 "{{source}}", |
| 1073 rel_blink_core_gen_dir, | 1078 rel_blink_core_gen_dir, |
| 1074 bison_exe, | 1079 bison_exe, |
| 1075 ] | 1080 ] |
| 1076 | 1081 |
| 1077 deps = make_core_generated_deps | 1082 deps = make_core_generated_deps |
| 1078 } | 1083 } |
| OLD | NEW |