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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 "bindings/Microtask.h", | 481 "bindings/Microtask.h", |
482 "bindings/ScopedPersistent.h", | 482 "bindings/ScopedPersistent.h", |
483 "bindings/ScriptPromiseProperties.h", | 483 "bindings/ScriptPromiseProperties.h", |
484 "bindings/ScriptState.cpp", | 484 "bindings/ScriptState.cpp", |
485 "bindings/ScriptState.h", | 485 "bindings/ScriptState.h", |
486 "bindings/ScriptWrappable.cpp", | 486 "bindings/ScriptWrappable.cpp", |
487 "bindings/ScriptWrappable.h", | 487 "bindings/ScriptWrappable.h", |
488 "bindings/ScriptWrappableVisitor.cpp", | 488 "bindings/ScriptWrappableVisitor.cpp", |
489 "bindings/ScriptWrappableVisitor.h", | 489 "bindings/ScriptWrappableVisitor.h", |
490 "bindings/ScriptWrappableVisitorVerifier.h", | 490 "bindings/ScriptWrappableVisitorVerifier.h", |
| 491 "bindings/SharedPersistent.h", |
491 "bindings/StringResource.cpp", | 492 "bindings/StringResource.cpp", |
492 "bindings/StringResource.h", | 493 "bindings/StringResource.h", |
| 494 "bindings/ToV8.h", |
| 495 "bindings/TraceWrapperMember.h", |
493 "bindings/TraceWrapperV8Reference.h", | 496 "bindings/TraceWrapperV8Reference.h", |
494 "bindings/V0CustomElementBinding.cpp", | 497 "bindings/V0CustomElementBinding.cpp", |
495 "bindings/V0CustomElementBinding.h", | 498 "bindings/V0CustomElementBinding.h", |
496 "bindings/V8Binding.cpp", | 499 "bindings/V8Binding.cpp", |
497 "bindings/V8Binding.h", | 500 "bindings/V8Binding.h", |
498 "bindings/V8BindingMacros.h", | 501 "bindings/V8BindingMacros.h", |
499 "bindings/V8DOMWrapper.cpp", | 502 "bindings/V8DOMWrapper.cpp", |
500 "bindings/V8DOMWrapper.h", | 503 "bindings/V8DOMWrapper.h", |
501 "bindings/V8GlobalValueMap.h", | 504 "bindings/V8GlobalValueMap.h", |
502 "bindings/V8ObjectConstructor.cpp", | 505 "bindings/V8ObjectConstructor.cpp", |
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2219 "//third_party/WebKit/Source:config", | 2222 "//third_party/WebKit/Source:config", |
2220 "//third_party/WebKit/Source:inside_blink", | 2223 "//third_party/WebKit/Source:inside_blink", |
2221 ] | 2224 ] |
2222 | 2225 |
2223 deps = [ | 2226 deps = [ |
2224 ":test_support", | 2227 ":test_support", |
2225 "//testing/gmock", | 2228 "//testing/gmock", |
2226 "//testing/gtest", | 2229 "//testing/gtest", |
2227 ] | 2230 ] |
2228 } | 2231 } |
OLD | NEW |