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

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2397363002: Replace hand-written IDBObserverCallback with auto-generated code (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
Index: third_party/WebKit/Source/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 28fad19928bd015bf92cbb413e4af254e4176620..ae130d80bc8a8d9d4967600961e1de399cba1e5e 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -58,6 +58,7 @@ target(modules_target_type, "modules") {
]
sources += generated_modules_dictionary_files
+ sources += generated_modules_callback_function_files
# Compile sources generated by module_names script.
sources += get_target_outputs(":module_names")
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/utilities.py ('k') | third_party/WebKit/Source/modules/indexeddb/IDBObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698