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

Side by Side Diff: Source/WebCore/DerivedSources.pri

Issue 10834324: Revert 124780 - Create a MediaSource object. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 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 unified diff | Download patch
« no previous file with comments | « Source/WebCore/DerivedSources.make ('k') | Source/WebCore/GNUmakefile.list.am » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # ------------------------------------------------------------------- 1 # -------------------------------------------------------------------
2 # Derived sources for WebCore 2 # Derived sources for WebCore
3 # 3 #
4 # See 'Tools/qmake/README' for an overview of the build system 4 # See 'Tools/qmake/README' for an overview of the build system
5 # ------------------------------------------------------------------- 5 # -------------------------------------------------------------------
6 6
7 # This file is both a top level target, and included from Target.pri, 7 # This file is both a top level target, and included from Target.pri,
8 # so that the resulting generated sources can be added to SOURCES. 8 # so that the resulting generated sources can be added to SOURCES.
9 # We only set the template if we're a top level target, so that we 9 # We only set the template if we're a top level target, so that we
10 # don't override what Target.pri has already set. 10 # don't override what Target.pri has already set.
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 IDL_BINDINGS += \ 617 IDL_BINDINGS += \
618 $$PWD/html/track/TextTrack.idl \ 618 $$PWD/html/track/TextTrack.idl \
619 $$PWD/html/track/TextTrackCue.idl \ 619 $$PWD/html/track/TextTrackCue.idl \
620 $$PWD/html/track/TextTrackCueList.idl \ 620 $$PWD/html/track/TextTrackCueList.idl \
621 $$PWD/html/track/TextTrackList.idl \ 621 $$PWD/html/track/TextTrackList.idl \
622 $$PWD/html/track/TrackEvent.idl \ 622 $$PWD/html/track/TrackEvent.idl \
623 } 623 }
624 624
625 contains(DEFINES, ENABLE_MEDIA_SOURCE=1) { 625 contains(DEFINES, ENABLE_MEDIA_SOURCE=1) {
626 IDL_BINDINGS += \ 626 IDL_BINDINGS += \
627 $$PWD/Modules/mediasource/MediaSource.idl \
628 $$PWD/Modules/mediasource/SourceBuffer.idl \ 627 $$PWD/Modules/mediasource/SourceBuffer.idl \
629 $$PWD/Modules/mediasource/SourceBufferList.idl 628 $$PWD/Modules/mediasource/SourceBufferList.idl
630 } 629 }
631 630
632 mathmlnames.output = MathMLNames.cpp 631 mathmlnames.output = MathMLNames.cpp
633 mathmlnames.input = MATHML_NAMES 632 mathmlnames.input = MATHML_NAMES
634 mathmlnames.depends = $$PWD/mathml/mathattrs.in 633 mathmlnames.depends = $$PWD/mathml/mathattrs.in
635 mathmlnames.script = $$PWD/dom/make_names.pl 634 mathmlnames.script = $$PWD/dom/make_names.pl
636 mathmlnames.commands = perl -I$$PWD/bindings/scripts $$mathmlnames.script --tags $$PWD/mathml/mathtags.in --attrs $$PWD/mathml/mathattrs.in --extraDefines \"$${ DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outp utDir ${QMAKE_FUNC_FILE_OUT_PATH} 635 mathmlnames.commands = perl -I$$PWD/bindings/scripts $$mathmlnames.script --tags $$PWD/mathml/mathtags.in --attrs $$PWD/mathml/mathattrs.in --extraDefines \"$${ DEFINES}\" --preprocessor \"$${QMAKE_MOC} -E\" --factory --wrapperFactory --outp utDir ${QMAKE_FUNC_FILE_OUT_PATH}
637 mathmlnames.extra_sources = MathMLElementFactory.cpp 636 mathmlnames.extra_sources = MathMLElementFactory.cpp
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 anglebison_decl.variable_out = GENERATED_FILES 937 anglebison_decl.variable_out = GENERATED_FILES
939 GENERATORS += anglebison_decl 938 GENERATORS += anglebison_decl
940 939
941 anglebison_impl.input = ANGLE_BISON_SOURCES 940 anglebison_impl.input = ANGLE_BISON_SOURCES
942 anglebison_impl.commands = $$escape_expand(\\n) 941 anglebison_impl.commands = $$escape_expand(\\n)
943 anglebison_impl.depends = ${QMAKE_FILE_BASE}_tab.h 942 anglebison_impl.depends = ${QMAKE_FILE_BASE}_tab.h
944 anglebison_impl.output = ${QMAKE_FILE_BASE}_tab.cpp 943 anglebison_impl.output = ${QMAKE_FILE_BASE}_tab.cpp
945 *g++*: anglebison_impl.variable_out = ANGLE_SOURCES 944 *g++*: anglebison_impl.variable_out = ANGLE_SOURCES
946 GENERATORS += anglebison_impl 945 GENERATORS += anglebison_impl
947 } 946 }
OLDNEW
« no previous file with comments | « Source/WebCore/DerivedSources.make ('k') | Source/WebCore/GNUmakefile.list.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698