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 4409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4420 'glue/password_form_dom_manager.h', | 4420 'glue/password_form_dom_manager.h', |
4421 'glue/resource_fetcher.cc', | 4421 'glue/resource_fetcher.cc', |
4422 'glue/resource_fetcher.h', | 4422 'glue/resource_fetcher.h', |
4423 'glue/resource_handle_impl.cc', | 4423 'glue/resource_handle_impl.cc', |
4424 'glue/resource_loader_bridge.cc', | 4424 'glue/resource_loader_bridge.cc', |
4425 'glue/resource_loader_bridge.h', | 4425 'glue/resource_loader_bridge.h', |
4426 'glue/resource_type.h', | 4426 'glue/resource_type.h', |
4427 'glue/scoped_clipboard_writer_glue.h', | 4427 'glue/scoped_clipboard_writer_glue.h', |
4428 'glue/searchable_form_data.cc', | 4428 'glue/searchable_form_data.cc', |
4429 'glue/searchable_form_data.h', | 4429 'glue/searchable_form_data.h', |
4430 'glue/simple_clipboard_impl.cc', | |
4431 'glue/simple_webmimeregistry_impl.cc', | 4430 'glue/simple_webmimeregistry_impl.cc', |
4432 'glue/simple_webmimeregistry_impl.h', | 4431 'glue/simple_webmimeregistry_impl.h', |
4433 'glue/stacking_order_iterator.cc', | 4432 'glue/stacking_order_iterator.cc', |
4434 'glue/stacking_order_iterator.h', | 4433 'glue/stacking_order_iterator.h', |
4435 'glue/webaccessibility.h', | 4434 'glue/webaccessibility.h', |
4436 'glue/webaccessibilitymanager.h', | 4435 'glue/webaccessibilitymanager.h', |
4437 'glue/webaccessibilitymanager_impl.cc', | 4436 'glue/webaccessibilitymanager_impl.cc', |
4438 'glue/webaccessibilitymanager_impl.h', | 4437 'glue/webaccessibilitymanager_impl.h', |
4439 'glue/webappcachecontext.cc', | 4438 'glue/webappcachecontext.cc', |
4440 'glue/webappcachecontext.h', | 4439 'glue/webappcachecontext.h', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4560 'glue/webthemeengine_impl_win.cc', | 4559 'glue/webthemeengine_impl_win.cc', |
4561 ], | 4560 ], |
4562 }, { # else: OS=="win" | 4561 }, { # else: OS=="win" |
4563 'sources/': [['exclude', '_posix\\.cc$']], | 4562 'sources/': [['exclude', '_posix\\.cc$']], |
4564 'dependencies': [ | 4563 'dependencies': [ |
4565 'activex_shim/activex_shim.gyp:activex_shim', | 4564 'activex_shim/activex_shim.gyp:activex_shim', |
4566 'default_plugin/default_plugin.gyp:default_plugin', | 4565 'default_plugin/default_plugin.gyp:default_plugin', |
4567 ], | 4566 ], |
4568 'sources!': [ | 4567 'sources!': [ |
4569 'glue/plugins/plugin_stubs.cc', | 4568 'glue/plugins/plugin_stubs.cc', |
4570 # Used directly in test_shell* so it can be replaced in chromium. | |
4571 'glue/simple_clipboard_impl.cc', | |
4572 ], | 4569 ], |
4573 }], | 4570 }], |
4574 ], | 4571 ], |
4575 }, | 4572 }, |
4576 ], | 4573 ], |
4577 } | 4574 } |
OLD | NEW |