| 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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 'browser/indexed_db/indexed_db_metadata.cc', | 685 'browser/indexed_db/indexed_db_metadata.cc', |
| 686 'browser/indexed_db/indexed_db_metadata.h', | 686 'browser/indexed_db/indexed_db_metadata.h', |
| 687 'browser/indexed_db/indexed_db_pending_connection.cc', | 687 'browser/indexed_db/indexed_db_pending_connection.cc', |
| 688 'browser/indexed_db/indexed_db_pending_connection.h', | 688 'browser/indexed_db/indexed_db_pending_connection.h', |
| 689 'browser/indexed_db/indexed_db_quota_client.cc', | 689 'browser/indexed_db/indexed_db_quota_client.cc', |
| 690 'browser/indexed_db/indexed_db_quota_client.h', | 690 'browser/indexed_db/indexed_db_quota_client.h', |
| 691 'browser/indexed_db/indexed_db_transaction.cc', | 691 'browser/indexed_db/indexed_db_transaction.cc', |
| 692 'browser/indexed_db/indexed_db_transaction.h', | 692 'browser/indexed_db/indexed_db_transaction.h', |
| 693 'browser/indexed_db/indexed_db_transaction_coordinator.cc', | 693 'browser/indexed_db/indexed_db_transaction_coordinator.cc', |
| 694 'browser/indexed_db/indexed_db_transaction_coordinator.h', | 694 'browser/indexed_db/indexed_db_transaction_coordinator.h', |
| 695 'browser/indexed_db/indexed_db_value.h', |
| 696 'browser/indexed_db/indexed_db_value.cc', |
| 695 'browser/indexed_db/leveldb/leveldb_comparator.h', | 697 'browser/indexed_db/leveldb/leveldb_comparator.h', |
| 696 'browser/indexed_db/leveldb/leveldb_database.cc', | 698 'browser/indexed_db/leveldb/leveldb_database.cc', |
| 697 'browser/indexed_db/leveldb/leveldb_database.h', | 699 'browser/indexed_db/leveldb/leveldb_database.h', |
| 698 'browser/indexed_db/leveldb/leveldb_iterator.h', | 700 'browser/indexed_db/leveldb/leveldb_iterator.h', |
| 699 'browser/indexed_db/leveldb/leveldb_transaction.cc', | 701 'browser/indexed_db/leveldb/leveldb_transaction.cc', |
| 700 'browser/indexed_db/leveldb/leveldb_transaction.h', | 702 'browser/indexed_db/leveldb/leveldb_transaction.h', |
| 701 'browser/indexed_db/leveldb/leveldb_write_batch.cc', | 703 'browser/indexed_db/leveldb/leveldb_write_batch.cc', |
| 702 'browser/indexed_db/leveldb/leveldb_write_batch.h', | 704 'browser/indexed_db/leveldb/leveldb_write_batch.h', |
| 703 'browser/loader/async_resource_handler.cc', | 705 'browser/loader/async_resource_handler.cc', |
| 704 'browser/loader/async_resource_handler.h', | 706 'browser/loader/async_resource_handler.h', |
| (...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 '../build/linux/system.gyp:dbus', | 1723 '../build/linux/system.gyp:dbus', |
| 1722 '../dbus/dbus.gyp:dbus', | 1724 '../dbus/dbus.gyp:dbus', |
| 1723 ], | 1725 ], |
| 1724 }, { # OS != "linux" or use_dbus==0 | 1726 }, { # OS != "linux" or use_dbus==0 |
| 1725 'sources!': [ | 1727 'sources!': [ |
| 1726 'browser/geolocation/wifi_data_provider_linux.cc', | 1728 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1727 ], | 1729 ], |
| 1728 }], | 1730 }], |
| 1729 ], | 1731 ], |
| 1730 } | 1732 } |
| OLD | NEW |