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

Side by Side Diff: Source/core/core.gypi

Issue 17761003: Remove FileException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile warning Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'dom/TreeWalker.idl', 106 'dom/TreeWalker.idl',
107 'dom/UIEvent.idl', 107 'dom/UIEvent.idl',
108 'dom/WebKitAnimationEvent.idl', 108 'dom/WebKitAnimationEvent.idl',
109 'dom/WebKitNamedFlow.idl', 109 'dom/WebKitNamedFlow.idl',
110 'dom/WebKitNamedFlowCollection.idl', 110 'dom/WebKitNamedFlowCollection.idl',
111 'dom/WheelEvent.idl', 111 'dom/WheelEvent.idl',
112 'dom/shadow/ShadowRoot.idl', 112 'dom/shadow/ShadowRoot.idl',
113 'fileapi/Blob.idl', 113 'fileapi/Blob.idl',
114 'fileapi/File.idl', 114 'fileapi/File.idl',
115 'fileapi/FileError.idl', 115 'fileapi/FileError.idl',
116 'fileapi/FileException.idl',
117 'fileapi/FileList.idl', 116 'fileapi/FileList.idl',
118 'fileapi/FileReader.idl', 117 'fileapi/FileReader.idl',
119 'fileapi/FileReaderSync.idl', 118 'fileapi/FileReaderSync.idl',
120 'fileapi/Stream.idl', 119 'fileapi/Stream.idl',
121 'html/DOMSettableTokenList.idl', 120 'html/DOMSettableTokenList.idl',
122 'html/DOMTokenList.idl', 121 'html/DOMTokenList.idl',
123 'html/FormData.idl', 122 'html/FormData.idl',
124 'html/HTMLAllCollection.idl', 123 'html/HTMLAllCollection.idl',
125 'html/HTMLAnchorElement.idl', 124 'html/HTMLAnchorElement.idl',
126 'html/HTMLAppletElement.idl', 125 'html/HTMLAppletElement.idl',
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'fileapi/Blob.cpp', 840 'fileapi/Blob.cpp',
842 'fileapi/Blob.h', 841 'fileapi/Blob.h',
843 'fileapi/BlobBuilder.cpp', 842 'fileapi/BlobBuilder.cpp',
844 'fileapi/BlobBuilder.h', 843 'fileapi/BlobBuilder.h',
845 'fileapi/BlobRegistry.cpp', 844 'fileapi/BlobRegistry.cpp',
846 'fileapi/BlobRegistry.h', 845 'fileapi/BlobRegistry.h',
847 'fileapi/BlobURL.cpp', 846 'fileapi/BlobURL.cpp',
848 'fileapi/BlobURL.h', 847 'fileapi/BlobURL.h',
849 'fileapi/File.cpp', 848 'fileapi/File.cpp',
850 'fileapi/File.h', 849 'fileapi/File.h',
850 'fileapi/FileError.cpp',
851 'fileapi/FileError.h', 851 'fileapi/FileError.h',
852 'fileapi/FileException.cpp',
853 'fileapi/FileException.h',
854 'fileapi/FileList.cpp', 852 'fileapi/FileList.cpp',
855 'fileapi/FileList.h', 853 'fileapi/FileList.h',
856 'fileapi/FileReader.cpp', 854 'fileapi/FileReader.cpp',
857 'fileapi/FileReader.h', 855 'fileapi/FileReader.h',
858 'fileapi/FileReaderLoader.cpp', 856 'fileapi/FileReaderLoader.cpp',
859 'fileapi/FileReaderLoader.h', 857 'fileapi/FileReaderLoader.h',
860 'fileapi/FileReaderLoaderClient.h', 858 'fileapi/FileReaderLoaderClient.h',
861 'fileapi/FileReaderSync.cpp', 859 'fileapi/FileReaderSync.cpp',
862 'fileapi/FileReaderSync.h', 860 'fileapi/FileReaderSync.h',
863 'fileapi/Stream.cpp', 861 'fileapi/Stream.cpp',
(...skipping 2839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 'bison_exe': 'bison', 3701 'bison_exe': 'bison',
3704 # We specify a preprocess so it happens locally and won't get 3702 # We specify a preprocess so it happens locally and won't get
3705 # distributed to goma. 3703 # distributed to goma.
3706 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3704 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3707 # use /usr/bin/clang once we require Xcode 4.x. 3705 # use /usr/bin/clang once we require Xcode 4.x.
3708 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3706 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3709 }], 3707 }],
3710 ], 3708 ],
3711 } 3709 }
3712 } 3710 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-shared-worker-expected.txt ('k') | Source/core/dom/DOMCoreException.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698