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_DASHBOARD_SUPPORT=0', | 10 'ENABLE_DASHBOARD_SUPPORT=0', |
(...skipping 4551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4562 }, { # else: OS=="win" | 4562 }, { # else: OS=="win" |
4563 'sources/': [['exclude', '_posix\\.cc$']], | 4563 'sources/': [['exclude', '_posix\\.cc$']], |
4564 'dependencies': [ | 4564 'dependencies': [ |
4565 'activex_shim/activex_shim.gyp:activex_shim', | 4565 'activex_shim/activex_shim.gyp:activex_shim', |
4566 'default_plugin/default_plugin.gyp:default_plugin', | 4566 'default_plugin/default_plugin.gyp:default_plugin', |
4567 ], | 4567 ], |
4568 'sources!': [ | 4568 'sources!': [ |
4569 'glue/plugins/plugin_stubs.cc', | 4569 'glue/plugins/plugin_stubs.cc', |
4570 # Used directly in test_shell* so it can be replaced in chromium. | 4570 # Used directly in test_shell* so it can be replaced in chromium. |
4571 'glue/simple_clipboard_impl.cc', | 4571 'glue/simple_clipboard_impl.cc', |
4572 | |
4573 'pending/AccessibleBase.cpp', | |
4574 'pending/AccessibleDocument.cpp', | |
sgk
2009/04/29 03:36:47
These went away in a previous CL. Remove these li
| |
4572 ], | 4575 ], |
4573 }], | 4576 }], |
4574 ], | 4577 ], |
4575 }, | 4578 }, |
4576 ], | 4579 ], |
4577 } | 4580 } |
OLD | NEW |