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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 'browser/indexed_db/indexed_db_index_writer.cc', | 575 'browser/indexed_db/indexed_db_index_writer.cc', |
576 'browser/indexed_db/indexed_db_index_writer.h', | 576 'browser/indexed_db/indexed_db_index_writer.h', |
577 'browser/indexed_db/indexed_db_internals_ui.cc', | 577 'browser/indexed_db/indexed_db_internals_ui.cc', |
578 'browser/indexed_db/indexed_db_internals_ui.h', | 578 'browser/indexed_db/indexed_db_internals_ui.h', |
579 'browser/indexed_db/indexed_db_leveldb_coding.cc', | 579 'browser/indexed_db/indexed_db_leveldb_coding.cc', |
580 'browser/indexed_db/indexed_db_leveldb_coding.h', | 580 'browser/indexed_db/indexed_db_leveldb_coding.h', |
581 'browser/indexed_db/indexed_db_metadata.cc', | 581 'browser/indexed_db/indexed_db_metadata.cc', |
582 'browser/indexed_db/indexed_db_metadata.h', | 582 'browser/indexed_db/indexed_db_metadata.h', |
583 'browser/indexed_db/indexed_db_quota_client.cc', | 583 'browser/indexed_db/indexed_db_quota_client.cc', |
584 'browser/indexed_db/indexed_db_quota_client.h', | 584 'browser/indexed_db/indexed_db_quota_client.h', |
| 585 'browser/indexed_db/indexed_db_thread.cc', |
| 586 'browser/indexed_db/indexed_db_thread.h', |
585 'browser/indexed_db/indexed_db_transaction.cc', | 587 'browser/indexed_db/indexed_db_transaction.cc', |
586 'browser/indexed_db/indexed_db_transaction.h', | 588 'browser/indexed_db/indexed_db_transaction.h', |
587 'browser/indexed_db/indexed_db_transaction_coordinator.cc', | 589 'browser/indexed_db/indexed_db_transaction_coordinator.cc', |
588 'browser/indexed_db/indexed_db_transaction_coordinator.h', | 590 'browser/indexed_db/indexed_db_transaction_coordinator.h', |
589 'browser/indexed_db/leveldb/avltree.h', | 591 'browser/indexed_db/leveldb/avltree.h', |
590 'browser/indexed_db/leveldb/fixed_array.h', | 592 'browser/indexed_db/leveldb/fixed_array.h', |
591 'browser/indexed_db/leveldb/leveldb_comparator.h', | 593 'browser/indexed_db/leveldb/leveldb_comparator.h', |
592 'browser/indexed_db/leveldb/leveldb_database.cc', | 594 'browser/indexed_db/leveldb/leveldb_database.cc', |
593 'browser/indexed_db/leveldb/leveldb_database.h', | 595 'browser/indexed_db/leveldb/leveldb_database.h', |
594 'browser/indexed_db/leveldb/leveldb_iterator.h', | 596 'browser/indexed_db/leveldb/leveldb_iterator.h', |
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1437 '../third_party/speex/speex.gyp:libspeex', | 1439 '../third_party/speex/speex.gyp:libspeex', |
1438 ], | 1440 ], |
1439 }], | 1441 }], |
1440 ['linux_use_libgps==1', { | 1442 ['linux_use_libgps==1', { |
1441 'dependencies': [ | 1443 'dependencies': [ |
1442 '../build/linux/system.gyp:libgps', | 1444 '../build/linux/system.gyp:libgps', |
1443 ], | 1445 ], |
1444 }], | 1446 }], |
1445 ], | 1447 ], |
1446 } | 1448 } |
OLD | NEW |