| 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 '../third_party/re2/re2.gyp:re2', | 7 '../third_party/re2/re2.gyp:re2', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
| (...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 'browser/indexed_db/indexed_db_factory.cc', | 662 'browser/indexed_db/indexed_db_factory.cc', |
| 663 'browser/indexed_db/indexed_db_factory.h', | 663 'browser/indexed_db/indexed_db_factory.h', |
| 664 'browser/indexed_db/indexed_db_index_writer.cc', | 664 'browser/indexed_db/indexed_db_index_writer.cc', |
| 665 'browser/indexed_db/indexed_db_index_writer.h', | 665 'browser/indexed_db/indexed_db_index_writer.h', |
| 666 'browser/indexed_db/indexed_db_internals_ui.cc', | 666 'browser/indexed_db/indexed_db_internals_ui.cc', |
| 667 'browser/indexed_db/indexed_db_internals_ui.h', | 667 'browser/indexed_db/indexed_db_internals_ui.h', |
| 668 'browser/indexed_db/indexed_db_leveldb_coding.cc', | 668 'browser/indexed_db/indexed_db_leveldb_coding.cc', |
| 669 'browser/indexed_db/indexed_db_leveldb_coding.h', | 669 'browser/indexed_db/indexed_db_leveldb_coding.h', |
| 670 'browser/indexed_db/indexed_db_metadata.cc', | 670 'browser/indexed_db/indexed_db_metadata.cc', |
| 671 'browser/indexed_db/indexed_db_metadata.h', | 671 'browser/indexed_db/indexed_db_metadata.h', |
| 672 'browser/indexed_db/indexed_db_pending_connection.cc', |
| 673 'browser/indexed_db/indexed_db_pending_connection.h', |
| 672 'browser/indexed_db/indexed_db_quota_client.cc', | 674 'browser/indexed_db/indexed_db_quota_client.cc', |
| 673 'browser/indexed_db/indexed_db_quota_client.h', | 675 'browser/indexed_db/indexed_db_quota_client.h', |
| 674 'browser/indexed_db/indexed_db_transaction.cc', | 676 'browser/indexed_db/indexed_db_transaction.cc', |
| 675 'browser/indexed_db/indexed_db_transaction.h', | 677 'browser/indexed_db/indexed_db_transaction.h', |
| 676 'browser/indexed_db/indexed_db_transaction_coordinator.cc', | 678 'browser/indexed_db/indexed_db_transaction_coordinator.cc', |
| 677 'browser/indexed_db/indexed_db_transaction_coordinator.h', | 679 'browser/indexed_db/indexed_db_transaction_coordinator.h', |
| 678 'browser/indexed_db/leveldb/leveldb_comparator.h', | 680 'browser/indexed_db/leveldb/leveldb_comparator.h', |
| 679 'browser/indexed_db/leveldb/leveldb_database.cc', | 681 'browser/indexed_db/leveldb/leveldb_database.cc', |
| 680 'browser/indexed_db/leveldb/leveldb_database.h', | 682 'browser/indexed_db/leveldb/leveldb_database.h', |
| 681 'browser/indexed_db/leveldb/leveldb_iterator.h', | 683 'browser/indexed_db/leveldb/leveldb_iterator.h', |
| (...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1685 '../build/linux/system.gyp:dbus', | 1687 '../build/linux/system.gyp:dbus', |
| 1686 '../dbus/dbus.gyp:dbus', | 1688 '../dbus/dbus.gyp:dbus', |
| 1687 ], | 1689 ], |
| 1688 }, { # OS != "linux" or use_dbus==0 | 1690 }, { # OS != "linux" or use_dbus==0 |
| 1689 'sources!': [ | 1691 'sources!': [ |
| 1690 'browser/geolocation/wifi_data_provider_linux.cc', | 1692 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1691 ], | 1693 ], |
| 1692 }], | 1694 }], |
| 1693 ], | 1695 ], |
| 1694 } | 1696 } |
| OLD | NEW |