| 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 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1208 'browser/history/android/sql_handler.cc', | 1208 'browser/history/android/sql_handler.cc', |
| 1209 'browser/history/android/sql_handler.h', | 1209 'browser/history/android/sql_handler.h', |
| 1210 'browser/history/android/urls_sql_handler.cc', | 1210 'browser/history/android/urls_sql_handler.cc', |
| 1211 'browser/history/android/urls_sql_handler.h', | 1211 'browser/history/android/urls_sql_handler.h', |
| 1212 'browser/history/android/visit_sql_handler.cc', | 1212 'browser/history/android/visit_sql_handler.cc', |
| 1213 'browser/history/android/visit_sql_handler.h', | 1213 'browser/history/android/visit_sql_handler.h', |
| 1214 'browser/history/archived_database.cc', | 1214 'browser/history/archived_database.cc', |
| 1215 'browser/history/archived_database.h', | 1215 'browser/history/archived_database.h', |
| 1216 'browser/history/download_database.cc', | 1216 'browser/history/download_database.cc', |
| 1217 'browser/history/download_database.h', | 1217 'browser/history/download_database.h', |
| 1218 'browser/history/download_persistent_store_info.cc', |
| 1219 'browser/history/download_persistent_store_info.h', |
| 1218 'browser/history/expire_history_backend.cc', | 1220 'browser/history/expire_history_backend.cc', |
| 1219 'browser/history/expire_history_backend.h', | 1221 'browser/history/expire_history_backend.h', |
| 1220 'browser/history/history.cc', | 1222 'browser/history/history.cc', |
| 1221 'browser/history/history.h', | 1223 'browser/history/history.h', |
| 1222 'browser/history/history_backend.cc', | 1224 'browser/history/history_backend.cc', |
| 1223 'browser/history/history_backend.h', | 1225 'browser/history/history_backend.h', |
| 1224 'browser/history/history_backend_android.cc', | 1226 'browser/history/history_backend_android.cc', |
| 1225 'browser/history/history_database.cc', | 1227 'browser/history/history_database.cc', |
| 1226 'browser/history/history_database.h', | 1228 'browser/history/history_database.h', |
| 1227 'browser/history/history_marshaling.h', | 1229 'browser/history/history_marshaling.h', |
| (...skipping 4423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5651 'includes': [ '../build/jni_generator.gypi' ], | 5653 'includes': [ '../build/jni_generator.gypi' ], |
| 5652 'dependencies': [ | 5654 'dependencies': [ |
| 5653 'android_jar_jni_headers', | 5655 'android_jar_jni_headers', |
| 5654 ], | 5656 ], |
| 5655 }, | 5657 }, |
| 5656 ], | 5658 ], |
| 5657 }, | 5659 }, |
| 5658 ], | 5660 ], |
| 5659 ], | 5661 ], |
| 5660 } | 5662 } |
| OLD | NEW |