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

Unified Diff: webkit/build/port/SConscript

Issue 21356: fix scons build (Closed)
Patch Set: Created 11 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/port/SConscript
diff --git a/webkit/build/port/SConscript b/webkit/build/port/SConscript
index 52db9007baa472f2baafe7e2a97b1d333a0332eb..d5184a3874c73bc401fa4cd96acd4685b1606199 100644
--- a/webkit/build/port/SConscript
+++ b/webkit/build/port/SConscript
@@ -499,13 +499,16 @@ env.Alias('webkit', i)
# If we add ENABLE_ flags via HTML_FLAGS, we need to pass in
# --extraDefines $HTML_FLAGS.
env.Command(['$DERIVED_DIR/HTMLNames.cpp',
- '$DERIVED_DIR/HTMLNames.h'],
+ '$DERIVED_DIR/HTMLNames.h',
+ '$DERIVED_DIR/HTMLElementFactory.cpp',
+ '$DERIVED_DIR/HTMLElementFactory.h'],
['$PORT_DIR/dom/make_names.pl',
'$PORT_DIR/html/HTMLTagNames.in',
'$PORT_DIR/html/HTMLAttributeNames.in'],
'$PERL $_PERL_INCLUDE_FLAGS ${SOURCES[0].posix} '
'--tags ${SOURCES[1].posix} '
'--attrs ${SOURCES[2].posix} '
+ '--factory '
'--wrapperFactory '
'--outputDir $DERIVED_DIR')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698