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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |