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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 'browser/history/android/sqlite_cursor.cc', | 737 'browser/history/android/sqlite_cursor.cc', |
738 'browser/history/android/sqlite_cursor.h', | 738 'browser/history/android/sqlite_cursor.h', |
739 'browser/history/android/urls_sql_handler.cc', | 739 'browser/history/android/urls_sql_handler.cc', |
740 'browser/history/android/urls_sql_handler.h', | 740 'browser/history/android/urls_sql_handler.h', |
741 'browser/history/android/visit_sql_handler.cc', | 741 'browser/history/android/visit_sql_handler.cc', |
742 'browser/history/android/visit_sql_handler.h', | 742 'browser/history/android/visit_sql_handler.h', |
743 'browser/history/archived_database.cc', | 743 'browser/history/archived_database.cc', |
744 'browser/history/archived_database.h', | 744 'browser/history/archived_database.h', |
745 'browser/history/download_database.cc', | 745 'browser/history/download_database.cc', |
746 'browser/history/download_database.h', | 746 'browser/history/download_database.h', |
| 747 'browser/history/download_persistent_store_info.cc', |
| 748 'browser/history/download_persistent_store_info.h', |
747 'browser/history/expire_history_backend.cc', | 749 'browser/history/expire_history_backend.cc', |
748 'browser/history/expire_history_backend.h', | 750 'browser/history/expire_history_backend.h', |
749 'browser/history/history.cc', | 751 'browser/history/history.cc', |
750 'browser/history/history.h', | 752 'browser/history/history.h', |
751 'browser/history/history_backend.cc', | 753 'browser/history/history_backend.cc', |
752 'browser/history/history_backend.h', | 754 'browser/history/history_backend.h', |
753 'browser/history/history_backend_android.cc', | 755 'browser/history/history_backend_android.cc', |
754 'browser/history/history_database.cc', | 756 'browser/history/history_database.cc', |
755 'browser/history/history_database.h', | 757 'browser/history/history_database.h', |
756 'browser/history/history_marshaling.h', | 758 'browser/history/history_marshaling.h', |
(...skipping 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2836 'includes': [ '../build/jni_generator.gypi' ], | 2838 'includes': [ '../build/jni_generator.gypi' ], |
2837 'dependencies': [ | 2839 'dependencies': [ |
2838 'android_jar_jni_headers', | 2840 'android_jar_jni_headers', |
2839 ], | 2841 ], |
2840 }, | 2842 }, |
2841 ], | 2843 ], |
2842 }, | 2844 }, |
2843 ], | 2845 ], |
2844 ], | 2846 ], |
2845 } | 2847 } |
OLD | NEW |