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

Unified Diff: Source/modules/modules.gyp

Issue 426063010: IndexedDB: Fixed threading bugs with use of AtomicStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Commented names and removed bison build rule 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.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 1a3c181a2f0b6b1f3c3739cdcc0c21d7ad9acd59..328df79fe817245958f603011e439a5c888ba32a 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -43,7 +43,7 @@
'<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
'../config.gyp:config',
'../core/core.gyp:webcore',
- 'make_modules_generated',
+ 'modules_generated.gyp:make_modules_generated',
],
'defines': [
'BLINK_IMPLEMENTATION=1',
@@ -127,25 +127,5 @@
'<@(modules_testing_files)',
],
- },
- {
- # FIXME: should be in modules_generated.gyp
- # GN version: //third_party/WebKit/Source/modules:make_modules_generated
- 'target_name': 'make_modules_generated',
- 'type': 'none',
- 'hard_dependency': 1,
- 'dependencies': [
- #'generated_testing_idls',
- '../core/core_generated.gyp:core_event_interfaces',
- '../bindings/modules/generated.gyp:modules_event_generated',
- '../config.gyp:config',
- ],
- 'sources': [
- # bison rule
- '../core/css/CSSGrammar.y',
- '../core/xml/XPathGrammar.y',
- ],
- 'actions': [
- ],
}],
}

Powered by Google App Engine
This is Rietveld 408576698