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

Side by Side Diff: webkit/webkit.gyp

Issue 115800: WebKit update 44143:44151 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 'port/bindings/v8/v8_proxy.h', 1153 'port/bindings/v8/v8_proxy.h',
1154 'port/bindings/v8/v8_utility.h', 1154 'port/bindings/v8/v8_utility.h',
1155 1155
1156 # This list contains every .cpp, .h, .m, and .mm file in the 1156 # This list contains every .cpp, .h, .m, and .mm file in the
1157 # subdirectories of ../third_party/WebKit/WebCore, excluding the 1157 # subdirectories of ../third_party/WebKit/WebCore, excluding the
1158 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories. 1158 # ForwardingHeaders, bindings, bridge, icu, and wml subdirectories.
1159 # Exclusions are handled in the sources! and sources/ sections that 1159 # Exclusions are handled in the sources! and sources/ sections that
1160 # follow, some within conditions sections. 1160 # follow, some within conditions sections.
1161 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.cpp', 1161 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.cpp',
1162 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.h', 1162 '../third_party/WebKit/WebCore/accessibility/AXObjectCache.h',
1163 '../third_party/WebKit/WebCore/accessibility/AccessibilityAriaGrid.cpp', 1163 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGrid.cpp',
1164 '../third_party/WebKit/WebCore/accessibility/AccessibilityAriaGrid.h', 1164 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGrid.h',
1165 '../third_party/WebKit/WebCore/accessibility/AccessibilityAriaGridCell.c pp', 1165 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGridCell.c pp',
1166 '../third_party/WebKit/WebCore/accessibility/AccessibilityAriaGridCell.h ', 1166 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGridCell.h ',
1167 '../third_party/WebKit/WebCore/accessibility/AccessibilityAriaGridRow.cp p', 1167 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGridRow.cp p',
1168 '../third_party/WebKit/WebCore/accessibility/AccessibilityAriaGridRow.h' , 1168 '../third_party/WebKit/WebCore/accessibility/AccessibilityARIAGridRow.h' ,
1169 '../third_party/WebKit/WebCore/accessibility/AccessibilityImageMapLink.c pp', 1169 '../third_party/WebKit/WebCore/accessibility/AccessibilityImageMapLink.c pp',
1170 '../third_party/WebKit/WebCore/accessibility/AccessibilityImageMapLink.h ', 1170 '../third_party/WebKit/WebCore/accessibility/AccessibilityImageMapLink.h ',
1171 '../third_party/WebKit/WebCore/accessibility/AccessibilityList.cpp', 1171 '../third_party/WebKit/WebCore/accessibility/AccessibilityList.cpp',
1172 '../third_party/WebKit/WebCore/accessibility/AccessibilityList.h', 1172 '../third_party/WebKit/WebCore/accessibility/AccessibilityList.h',
1173 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBox.cpp', 1173 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBox.cpp',
1174 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBox.h', 1174 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBox.h',
1175 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBoxOption. cpp', 1175 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBoxOption. cpp',
1176 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBoxOption. h', 1176 '../third_party/WebKit/WebCore/accessibility/AccessibilityListBoxOption. h',
1177 '../third_party/WebKit/WebCore/accessibility/AccessibilityObject.cpp', 1177 '../third_party/WebKit/WebCore/accessibility/AccessibilityObject.cpp',
1178 '../third_party/WebKit/WebCore/accessibility/AccessibilityObject.h', 1178 '../third_party/WebKit/WebCore/accessibility/AccessibilityObject.h',
(...skipping 3669 matching lines...) Expand 10 before | Expand all | Expand 10 after
4848 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4848 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4849 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4849 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4850 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4850 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4851 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4851 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4852 ], 4852 ],
4853 }, 4853 },
4854 ], 4854 ],
4855 }, 4855 },
4856 ], 4856 ],
4857 } 4857 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698