| 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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 'browser/history/history_tab_helper.cc', | 1355 'browser/history/history_tab_helper.cc', |
| 1356 'browser/history/history_tab_helper.h', | 1356 'browser/history/history_tab_helper.h', |
| 1357 'browser/history/history_types.cc', | 1357 'browser/history/history_types.cc', |
| 1358 'browser/history/history_types.h', | 1358 'browser/history/history_types.h', |
| 1359 'browser/history/in_memory_database.cc', | 1359 'browser/history/in_memory_database.cc', |
| 1360 'browser/history/in_memory_database.h', | 1360 'browser/history/in_memory_database.h', |
| 1361 'browser/history/in_memory_history_backend.cc', | 1361 'browser/history/in_memory_history_backend.cc', |
| 1362 'browser/history/in_memory_history_backend.h', | 1362 'browser/history/in_memory_history_backend.h', |
| 1363 'browser/history/in_memory_url_index.cc', | 1363 'browser/history/in_memory_url_index.cc', |
| 1364 'browser/history/in_memory_url_index.h', | 1364 'browser/history/in_memory_url_index.h', |
| 1365 'browser/history/in_memory_url_index_types.cc', |
| 1366 'browser/history/in_memory_url_index_types.h', |
| 1365 'browser/history/page_usage_data.cc', | 1367 'browser/history/page_usage_data.cc', |
| 1366 'browser/history/page_usage_data.h', | 1368 'browser/history/page_usage_data.h', |
| 1367 'browser/history/query_parser.cc', | 1369 'browser/history/query_parser.cc', |
| 1368 'browser/history/query_parser.h', | 1370 'browser/history/query_parser.h', |
| 1369 'browser/history/snippet.cc', | 1371 'browser/history/snippet.cc', |
| 1370 'browser/history/snippet.h', | 1372 'browser/history/snippet.h', |
| 1371 'browser/history/shortcuts_backend.cc', | 1373 'browser/history/shortcuts_backend.cc', |
| 1372 'browser/history/shortcuts_backend.h', | 1374 'browser/history/shortcuts_backend.h', |
| 1373 'browser/history/shortcuts_database.cc', | 1375 'browser/history/shortcuts_database.cc', |
| 1374 'browser/history/shortcuts_database.h', | 1376 'browser/history/shortcuts_database.h', |
| (...skipping 3860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5235 'type': 'static_library', | 5237 'type': 'static_library', |
| 5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5238 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5237 'variables': { | 5239 'variables': { |
| 5238 'proto_in_dir': 'browser/history', | 5240 'proto_in_dir': 'browser/history', |
| 5239 'proto_out_dir': 'chrome/browser/history', | 5241 'proto_out_dir': 'chrome/browser/history', |
| 5240 }, | 5242 }, |
| 5241 'includes': [ '../build/protoc.gypi' ] | 5243 'includes': [ '../build/protoc.gypi' ] |
| 5242 }, | 5244 }, |
| 5243 ], | 5245 ], |
| 5244 } | 5246 } |
| OLD | NEW |