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

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: 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
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 0d5f3ea0e36481aef069dbe319acb031f038969d..6f88bd0a629b45c3262cd28f138489b5de9b7dfc 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -299,10 +299,13 @@ source_set("testing") {
deps = [
":core",
+ ":core_generated",
]
- sources = webcore_testing_files
+ sources = generated_core_testing_dictionary_files + 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",
@@ -327,6 +330,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/V8InternalDictionary.cpp",
+ "$bindings_core_v8_output_dir/V8InternalDictionary.h",
]
}
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698