| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'browser/indexed_db/indexed_db_context_impl.h', | 699 'browser/indexed_db/indexed_db_context_impl.h', |
| 700 'browser/indexed_db/indexed_db_cursor.cc', | 700 'browser/indexed_db/indexed_db_cursor.cc', |
| 701 'browser/indexed_db/indexed_db_cursor.h', | 701 'browser/indexed_db/indexed_db_cursor.h', |
| 702 'browser/indexed_db/indexed_db_database.cc', | 702 'browser/indexed_db/indexed_db_database.cc', |
| 703 'browser/indexed_db/indexed_db_database.h', | 703 'browser/indexed_db/indexed_db_database.h', |
| 704 'browser/indexed_db/indexed_db_database_callbacks.cc', | 704 'browser/indexed_db/indexed_db_database_callbacks.cc', |
| 705 'browser/indexed_db/indexed_db_database_callbacks.h', | 705 'browser/indexed_db/indexed_db_database_callbacks.h', |
| 706 'browser/indexed_db/indexed_db_database_error.h', | 706 'browser/indexed_db/indexed_db_database_error.h', |
| 707 'browser/indexed_db/indexed_db_dispatcher_host.cc', | 707 'browser/indexed_db/indexed_db_dispatcher_host.cc', |
| 708 'browser/indexed_db/indexed_db_dispatcher_host.h', | 708 'browser/indexed_db/indexed_db_dispatcher_host.h', |
| 709 'browser/indexed_db/indexed_db_factory.cc', | |
| 710 'browser/indexed_db/indexed_db_factory.h', | 709 'browser/indexed_db/indexed_db_factory.h', |
| 710 'browser/indexed_db/indexed_db_factory_impl.cc', |
| 711 'browser/indexed_db/indexed_db_factory_impl.h', |
| 711 'browser/indexed_db/indexed_db_index_writer.cc', | 712 'browser/indexed_db/indexed_db_index_writer.cc', |
| 712 'browser/indexed_db/indexed_db_index_writer.h', | 713 'browser/indexed_db/indexed_db_index_writer.h', |
| 713 'browser/indexed_db/indexed_db_internals_ui.cc', | 714 'browser/indexed_db/indexed_db_internals_ui.cc', |
| 714 'browser/indexed_db/indexed_db_internals_ui.h', | 715 'browser/indexed_db/indexed_db_internals_ui.h', |
| 715 'browser/indexed_db/indexed_db_leveldb_coding.cc', | 716 'browser/indexed_db/indexed_db_leveldb_coding.cc', |
| 716 'browser/indexed_db/indexed_db_leveldb_coding.h', | 717 'browser/indexed_db/indexed_db_leveldb_coding.h', |
| 717 'browser/indexed_db/indexed_db_metadata.cc', | 718 'browser/indexed_db/indexed_db_metadata.cc', |
| 718 'browser/indexed_db/indexed_db_metadata.h', | 719 'browser/indexed_db/indexed_db_metadata.h', |
| 719 'browser/indexed_db/indexed_db_pending_connection.cc', | 720 'browser/indexed_db/indexed_db_pending_connection.cc', |
| 720 'browser/indexed_db/indexed_db_pending_connection.h', | 721 'browser/indexed_db/indexed_db_pending_connection.h', |
| (...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1756 '../build/linux/system.gyp:dbus', | 1757 '../build/linux/system.gyp:dbus', |
| 1757 '../dbus/dbus.gyp:dbus', | 1758 '../dbus/dbus.gyp:dbus', |
| 1758 ], | 1759 ], |
| 1759 }, { # OS != "linux" or use_dbus==0 | 1760 }, { # OS != "linux" or use_dbus==0 |
| 1760 'sources!': [ | 1761 'sources!': [ |
| 1761 'browser/geolocation/wifi_data_provider_linux.cc', | 1762 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1762 ], | 1763 ], |
| 1763 }], | 1764 }], |
| 1764 ], | 1765 ], |
| 1765 } | 1766 } |
| OLD | NEW |