| 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'browser/histogram_internals_request_job.cc', | 651 'browser/histogram_internals_request_job.cc', |
| 652 'browser/histogram_internals_request_job.h', | 652 'browser/histogram_internals_request_job.h', |
| 653 'browser/histogram_message_filter.cc', | 653 'browser/histogram_message_filter.cc', |
| 654 'browser/histogram_message_filter.h', | 654 'browser/histogram_message_filter.h', |
| 655 'browser/histogram_subscriber.h', | 655 'browser/histogram_subscriber.h', |
| 656 'browser/histogram_synchronizer.cc', | 656 'browser/histogram_synchronizer.cc', |
| 657 'browser/histogram_synchronizer.h', | 657 'browser/histogram_synchronizer.h', |
| 658 'browser/host_zoom_map_impl.cc', | 658 'browser/host_zoom_map_impl.cc', |
| 659 'browser/host_zoom_map_impl.h', | 659 'browser/host_zoom_map_impl.h', |
| 660 'browser/indexed_db/indexed_db.h', | 660 'browser/indexed_db/indexed_db.h', |
| 661 'browser/indexed_db/indexed_db_active_blob_registry.cc', |
| 662 'browser/indexed_db/indexed_db_active_blob_registry.h', |
| 661 'browser/indexed_db/indexed_db_backing_store.cc', | 663 'browser/indexed_db/indexed_db_backing_store.cc', |
| 662 'browser/indexed_db/indexed_db_backing_store.h', | 664 'browser/indexed_db/indexed_db_backing_store.h', |
| 663 'browser/indexed_db/indexed_db_blob_info.cc', | 665 'browser/indexed_db/indexed_db_blob_info.cc', |
| 664 'browser/indexed_db/indexed_db_blob_info.h', | 666 'browser/indexed_db/indexed_db_blob_info.h', |
| 665 'browser/indexed_db/indexed_db_callbacks.cc', | 667 'browser/indexed_db/indexed_db_callbacks.cc', |
| 666 'browser/indexed_db/indexed_db_callbacks.h', | 668 'browser/indexed_db/indexed_db_callbacks.h', |
| 667 'browser/indexed_db/indexed_db_connection.cc', | 669 'browser/indexed_db/indexed_db_connection.cc', |
| 668 'browser/indexed_db/indexed_db_connection.h', | 670 'browser/indexed_db/indexed_db_connection.h', |
| 669 'browser/indexed_db/indexed_db_context_impl.cc', | 671 'browser/indexed_db/indexed_db_context_impl.cc', |
| 670 'browser/indexed_db/indexed_db_context_impl.h', | 672 'browser/indexed_db/indexed_db_context_impl.h', |
| (...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 '../build/linux/system.gyp:dbus', | 1752 '../build/linux/system.gyp:dbus', |
| 1751 '../dbus/dbus.gyp:dbus', | 1753 '../dbus/dbus.gyp:dbus', |
| 1752 ], | 1754 ], |
| 1753 }, { # OS != "linux" or use_dbus==0 | 1755 }, { # OS != "linux" or use_dbus==0 |
| 1754 'sources!': [ | 1756 'sources!': [ |
| 1755 'browser/geolocation/wifi_data_provider_linux.cc', | 1757 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1756 ], | 1758 ], |
| 1757 }], | 1759 }], |
| 1758 ], | 1760 ], |
| 1759 } | 1761 } |
| OLD | NEW |