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

Unified Diff: Source/core/BUILD.gn

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: gyp fix (depends on gyp r1964) 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 7900e850573b678bc5007e8086d044ea3ceeb088..bdc9ec603355134ff8a3869a7c2a3a1592d62da1 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -298,10 +298,13 @@ source_set("testing") {
deps = [
":core",
+ ":core_generated",
]
sources = webcore_testing_files
sources += [
+ "$bindings_core_v8_output_dir/V8DictionaryTest.cpp",
+ "$bindings_core_v8_output_dir/V8DictionaryTest.h",
"$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.cpp",
"$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.h",
"$bindings_core_v8_output_dir/V8GCObservation.cpp",
@@ -326,6 +329,8 @@ source_set("testing") {
"$bindings_core_v8_output_dir/V8LayerRectList.h",
"$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.cpp",
"$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.h",
+ "$bindings_core_v8_output_dir/V8TestingDictionary.cpp",
+ "$bindings_core_v8_output_dir/V8TestingDictionary.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698