| 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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1211 'browser/history/history_service_factory.cc', | 1211 'browser/history/history_service_factory.cc', |
| 1212 'browser/history/history_service_factory.h', | 1212 'browser/history/history_service_factory.h', |
| 1213 'browser/history/history_tab_helper.cc', | 1213 'browser/history/history_tab_helper.cc', |
| 1214 'browser/history/history_tab_helper.h', | 1214 'browser/history/history_tab_helper.h', |
| 1215 'browser/history/history_types.cc', | 1215 'browser/history/history_types.cc', |
| 1216 'browser/history/history_types.h', | 1216 'browser/history/history_types.h', |
| 1217 'browser/history/in_memory_database.cc', | 1217 'browser/history/in_memory_database.cc', |
| 1218 'browser/history/in_memory_database.h', | 1218 'browser/history/in_memory_database.h', |
| 1219 'browser/history/in_memory_history_backend.cc', | 1219 'browser/history/in_memory_history_backend.cc', |
| 1220 'browser/history/in_memory_history_backend.h', | 1220 'browser/history/in_memory_history_backend.h', |
| 1221 'browser/history/in_memory_url_cache_database.cc', |
| 1222 'browser/history/in_memory_url_cache_database.h', |
| 1221 'browser/history/in_memory_url_index.cc', | 1223 'browser/history/in_memory_url_index.cc', |
| 1222 'browser/history/in_memory_url_index.h', | 1224 'browser/history/in_memory_url_index.h', |
| 1223 'browser/history/in_memory_url_index_types.cc', | 1225 'browser/history/in_memory_url_index_types.cc', |
| 1224 'browser/history/in_memory_url_index_types.h', | 1226 'browser/history/in_memory_url_index_types.h', |
| 1225 'browser/history/page_usage_data.cc', | 1227 'browser/history/page_usage_data.cc', |
| 1226 'browser/history/page_usage_data.h', | 1228 'browser/history/page_usage_data.h', |
| 1227 'browser/history/query_parser.cc', | 1229 'browser/history/query_parser.cc', |
| 1228 'browser/history/query_parser.h', | 1230 'browser/history/query_parser.h', |
| 1229 'browser/history/scored_history_match.cc', | 1231 'browser/history/scored_history_match.cc', |
| 1230 'browser/history/scored_history_match.h', | 1232 'browser/history/scored_history_match.h', |
| (...skipping 4317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5548 'includes': [ '../build/jni_generator.gypi' ], | 5550 'includes': [ '../build/jni_generator.gypi' ], |
| 5549 'dependencies': [ | 5551 'dependencies': [ |
| 5550 'android_jar_jni_headers', | 5552 'android_jar_jni_headers', |
| 5551 ], | 5553 ], |
| 5552 }, | 5554 }, |
| 5553 ], | 5555 ], |
| 5554 }, | 5556 }, |
| 5555 ], | 5557 ], |
| 5556 ], | 5558 ], |
| 5557 } | 5559 } |
| OLD | NEW |