OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1294 'browser/history/history_tab_helper.cc', | 1294 'browser/history/history_tab_helper.cc', |
1295 'browser/history/history_tab_helper.h', | 1295 'browser/history/history_tab_helper.h', |
1296 'browser/history/history_types.cc', | 1296 'browser/history/history_types.cc', |
1297 'browser/history/history_types.h', | 1297 'browser/history/history_types.h', |
1298 'browser/history/in_memory_database.cc', | 1298 'browser/history/in_memory_database.cc', |
1299 'browser/history/in_memory_database.h', | 1299 'browser/history/in_memory_database.h', |
1300 'browser/history/in_memory_history_backend.cc', | 1300 'browser/history/in_memory_history_backend.cc', |
1301 'browser/history/in_memory_history_backend.h', | 1301 'browser/history/in_memory_history_backend.h', |
1302 'browser/history/in_memory_url_index.cc', | 1302 'browser/history/in_memory_url_index.cc', |
1303 'browser/history/in_memory_url_index.h', | 1303 'browser/history/in_memory_url_index.h', |
| 1304 'browser/history/in_memory_url_index_types.cc', |
| 1305 'browser/history/in_memory_url_index_types.h', |
1304 'browser/history/page_usage_data.cc', | 1306 'browser/history/page_usage_data.cc', |
1305 'browser/history/page_usage_data.h', | 1307 'browser/history/page_usage_data.h', |
1306 'browser/history/query_parser.cc', | 1308 'browser/history/query_parser.cc', |
1307 'browser/history/query_parser.h', | 1309 'browser/history/query_parser.h', |
1308 'browser/history/snippet.cc', | 1310 'browser/history/snippet.cc', |
1309 'browser/history/snippet.h', | 1311 'browser/history/snippet.h', |
1310 'browser/history/shortcuts_backend.cc', | 1312 'browser/history/shortcuts_backend.cc', |
1311 'browser/history/shortcuts_backend.h', | 1313 'browser/history/shortcuts_backend.h', |
1312 'browser/history/shortcuts_database.cc', | 1314 'browser/history/shortcuts_database.cc', |
1313 'browser/history/shortcuts_database.h', | 1315 'browser/history/shortcuts_database.h', |
(...skipping 3739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5053 'type': 'static_library', | 5055 'type': 'static_library', |
5054 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5056 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5055 'variables': { | 5057 'variables': { |
5056 'proto_in_dir': 'browser/history', | 5058 'proto_in_dir': 'browser/history', |
5057 'proto_out_dir': 'chrome/browser/history', | 5059 'proto_out_dir': 'chrome/browser/history', |
5058 }, | 5060 }, |
5059 'includes': [ '../build/protoc.gypi' ] | 5061 'includes': [ '../build/protoc.gypi' ] |
5060 }, | 5062 }, |
5061 ], | 5063 ], |
5062 } | 5064 } |
OLD | NEW |