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

Side by Side Diff: content/content_browser.gypi

Issue 18414007: Remove unused WEBKIT_DEPRECATED thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'browser/histogram_message_filter.h', 551 'browser/histogram_message_filter.h',
552 'browser/histogram_subscriber.h', 552 'browser/histogram_subscriber.h',
553 'browser/histogram_synchronizer.cc', 553 'browser/histogram_synchronizer.cc',
554 'browser/histogram_synchronizer.h', 554 'browser/histogram_synchronizer.h',
555 'browser/host_zoom_map_impl.cc', 555 'browser/host_zoom_map_impl.cc',
556 'browser/host_zoom_map_impl.h', 556 'browser/host_zoom_map_impl.h',
557 'browser/hyphenator/hyphenator_message_filter.cc', 557 'browser/hyphenator/hyphenator_message_filter.cc',
558 'browser/hyphenator/hyphenator_message_filter.h', 558 'browser/hyphenator/hyphenator_message_filter.h',
559 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 559 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
560 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 560 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
561 'browser/in_process_webkit/webkit_thread.cc',
562 'browser/in_process_webkit/webkit_thread.h',
563 'browser/indexed_db/indexed_db.h', 561 'browser/indexed_db/indexed_db.h',
564 'browser/indexed_db/indexed_db_backing_store.cc', 562 'browser/indexed_db/indexed_db_backing_store.cc',
565 'browser/indexed_db/indexed_db_backing_store.h', 563 'browser/indexed_db/indexed_db_backing_store.h',
566 'browser/indexed_db/indexed_db_callbacks.cc', 564 'browser/indexed_db/indexed_db_callbacks.cc',
567 'browser/indexed_db/indexed_db_callbacks.h', 565 'browser/indexed_db/indexed_db_callbacks.h',
568 'browser/indexed_db/indexed_db_connection.cc', 566 'browser/indexed_db/indexed_db_connection.cc',
569 'browser/indexed_db/indexed_db_connection.h', 567 'browser/indexed_db/indexed_db_connection.h',
570 'browser/indexed_db/indexed_db_context_impl.cc', 568 'browser/indexed_db/indexed_db_context_impl.cc',
571 'browser/indexed_db/indexed_db_context_impl.h', 569 'browser/indexed_db/indexed_db_context_impl.h',
572 'browser/indexed_db/indexed_db_cursor.cc', 570 'browser/indexed_db/indexed_db_cursor.cc',
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 '../third_party/speex/speex.gyp:libspeex', 1462 '../third_party/speex/speex.gyp:libspeex',
1465 ], 1463 ],
1466 }], 1464 }],
1467 ['linux_use_libgps==1', { 1465 ['linux_use_libgps==1', {
1468 'dependencies': [ 1466 'dependencies': [
1469 '../build/linux/system.gyp:libgps', 1467 '../build/linux/system.gyp:libgps',
1470 ], 1468 ],
1471 }], 1469 }],
1472 ], 1470 ],
1473 } 1471 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698