OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
765 'browser/history/android/sqlite_cursor.cc', | 765 'browser/history/android/sqlite_cursor.cc', |
766 'browser/history/android/sqlite_cursor.h', | 766 'browser/history/android/sqlite_cursor.h', |
767 'browser/history/android/urls_sql_handler.cc', | 767 'browser/history/android/urls_sql_handler.cc', |
768 'browser/history/android/urls_sql_handler.h', | 768 'browser/history/android/urls_sql_handler.h', |
769 'browser/history/android/visit_sql_handler.cc', | 769 'browser/history/android/visit_sql_handler.cc', |
770 'browser/history/android/visit_sql_handler.h', | 770 'browser/history/android/visit_sql_handler.h', |
771 'browser/history/archived_database.cc', | 771 'browser/history/archived_database.cc', |
772 'browser/history/archived_database.h', | 772 'browser/history/archived_database.h', |
773 'browser/history/download_database.cc', | 773 'browser/history/download_database.cc', |
774 'browser/history/download_database.h', | 774 'browser/history/download_database.h', |
| 775 'browser/history/download_persistent_store_info.cc', |
| 776 'browser/history/download_persistent_store_info.h', |
775 'browser/history/expire_history_backend.cc', | 777 'browser/history/expire_history_backend.cc', |
776 'browser/history/expire_history_backend.h', | 778 'browser/history/expire_history_backend.h', |
777 'browser/history/history.cc', | 779 'browser/history/history.cc', |
778 'browser/history/history.h', | 780 'browser/history/history.h', |
779 'browser/history/history_backend.cc', | 781 'browser/history/history_backend.cc', |
780 'browser/history/history_backend.h', | 782 'browser/history/history_backend.h', |
781 'browser/history/history_backend_android.cc', | 783 'browser/history/history_backend_android.cc', |
782 'browser/history/history_database.cc', | 784 'browser/history/history_database.cc', |
783 'browser/history/history_database.h', | 785 'browser/history/history_database.h', |
784 'browser/history/history_marshaling.h', | 786 'browser/history/history_marshaling.h', |
(...skipping 2189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2974 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2976 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2977 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2976 }, | 2978 }, |
2977 'includes': ['../build/protoc.gypi'], | 2979 'includes': ['../build/protoc.gypi'], |
2978 }, | 2980 }, |
2979 ], | 2981 ], |
2980 }, | 2982 }, |
2981 ], | 2983 ], |
2982 ], | 2984 ], |
2983 } | 2985 } |
OLD | NEW |