Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Side by Side Diff: content/content_browser.gypi

Issue 17518004: Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing files Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698