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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'browser/history/android/sqlite_cursor.cc', | 698 'browser/history/android/sqlite_cursor.cc', |
699 'browser/history/android/sqlite_cursor.h', | 699 'browser/history/android/sqlite_cursor.h', |
700 'browser/history/android/urls_sql_handler.cc', | 700 'browser/history/android/urls_sql_handler.cc', |
701 'browser/history/android/urls_sql_handler.h', | 701 'browser/history/android/urls_sql_handler.h', |
702 'browser/history/android/visit_sql_handler.cc', | 702 'browser/history/android/visit_sql_handler.cc', |
703 'browser/history/android/visit_sql_handler.h', | 703 'browser/history/android/visit_sql_handler.h', |
704 'browser/history/archived_database.cc', | 704 'browser/history/archived_database.cc', |
705 'browser/history/archived_database.h', | 705 'browser/history/archived_database.h', |
706 'browser/history/download_database.cc', | 706 'browser/history/download_database.cc', |
707 'browser/history/download_database.h', | 707 'browser/history/download_database.h', |
| 708 'browser/history/download_persistent_store_info.cc', |
| 709 'browser/history/download_persistent_store_info.h', |
708 'browser/history/expire_history_backend.cc', | 710 'browser/history/expire_history_backend.cc', |
709 'browser/history/expire_history_backend.h', | 711 'browser/history/expire_history_backend.h', |
710 'browser/history/history.cc', | 712 'browser/history/history.cc', |
711 'browser/history/history.h', | 713 'browser/history/history.h', |
712 'browser/history/history_backend.cc', | 714 'browser/history/history_backend.cc', |
713 'browser/history/history_backend.h', | 715 'browser/history/history_backend.h', |
714 'browser/history/history_backend_android.cc', | 716 'browser/history/history_backend_android.cc', |
715 'browser/history/history_database.cc', | 717 'browser/history/history_database.cc', |
716 'browser/history/history_database.h', | 718 'browser/history/history_database.h', |
717 'browser/history/history_marshaling.h', | 719 'browser/history/history_marshaling.h', |
(...skipping 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2782 'includes': [ '../build/jni_generator.gypi' ], | 2784 'includes': [ '../build/jni_generator.gypi' ], |
2783 'dependencies': [ | 2785 'dependencies': [ |
2784 'android_jar_jni_headers', | 2786 'android_jar_jni_headers', |
2785 ], | 2787 ], |
2786 }, | 2788 }, |
2787 ], | 2789 ], |
2788 }, | 2790 }, |
2789 ], | 2791 ], |
2790 ], | 2792 ], |
2791 } | 2793 } |
OLD | NEW |