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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1293 'browser/history/history_tab_helper.cc', | 1293 'browser/history/history_tab_helper.cc', |
1294 'browser/history/history_tab_helper.h', | 1294 'browser/history/history_tab_helper.h', |
1295 'browser/history/history_types.cc', | 1295 'browser/history/history_types.cc', |
1296 'browser/history/history_types.h', | 1296 'browser/history/history_types.h', |
1297 'browser/history/in_memory_database.cc', | 1297 'browser/history/in_memory_database.cc', |
1298 'browser/history/in_memory_database.h', | 1298 'browser/history/in_memory_database.h', |
1299 'browser/history/in_memory_history_backend.cc', | 1299 'browser/history/in_memory_history_backend.cc', |
1300 'browser/history/in_memory_history_backend.h', | 1300 'browser/history/in_memory_history_backend.h', |
1301 'browser/history/in_memory_url_index.cc', | 1301 'browser/history/in_memory_url_index.cc', |
1302 'browser/history/in_memory_url_index.h', | 1302 'browser/history/in_memory_url_index.h', |
| 1303 'browser/history/in_memory_url_index_types.cc', |
| 1304 'browser/history/in_memory_url_index_types.h', |
1303 'browser/history/page_usage_data.cc', | 1305 'browser/history/page_usage_data.cc', |
1304 'browser/history/page_usage_data.h', | 1306 'browser/history/page_usage_data.h', |
1305 'browser/history/query_parser.cc', | 1307 'browser/history/query_parser.cc', |
1306 'browser/history/query_parser.h', | 1308 'browser/history/query_parser.h', |
1307 'browser/history/snippet.cc', | 1309 'browser/history/snippet.cc', |
1308 'browser/history/snippet.h', | 1310 'browser/history/snippet.h', |
1309 'browser/history/shortcuts_backend.cc', | 1311 'browser/history/shortcuts_backend.cc', |
1310 'browser/history/shortcuts_backend.h', | 1312 'browser/history/shortcuts_backend.h', |
1311 'browser/history/shortcuts_database.cc', | 1313 'browser/history/shortcuts_database.cc', |
1312 'browser/history/shortcuts_database.h', | 1314 'browser/history/shortcuts_database.h', |
(...skipping 3734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5047 'type': 'static_library', | 5049 'type': 'static_library', |
5048 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5050 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5049 'variables': { | 5051 'variables': { |
5050 'proto_in_dir': 'browser/history', | 5052 'proto_in_dir': 'browser/history', |
5051 'proto_out_dir': 'chrome/browser/history', | 5053 'proto_out_dir': 'chrome/browser/history', |
5052 }, | 5054 }, |
5053 'includes': [ '../build/protoc.gypi' ] | 5055 'includes': [ '../build/protoc.gypi' ] |
5054 }, | 5056 }, |
5055 ], | 5057 ], |
5056 } | 5058 } |
OLD | NEW |