| 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 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1259 'browser/history/scored_history_match.cc', | 1259 'browser/history/scored_history_match.cc', |
| 1260 'browser/history/scored_history_match.h', | 1260 'browser/history/scored_history_match.h', |
| 1261 'browser/history/snippet.cc', | 1261 'browser/history/snippet.cc', |
| 1262 'browser/history/snippet.h', | 1262 'browser/history/snippet.h', |
| 1263 'browser/history/shortcuts_backend.cc', | 1263 'browser/history/shortcuts_backend.cc', |
| 1264 'browser/history/shortcuts_backend.h', | 1264 'browser/history/shortcuts_backend.h', |
| 1265 'browser/history/shortcuts_backend_factory.cc', | 1265 'browser/history/shortcuts_backend_factory.cc', |
| 1266 'browser/history/shortcuts_backend_factory.h', | 1266 'browser/history/shortcuts_backend_factory.h', |
| 1267 'browser/history/shortcuts_database.cc', | 1267 'browser/history/shortcuts_database.cc', |
| 1268 'browser/history/shortcuts_database.h', | 1268 'browser/history/shortcuts_database.h', |
| 1269 'browser/history/starred_url_database.cc', | |
| 1270 'browser/history/starred_url_database.h', | |
| 1271 'browser/history/text_database.cc', | 1269 'browser/history/text_database.cc', |
| 1272 'browser/history/text_database.h', | 1270 'browser/history/text_database.h', |
| 1273 'browser/history/text_database_manager.cc', | 1271 'browser/history/text_database_manager.cc', |
| 1274 'browser/history/text_database_manager.h', | 1272 'browser/history/text_database_manager.h', |
| 1275 'browser/history/thumbnail_database.cc', | 1273 'browser/history/thumbnail_database.cc', |
| 1276 'browser/history/thumbnail_database.h', | 1274 'browser/history/thumbnail_database.h', |
| 1277 'browser/history/top_sites.cc', | 1275 'browser/history/top_sites.cc', |
| 1278 'browser/history/top_sites.h', | 1276 'browser/history/top_sites.h', |
| 1279 'browser/history/top_sites_backend.cc', | 1277 'browser/history/top_sites_backend.cc', |
| 1280 'browser/history/top_sites_backend.h', | 1278 'browser/history/top_sites_backend.h', |
| (...skipping 4366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5647 'includes': [ '../build/jni_generator.gypi' ], | 5645 'includes': [ '../build/jni_generator.gypi' ], |
| 5648 'dependencies': [ | 5646 'dependencies': [ |
| 5649 'android_jar_jni_headers', | 5647 'android_jar_jni_headers', |
| 5650 ], | 5648 ], |
| 5651 }, | 5649 }, |
| 5652 ], | 5650 ], |
| 5653 }, | 5651 }, |
| 5654 ], | 5652 ], |
| 5655 ], | 5653 ], |
| 5656 } | 5654 } |
| OLD | NEW |