| 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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 'browser/indexed_db/indexed_db_factory.cc', | 673 'browser/indexed_db/indexed_db_factory.cc', |
| 674 'browser/indexed_db/indexed_db_factory.h', | 674 'browser/indexed_db/indexed_db_factory.h', |
| 675 'browser/indexed_db/indexed_db_index_writer.cc', | 675 'browser/indexed_db/indexed_db_index_writer.cc', |
| 676 'browser/indexed_db/indexed_db_index_writer.h', | 676 'browser/indexed_db/indexed_db_index_writer.h', |
| 677 'browser/indexed_db/indexed_db_internals_ui.cc', | 677 'browser/indexed_db/indexed_db_internals_ui.cc', |
| 678 'browser/indexed_db/indexed_db_internals_ui.h', | 678 'browser/indexed_db/indexed_db_internals_ui.h', |
| 679 'browser/indexed_db/indexed_db_leveldb_coding.cc', | 679 'browser/indexed_db/indexed_db_leveldb_coding.cc', |
| 680 'browser/indexed_db/indexed_db_leveldb_coding.h', | 680 'browser/indexed_db/indexed_db_leveldb_coding.h', |
| 681 'browser/indexed_db/indexed_db_metadata.cc', | 681 'browser/indexed_db/indexed_db_metadata.cc', |
| 682 'browser/indexed_db/indexed_db_metadata.h', | 682 'browser/indexed_db/indexed_db_metadata.h', |
| 683 'browser/indexed_db/indexed_db_pending_connection.cc', |
| 684 'browser/indexed_db/indexed_db_pending_connection.h', |
| 683 'browser/indexed_db/indexed_db_quota_client.cc', | 685 'browser/indexed_db/indexed_db_quota_client.cc', |
| 684 'browser/indexed_db/indexed_db_quota_client.h', | 686 'browser/indexed_db/indexed_db_quota_client.h', |
| 685 'browser/indexed_db/indexed_db_transaction.cc', | 687 'browser/indexed_db/indexed_db_transaction.cc', |
| 686 'browser/indexed_db/indexed_db_transaction.h', | 688 'browser/indexed_db/indexed_db_transaction.h', |
| 687 'browser/indexed_db/indexed_db_transaction_coordinator.cc', | 689 'browser/indexed_db/indexed_db_transaction_coordinator.cc', |
| 688 'browser/indexed_db/indexed_db_transaction_coordinator.h', | 690 'browser/indexed_db/indexed_db_transaction_coordinator.h', |
| 689 'browser/indexed_db/leveldb/leveldb_comparator.h', | 691 'browser/indexed_db/leveldb/leveldb_comparator.h', |
| 690 'browser/indexed_db/leveldb/leveldb_database.cc', | 692 'browser/indexed_db/leveldb/leveldb_database.cc', |
| 691 'browser/indexed_db/leveldb/leveldb_database.h', | 693 'browser/indexed_db/leveldb/leveldb_database.h', |
| 692 'browser/indexed_db/leveldb/leveldb_iterator.h', | 694 'browser/indexed_db/leveldb/leveldb_iterator.h', |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 '../build/linux/system.gyp:dbus', | 1712 '../build/linux/system.gyp:dbus', |
| 1711 '../dbus/dbus.gyp:dbus', | 1713 '../dbus/dbus.gyp:dbus', |
| 1712 ], | 1714 ], |
| 1713 }, { # OS != "linux" or use_dbus==0 | 1715 }, { # OS != "linux" or use_dbus==0 |
| 1714 'sources!': [ | 1716 'sources!': [ |
| 1715 'browser/geolocation/wifi_data_provider_linux.cc', | 1717 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1716 ], | 1718 ], |
| 1717 }], | 1719 }], |
| 1718 ], | 1720 ], |
| 1719 } | 1721 } |
| OLD | NEW |