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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 'browser/history/android/sqlite_cursor.cc', | 736 'browser/history/android/sqlite_cursor.cc', |
737 'browser/history/android/sqlite_cursor.h', | 737 'browser/history/android/sqlite_cursor.h', |
738 'browser/history/android/urls_sql_handler.cc', | 738 'browser/history/android/urls_sql_handler.cc', |
739 'browser/history/android/urls_sql_handler.h', | 739 'browser/history/android/urls_sql_handler.h', |
740 'browser/history/android/visit_sql_handler.cc', | 740 'browser/history/android/visit_sql_handler.cc', |
741 'browser/history/android/visit_sql_handler.h', | 741 'browser/history/android/visit_sql_handler.h', |
742 'browser/history/archived_database.cc', | 742 'browser/history/archived_database.cc', |
743 'browser/history/archived_database.h', | 743 'browser/history/archived_database.h', |
744 'browser/history/download_database.cc', | 744 'browser/history/download_database.cc', |
745 'browser/history/download_database.h', | 745 'browser/history/download_database.h', |
| 746 'browser/history/download_persistent_store_info.cc', |
| 747 'browser/history/download_persistent_store_info.h', |
746 'browser/history/expire_history_backend.cc', | 748 'browser/history/expire_history_backend.cc', |
747 'browser/history/expire_history_backend.h', | 749 'browser/history/expire_history_backend.h', |
748 'browser/history/history.cc', | 750 'browser/history/history.cc', |
749 'browser/history/history.h', | 751 'browser/history/history.h', |
750 'browser/history/history_backend.cc', | 752 'browser/history/history_backend.cc', |
751 'browser/history/history_backend.h', | 753 'browser/history/history_backend.h', |
752 'browser/history/history_backend_android.cc', | 754 'browser/history/history_backend_android.cc', |
753 'browser/history/history_database.cc', | 755 'browser/history/history_database.cc', |
754 'browser/history/history_database.h', | 756 'browser/history/history_database.h', |
755 'browser/history/history_marshaling.h', | 757 'browser/history/history_marshaling.h', |
(...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2828 'variables': { | 2830 'variables': { |
2829 'jni_gen_dir': 'chrome', | 2831 'jni_gen_dir': 'chrome', |
2830 }, | 2832 }, |
2831 'includes': [ '../build/jni_generator.gypi' ], | 2833 'includes': [ '../build/jni_generator.gypi' ], |
2832 }, | 2834 }, |
2833 ], | 2835 ], |
2834 }, | 2836 }, |
2835 ], | 2837 ], |
2836 ], | 2838 ], |
2837 } | 2839 } |
OLD | NEW |