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

Side by Side Diff: webkit/webkit.gyp

Issue 164543: Reverting 23406. (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 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 'glue/plugins/webplugin_delegate_impl.cc', 1498 'glue/plugins/webplugin_delegate_impl.cc',
1499 'glue/webaccessibility.h', 1499 'glue/webaccessibility.h',
1500 'glue/webaccessibilitymanager.h', 1500 'glue/webaccessibilitymanager.h',
1501 'glue/webaccessibilitymanager_impl.cc', 1501 'glue/webaccessibilitymanager_impl.cc',
1502 'glue/webaccessibilitymanager_impl.cc', 1502 'glue/webaccessibilitymanager_impl.cc',
1503 'glue/webaccessibilitymanager_impl.h', 1503 'glue/webaccessibilitymanager_impl.h',
1504 'glue/webthemeengine_impl_win.cc', 1504 'glue/webthemeengine_impl_win.cc',
1505 ], 1505 ],
1506 }, { # else: OS=="win" 1506 }, { # else: OS=="win"
1507 'sources/': [['exclude', '_posix\\.cc$']], 1507 'sources/': [['exclude', '_posix\\.cc$']],
1508 'include_dirs': [
1509 '../chrome/third_party/wtl/include',
1510 ],
1511 'dependencies': [ 1508 'dependencies': [
1512 '../build/win/system.gyp:cygwin', 1509 '../build/win/system.gyp:cygwin',
1513 'activex_shim/activex_shim.gyp:activex_shim', 1510 'activex_shim/activex_shim.gyp:activex_shim',
1514 'default_plugin/default_plugin.gyp:default_plugin', 1511 'default_plugin/default_plugin.gyp:default_plugin',
1515 ], 1512 ],
1516 'sources!': [ 1513 'sources!': [
1517 'glue/plugins/plugin_stubs.cc', 1514 'glue/plugins/plugin_stubs.cc',
1518 ], 1515 ],
1519 }], 1516 }],
1520 ], 1517 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'files': [ 1555 'files': [
1559 1556
1560 '<@(webinspector_image_files)', 1557 '<@(webinspector_image_files)',
1561 1558
1562 ], 1559 ],
1563 }, 1560 },
1564 ], 1561 ],
1565 }, 1562 },
1566 ], 1563 ],
1567 } 1564 }
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