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

Side by Side Diff: webkit/webkit.gyp

Issue 339039: 3.0.195: Fix setInterval sometimes eating 100% CPU.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 1 month 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 | « no previous file | 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_DATAGRID=1', 10 'ENABLE_DATAGRID=1',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'build/precompiled_webkit.h', 243 'build/precompiled_webkit.h',
244 ], 244 ],
245 'sources/': [ 245 'sources/': [
246 # First exclude everything ... 246 # First exclude everything ...
247 ['exclude', 'JavaScriptCore/'], 247 ['exclude', 'JavaScriptCore/'],
248 # ... Then include what we want. 248 # ... Then include what we want.
249 ['include', 'JavaScriptCore/wtf/'], 249 ['include', 'JavaScriptCore/wtf/'],
250 # GLib/GTK, even though its name doesn't really indicate. 250 # GLib/GTK, even though its name doesn't really indicate.
251 ['exclude', '/(GOwnPtr|glib/.*)\\.(cpp|h)$'], 251 ['exclude', '/(GOwnPtr|glib/.*)\\.(cpp|h)$'],
252 ['exclude', '(Default|Gtk|Mac|None|Qt|Win|Wx)\\.(cpp|mm)$'], 252 ['exclude', '(Default|Gtk|Mac|None|Qt|Win|Wx)\\.(cpp|mm)$'],
253 ['exclude', 'wtf/CurrentTime\\.cpp$'],
253 ], 254 ],
254 'direct_dependent_settings': { 255 'direct_dependent_settings': {
255 'include_dirs': [ 256 'include_dirs': [
256 '../third_party/WebKit/JavaScriptCore', 257 '../third_party/WebKit/JavaScriptCore',
257 '../third_party/WebKit/JavaScriptCore/wtf', 258 '../third_party/WebKit/JavaScriptCore/wtf',
258 ], 259 ],
259 }, 260 },
260 'export_dependent_settings': [ 261 'export_dependent_settings': [
261 'config', 262 'config',
262 '../third_party/icu38/icu38.gyp:icui18n', 263 '../third_party/icu38/icu38.gyp:icui18n',
(...skipping 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1675 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1675 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1676 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1676 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1677 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1678 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1678 ], 1679 ],
1679 }, 1680 },
1680 ], 1681 ],
1681 }, 1682 },
1682 ], 1683 ],
1683 } 1684 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698