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

Side by Side Diff: webkit/webkit.gyp

Issue 165543: Revert "Reverting 23406" as it didn't break any tests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 | « webkit/tools/test_shell/foreground_helper.h ('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_DATAGRID=0', 10 'ENABLE_DATAGRID=0',
(...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 'glue/plugins/webplugin_delegate_impl.cc', 1495 'glue/plugins/webplugin_delegate_impl.cc',
1496 'glue/webaccessibility.h', 1496 'glue/webaccessibility.h',
1497 'glue/webaccessibilitymanager.h', 1497 'glue/webaccessibilitymanager.h',
1498 'glue/webaccessibilitymanager_impl.cc', 1498 'glue/webaccessibilitymanager_impl.cc',
1499 'glue/webaccessibilitymanager_impl.cc', 1499 'glue/webaccessibilitymanager_impl.cc',
1500 'glue/webaccessibilitymanager_impl.h', 1500 'glue/webaccessibilitymanager_impl.h',
1501 'glue/webthemeengine_impl_win.cc', 1501 'glue/webthemeengine_impl_win.cc',
1502 ], 1502 ],
1503 }, { # else: OS=="win" 1503 }, { # else: OS=="win"
1504 'sources/': [['exclude', '_posix\\.cc$']], 1504 'sources/': [['exclude', '_posix\\.cc$']],
1505 'include_dirs': [
1506 '../chrome/third_party/wtl/include',
1507 ],
1505 'dependencies': [ 1508 'dependencies': [
1506 '../build/win/system.gyp:cygwin', 1509 '../build/win/system.gyp:cygwin',
1507 'activex_shim/activex_shim.gyp:activex_shim', 1510 'activex_shim/activex_shim.gyp:activex_shim',
1508 'default_plugin/default_plugin.gyp:default_plugin', 1511 'default_plugin/default_plugin.gyp:default_plugin',
1509 ], 1512 ],
1510 'sources!': [ 1513 'sources!': [
1511 'glue/plugins/plugin_stubs.cc', 1514 'glue/plugins/plugin_stubs.cc',
1512 ], 1515 ],
1513 }], 1516 }],
1514 ], 1517 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 'files': [ 1554 'files': [
1552 1555
1553 '<@(webinspector_image_files)', 1556 '<@(webinspector_image_files)',
1554 1557
1555 ], 1558 ],
1556 }, 1559 },
1557 ], 1560 ],
1558 }, 1561 },
1559 ], 1562 ],
1560 } 1563 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/foreground_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698