OLD | NEW |
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 Loading... |
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 ], |
1508 'dependencies': [ | 1511 'dependencies': [ |
1509 '../build/win/system.gyp:cygwin', | 1512 '../build/win/system.gyp:cygwin', |
1510 'activex_shim/activex_shim.gyp:activex_shim', | 1513 'activex_shim/activex_shim.gyp:activex_shim', |
1511 'default_plugin/default_plugin.gyp:default_plugin', | 1514 'default_plugin/default_plugin.gyp:default_plugin', |
1512 ], | 1515 ], |
1513 'sources!': [ | 1516 'sources!': [ |
1514 'glue/plugins/plugin_stubs.cc', | 1517 'glue/plugins/plugin_stubs.cc', |
1515 ], | 1518 ], |
1516 }], | 1519 }], |
1517 ], | 1520 ], |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1555 'files': [ | 1558 'files': [ |
1556 | 1559 |
1557 '<@(webinspector_image_files)', | 1560 '<@(webinspector_image_files)', |
1558 | 1561 |
1559 ], | 1562 ], |
1560 }, | 1563 }, |
1561 ], | 1564 ], |
1562 }, | 1565 }, |
1563 ], | 1566 ], |
1564 } | 1567 } |
OLD | NEW |