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

Unified Diff: Source/core/BUILD.gn

Issue 422533005: Add missing blink files to the GN build. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/core/v8/BUILD.gn ('k') | Source/core/core.gyp » ('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 1ee57b23b94db33424293c355882366f05d62396..84517d348b2d3d8d07f746ee428756ff8c445def 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -290,7 +290,6 @@ source_set("rendering") {
}
# GYP version: WebKit/Source/core/core.gyp:webcore_testing
-
source_set("testing") {
configs += [
"//third_party/WebKit/Source:inside_blink",
@@ -303,10 +302,14 @@ source_set("testing") {
sources = webcore_testing_files
sources += [
+ "$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.cpp",
+ "$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.h",
"$bindings_core_v8_output_dir/V8GCObservation.cpp",
"$bindings_core_v8_output_dir/V8GCObservation.h",
"$bindings_core_v8_output_dir/V8MallocStatistics.cpp",
"$bindings_core_v8_output_dir/V8MallocStatistics.h",
+ "$bindings_core_v8_output_dir/V8PrivateScriptTest.cpp",
+ "$bindings_core_v8_output_dir/V8PrivateScriptTest.h",
"$bindings_core_v8_output_dir/V8TypeConversions.cpp",
"$bindings_core_v8_output_dir/V8TypeConversions.h",
"$bindings_core_v8_output_dir/V8Internals.cpp",
@@ -323,6 +326,8 @@ source_set("testing") {
"$bindings_core_v8_output_dir/V8LayerRect.h",
"$bindings_core_v8_output_dir/V8LayerRectList.cpp",
"$bindings_core_v8_output_dir/V8LayerRectList.h",
+ "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.cpp",
+ "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.h",
]
}
« no previous file with comments | « Source/bindings/core/v8/BUILD.gn ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698