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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/BUILD.gn

Issue 2383613003: Remove 'V8' prefix from generated callback function classes (Closed)
Patch Set: rebase Created 4 years, 2 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 | « no previous file | third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
index b3e85713b43e9471146f26b20bed1061ddb27d24..e4345ffede9cf5c1a96fdd42b3a65d43fcee1062 100644
--- a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
@@ -197,19 +197,19 @@ generated_core_testing_dictionary_files = [
]
generated_core_testing_callback_function_files = [
- "$bindings_core_v8_output_dir/V8TestCallback.cpp",
- "$bindings_core_v8_output_dir/V8TestCallback.h",
- "$bindings_core_v8_output_dir/V8TestInterfaceCallback.cpp",
- "$bindings_core_v8_output_dir/V8TestInterfaceCallback.h",
- "$bindings_core_v8_output_dir/V8TestReceiverObjectCallback.cpp",
- "$bindings_core_v8_output_dir/V8TestReceiverObjectCallback.h",
- "$bindings_core_v8_output_dir/V8TestSequenceCallback.cpp",
- "$bindings_core_v8_output_dir/V8TestSequenceCallback.h",
+ "$bindings_core_v8_output_dir/TestCallback.cpp",
+ "$bindings_core_v8_output_dir/TestCallback.h",
+ "$bindings_core_v8_output_dir/TestInterfaceCallback.cpp",
+ "$bindings_core_v8_output_dir/TestInterfaceCallback.h",
+ "$bindings_core_v8_output_dir/TestReceiverObjectCallback.cpp",
+ "$bindings_core_v8_output_dir/TestReceiverObjectCallback.h",
+ "$bindings_core_v8_output_dir/TestSequenceCallback.cpp",
+ "$bindings_core_v8_output_dir/TestSequenceCallback.h",
]
generated_core_callback_function_files = [
- "$bindings_core_v8_output_dir/V8PerformanceObserverCallback.cpp",
- "$bindings_core_v8_output_dir/V8PerformanceObserverCallback.h",
+ "$bindings_core_v8_output_dir/PerformanceObserverCallback.cpp",
+ "$bindings_core_v8_output_dir/PerformanceObserverCallback.h",
]
if (is_win) {
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698