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

Unified Diff: Source/modules/modules.gypi

Issue 426063010: IndexedDB: Fixed threading bugs with use of AtomicStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switched to proper code-generated static strings like Core creates them. 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/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 1cb0182c30112f7354a6018a1c19e85297c51f4e..bcae88e1405e25764e81528aaae2438923c99174 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -287,6 +287,8 @@
'<(blink_modules_output_dir)/EventTargetModulesInterfaces.h',
'<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
'<(blink_modules_output_dir)/EventTargetModulesNames.h',
+ '<(blink_modules_output_dir)/IndexedDBNames.cpp',
+ '<(blink_modules_output_dir)/IndexedDBNames.h',
],
'modules_files': [
'<@(extra_blink_module_files)',

Powered by Google App Engine
This is Rietveld 408576698