| 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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'browser/history/android/favicon_sql_handler.cc', | 771 'browser/history/android/favicon_sql_handler.cc', |
| 772 'browser/history/android/favicon_sql_handler.h', | 772 'browser/history/android/favicon_sql_handler.h', |
| 773 'browser/history/android/sql_handler.cc', | 773 'browser/history/android/sql_handler.cc', |
| 774 'browser/history/android/sql_handler.h', | 774 'browser/history/android/sql_handler.h', |
| 775 'browser/history/android/sqlite_cursor.cc', | 775 'browser/history/android/sqlite_cursor.cc', |
| 776 'browser/history/android/sqlite_cursor.h', | 776 'browser/history/android/sqlite_cursor.h', |
| 777 'browser/history/android/urls_sql_handler.cc', | 777 'browser/history/android/urls_sql_handler.cc', |
| 778 'browser/history/android/urls_sql_handler.h', | 778 'browser/history/android/urls_sql_handler.h', |
| 779 'browser/history/android/visit_sql_handler.cc', | 779 'browser/history/android/visit_sql_handler.cc', |
| 780 'browser/history/android/visit_sql_handler.h', | 780 'browser/history/android/visit_sql_handler.h', |
| 781 'browser/history/archived_database.cc', | |
| 782 'browser/history/archived_database.h', | |
| 783 'browser/history/chrome_history_client.cc', | 781 'browser/history/chrome_history_client.cc', |
| 784 'browser/history/chrome_history_client.h', | 782 'browser/history/chrome_history_client.h', |
| 785 'browser/history/chrome_history_client_factory.cc', | 783 'browser/history/chrome_history_client_factory.cc', |
| 786 'browser/history/chrome_history_client_factory.h', | 784 'browser/history/chrome_history_client_factory.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', |
| (...skipping 2980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3773 'package_name': 'org/chromium/chrome/browser', | 3771 'package_name': 'org/chromium/chrome/browser', |
| 3774 'template_deps': ['browser/android/tab_load_status.h'], | 3772 'template_deps': ['browser/android/tab_load_status.h'], |
| 3775 }, | 3773 }, |
| 3776 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3774 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3777 }, | 3775 }, |
| 3778 ], | 3776 ], |
| 3779 }, | 3777 }, |
| 3780 ], | 3778 ], |
| 3781 ], | 3779 ], |
| 3782 } | 3780 } |
| OLD | NEW |