OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 'browser/history/android/favicon_sql_handler.cc', | 775 'browser/history/android/favicon_sql_handler.cc', |
776 'browser/history/android/favicon_sql_handler.h', | 776 'browser/history/android/favicon_sql_handler.h', |
777 'browser/history/android/sql_handler.cc', | 777 'browser/history/android/sql_handler.cc', |
778 'browser/history/android/sql_handler.h', | 778 'browser/history/android/sql_handler.h', |
779 'browser/history/android/sqlite_cursor.cc', | 779 'browser/history/android/sqlite_cursor.cc', |
780 'browser/history/android/sqlite_cursor.h', | 780 'browser/history/android/sqlite_cursor.h', |
781 'browser/history/android/urls_sql_handler.cc', | 781 'browser/history/android/urls_sql_handler.cc', |
782 'browser/history/android/urls_sql_handler.h', | 782 'browser/history/android/urls_sql_handler.h', |
783 'browser/history/android/visit_sql_handler.cc', | 783 'browser/history/android/visit_sql_handler.cc', |
784 'browser/history/android/visit_sql_handler.h', | 784 'browser/history/android/visit_sql_handler.h', |
785 'browser/history/archived_database.cc', | |
786 'browser/history/archived_database.h', | |
787 'browser/history/delete_directive_handler.cc', | 785 'browser/history/delete_directive_handler.cc', |
788 'browser/history/delete_directive_handler.h', | 786 'browser/history/delete_directive_handler.h', |
789 'browser/history/download_database.cc', | 787 'browser/history/download_database.cc', |
790 'browser/history/download_database.h', | 788 'browser/history/download_database.h', |
791 'browser/history/download_row.cc', | 789 'browser/history/download_row.cc', |
792 'browser/history/download_row.h', | 790 'browser/history/download_row.h', |
793 'browser/history/expire_history_backend.cc', | 791 'browser/history/expire_history_backend.cc', |
794 'browser/history/expire_history_backend.h', | 792 'browser/history/expire_history_backend.h', |
795 'browser/history/history_backend.cc', | 793 'browser/history/history_backend.cc', |
796 'browser/history/history_backend.h', | 794 'browser/history/history_backend.h', |
(...skipping 2997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3794 'package_name': 'org/chromium/chrome/browser', | 3792 'package_name': 'org/chromium/chrome/browser', |
3795 'template_deps': ['browser/android/tab_load_status.h'], | 3793 'template_deps': ['browser/android/tab_load_status.h'], |
3796 }, | 3794 }, |
3797 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3795 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3798 }, | 3796 }, |
3799 ], | 3797 ], |
3800 }, | 3798 }, |
3801 ], | 3799 ], |
3802 ], | 3800 ], |
3803 } | 3801 } |
OLD | NEW |