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

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

Issue 8212005: Merge 96991 - https://bugs.webkit.org/show_bug.cgi?id=69471 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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 | « no previous file | Source/WebCore/bindings/v8/NPObjectWrapper.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 'project_dir': ['.'], 3 'project_dir': ['.'],
4 # These headers are part of WebCore's private API in the Apple Mac build . 4 # These headers are part of WebCore's private API in the Apple Mac build .
5 'webcore_privateheader_files': [ 5 'webcore_privateheader_files': [
6 '<(PRODUCT_DIR)/DerivedSources/WebCore/CSSPropertyNames.h', 6 '<(PRODUCT_DIR)/DerivedSources/WebCore/CSSPropertyNames.h',
7 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAbstractView.h', 7 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAbstractView.h',
8 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAttr.h', 8 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMAttr.h',
9 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlob.h', 9 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlob.h',
10 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlobInternal.h', 10 '<(PRODUCT_DIR)/DerivedSources/WebCore/DOMBlobInternal.h',
(...skipping 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1999 'bindings/v8/DOMWrapperWorld.h', 1999 'bindings/v8/DOMWrapperWorld.h',
2000 'bindings/v8/DateExtension.cpp', 2000 'bindings/v8/DateExtension.cpp',
2001 'bindings/v8/DateExtension.h', 2001 'bindings/v8/DateExtension.h',
2002 'bindings/v8/IDBBindingUtilities.cpp', 2002 'bindings/v8/IDBBindingUtilities.cpp',
2003 'bindings/v8/IDBBindingUtilities.h', 2003 'bindings/v8/IDBBindingUtilities.h',
2004 'bindings/v8/IntrusiveDOMWrapperMap.h', 2004 'bindings/v8/IntrusiveDOMWrapperMap.h',
2005 'bindings/v8/IsolatedWorld.cpp', 2005 'bindings/v8/IsolatedWorld.cpp',
2006 'bindings/v8/IsolatedWorld.h', 2006 'bindings/v8/IsolatedWorld.h',
2007 'bindings/v8/JavaScriptCallFrame.cpp', 2007 'bindings/v8/JavaScriptCallFrame.cpp',
2008 'bindings/v8/JavaScriptCallFrame.h', 2008 'bindings/v8/JavaScriptCallFrame.h',
2009 'bindings/v8/NPObjectWrapper.cpp',
2010 'bindings/v8/NPObjectWrapper.h',
2009 'bindings/v8/NPV8Object.cpp', 2011 'bindings/v8/NPV8Object.cpp',
2010 'bindings/v8/NPV8Object.h', 2012 'bindings/v8/NPV8Object.h',
2011 'bindings/v8/OptionsObject.cpp', 2013 'bindings/v8/OptionsObject.cpp',
2012 'bindings/v8/OptionsObject.h', 2014 'bindings/v8/OptionsObject.h',
2013 'bindings/v8/OwnHandle.h', 2015 'bindings/v8/OwnHandle.h',
2014 'bindings/v8/PageScriptDebugServer.cpp', 2016 'bindings/v8/PageScriptDebugServer.cpp',
2015 'bindings/v8/PageScriptDebugServer.h', 2017 'bindings/v8/PageScriptDebugServer.h',
2016 'bindings/v8/RetainedDOMInfo.cpp', 2018 'bindings/v8/RetainedDOMInfo.cpp',
2017 'bindings/v8/RetainedDOMInfo.h', 2019 'bindings/v8/RetainedDOMInfo.h',
2018 'bindings/v8/RetainedObjectInfo.h', 2020 'bindings/v8/RetainedObjectInfo.h',
(...skipping 6135 matching lines...) Expand 10 before | Expand all | Expand 10 after
8154 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h', 8156 '<(PRODUCT_DIR)/DerivedSources/WebCore/XMLViewerJS.h',
8155 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp', 8157 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.cpp',
8156 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h', 8158 '<(PRODUCT_DIR)/DerivedSources/WebCore/XPathGrammar.h',
8157 '<(PRODUCT_DIR)/DerivedSources/WebCore/tokenizer.cpp', 8159 '<(PRODUCT_DIR)/DerivedSources/WebCore/tokenizer.cpp',
8158 ], 8160 ],
8159 'export_file_generator_files': [ 8161 'export_file_generator_files': [
8160 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 8162 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
8161 ], 8163 ],
8162 } 8164 }
8163 } 8165 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/bindings/v8/NPObjectWrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698