| 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_DATABASE=1', | 8 'ENABLE_DATABASE=1', |
| 9 'ENABLE_DASHBOARD_SUPPORT=0', | 9 'ENABLE_DASHBOARD_SUPPORT=0', |
| 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', | 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', |
| (...skipping 4347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4358 'glue/resource_loader_bridge.h', | 4358 'glue/resource_loader_bridge.h', |
| 4359 'glue/resource_type.h', | 4359 'glue/resource_type.h', |
| 4360 'glue/scoped_clipboard_writer_glue.h', | 4360 'glue/scoped_clipboard_writer_glue.h', |
| 4361 'glue/searchable_form_data.cc', | 4361 'glue/searchable_form_data.cc', |
| 4362 'glue/searchable_form_data.h', | 4362 'glue/searchable_form_data.h', |
| 4363 'glue/simple_clipboard_impl.cc', | 4363 'glue/simple_clipboard_impl.cc', |
| 4364 'glue/simple_webmimeregistry_impl.cc', | 4364 'glue/simple_webmimeregistry_impl.cc', |
| 4365 'glue/simple_webmimeregistry_impl.h', | 4365 'glue/simple_webmimeregistry_impl.h', |
| 4366 'glue/stacking_order_iterator.cc', | 4366 'glue/stacking_order_iterator.cc', |
| 4367 'glue/stacking_order_iterator.h', | 4367 'glue/stacking_order_iterator.h', |
| 4368 'glue/webappcachecontext.cc', |
| 4369 'glue/webappcachecontext.h', |
| 4368 'glue/webclipboard_impl.cc', | 4370 'glue/webclipboard_impl.cc', |
| 4369 'glue/webclipboard_impl.h', | 4371 'glue/webclipboard_impl.h', |
| 4370 'glue/webcursor.cc', | 4372 'glue/webcursor.cc', |
| 4371 'glue/webcursor.h', | 4373 'glue/webcursor.h', |
| 4372 'glue/webcursor_gtk.cc', | 4374 'glue/webcursor_gtk.cc', |
| 4373 'glue/webcursor_gtk_data.h', | 4375 'glue/webcursor_gtk_data.h', |
| 4374 'glue/webcursor_mac.mm', | 4376 'glue/webcursor_mac.mm', |
| 4375 'glue/webcursor_win.cc', | 4377 'glue/webcursor_win.cc', |
| 4376 'glue/webdatasource.h', | 4378 'glue/webdatasource.h', |
| 4377 'glue/webdatasource_impl.cc', | 4379 'glue/webdatasource_impl.cc', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4485 'default_plugin/default_plugin.gyp:default_plugin', | 4487 'default_plugin/default_plugin.gyp:default_plugin', |
| 4486 ], | 4488 ], |
| 4487 'sources!': [ | 4489 'sources!': [ |
| 4488 'glue/plugins/plugin_stubs.cc', | 4490 'glue/plugins/plugin_stubs.cc', |
| 4489 ], | 4491 ], |
| 4490 }], | 4492 }], |
| 4491 ], | 4493 ], |
| 4492 }, | 4494 }, |
| 4493 ], | 4495 ], |
| 4494 } | 4496 } |
| OLD | NEW |