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

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

Issue 22893051: Add support for BeforeUnloadEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test failures Created 7 years, 3 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
« no previous file with comments | « Source/bindings/v8/V8AbstractEventListener.cpp ('k') | Source/core/dom/BeforeUnloadEvent.h » ('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 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 23 matching lines...) Expand all
34 'css/StyleSheetList.idl', 34 'css/StyleSheetList.idl',
35 'css/WebKitCSSFilterRule.idl', 35 'css/WebKitCSSFilterRule.idl',
36 'css/WebKitCSSFilterValue.idl', 36 'css/WebKitCSSFilterValue.idl',
37 'css/WebKitCSSMatrix.idl', 37 'css/WebKitCSSMatrix.idl',
38 'css/WebKitCSSMixFunctionValue.idl', 38 'css/WebKitCSSMixFunctionValue.idl',
39 'css/WebKitCSSRegionRule.idl', 39 'css/WebKitCSSRegionRule.idl',
40 'css/WebKitCSSTransformValue.idl', 40 'css/WebKitCSSTransformValue.idl',
41 'dom/Attr.idl', 41 'dom/Attr.idl',
42 'dom/AutocompleteErrorEvent.idl', 42 'dom/AutocompleteErrorEvent.idl',
43 'dom/BeforeLoadEvent.idl', 43 'dom/BeforeLoadEvent.idl',
44 'dom/BeforeUnloadEvent.idl',
44 'dom/CDATASection.idl', 45 'dom/CDATASection.idl',
45 'dom/CharacterData.idl', 46 'dom/CharacterData.idl',
46 'dom/ClientRect.idl', 47 'dom/ClientRect.idl',
47 'dom/ClientRectList.idl', 48 'dom/ClientRectList.idl',
48 'dom/Clipboard.idl', 49 'dom/Clipboard.idl',
49 'dom/Comment.idl', 50 'dom/Comment.idl',
50 'dom/CompositionEvent.idl', 51 'dom/CompositionEvent.idl',
51 'dom/CustomEvent.idl', 52 'dom/CustomEvent.idl',
52 'dom/DOMError.idl', 53 'dom/DOMError.idl',
53 'dom/DOMException.idl', 54 'dom/DOMException.idl',
(...skipping 3807 matching lines...) Expand 10 before | Expand all | Expand 10 after
3861 'bison_exe': 'bison', 3862 'bison_exe': 'bison',
3862 # We specify a preprocess so it happens locally and won't get 3863 # We specify a preprocess so it happens locally and won't get
3863 # distributed to goma. 3864 # distributed to goma.
3864 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3865 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3865 # use /usr/bin/clang once we require Xcode 4.x. 3866 # use /usr/bin/clang once we require Xcode 4.x.
3866 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3867 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3867 }], 3868 }],
3868 ], 3869 ],
3869 } 3870 }
3870 } 3871 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/V8AbstractEventListener.cpp ('k') | Source/core/dom/BeforeUnloadEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698