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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1237 'browser/history/history_service_factory.cc', | 1237 'browser/history/history_service_factory.cc', |
1238 'browser/history/history_service_factory.h', | 1238 'browser/history/history_service_factory.h', |
1239 'browser/history/history_tab_helper.cc', | 1239 'browser/history/history_tab_helper.cc', |
1240 'browser/history/history_tab_helper.h', | 1240 'browser/history/history_tab_helper.h', |
1241 'browser/history/history_types.cc', | 1241 'browser/history/history_types.cc', |
1242 'browser/history/history_types.h', | 1242 'browser/history/history_types.h', |
1243 'browser/history/in_memory_database.cc', | 1243 'browser/history/in_memory_database.cc', |
1244 'browser/history/in_memory_database.h', | 1244 'browser/history/in_memory_database.h', |
1245 'browser/history/in_memory_history_backend.cc', | 1245 'browser/history/in_memory_history_backend.cc', |
1246 'browser/history/in_memory_history_backend.h', | 1246 'browser/history/in_memory_history_backend.h', |
1247 'browser/history/in_memory_url_cache_database.cc', | |
1248 'browser/history/in_memory_url_cache_database.h', | |
1249 'browser/history/in_memory_url_index.cc', | 1247 'browser/history/in_memory_url_index.cc', |
1250 'browser/history/in_memory_url_index.h', | 1248 'browser/history/in_memory_url_index.h', |
1251 'browser/history/in_memory_url_index_types.cc', | 1249 'browser/history/in_memory_url_index_types.cc', |
1252 'browser/history/in_memory_url_index_types.h', | 1250 'browser/history/in_memory_url_index_types.h', |
1253 'browser/history/page_usage_data.cc', | 1251 'browser/history/page_usage_data.cc', |
1254 'browser/history/page_usage_data.h', | 1252 'browser/history/page_usage_data.h', |
1255 'browser/history/query_parser.cc', | 1253 'browser/history/query_parser.cc', |
1256 'browser/history/query_parser.h', | 1254 'browser/history/query_parser.h', |
1257 'browser/history/scored_history_match.cc', | 1255 'browser/history/scored_history_match.cc', |
1258 'browser/history/scored_history_match.h', | 1256 'browser/history/scored_history_match.h', |
(...skipping 4386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5645 'includes': [ '../build/jni_generator.gypi' ], | 5643 'includes': [ '../build/jni_generator.gypi' ], |
5646 'dependencies': [ | 5644 'dependencies': [ |
5647 'android_jar_jni_headers', | 5645 'android_jar_jni_headers', |
5648 ], | 5646 ], |
5649 }, | 5647 }, |
5650 ], | 5648 ], |
5651 }, | 5649 }, |
5652 ], | 5650 ], |
5653 ], | 5651 ], |
5654 } | 5652 } |
OLD | NEW |