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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 'browser/browser_shutdown.cc', | 300 'browser/browser_shutdown.cc', |
301 'browser/browser_shutdown.h', | 301 'browser/browser_shutdown.h', |
302 'browser/browser_signin.cc', | 302 'browser/browser_signin.cc', |
303 'browser/browser_signin.h', | 303 'browser/browser_signin.h', |
304 'browser/browser_trial.cc', | 304 'browser/browser_trial.cc', |
305 'browser/browser_trial.h', | 305 'browser/browser_trial.h', |
306 'browser/browser_util_win.cc', | 306 'browser/browser_util_win.cc', |
307 'browser/browser_util_win.h', | 307 'browser/browser_util_win.h', |
308 'browser/browsing_data_appcache_helper.cc', | 308 'browser/browsing_data_appcache_helper.cc', |
309 'browser/browsing_data_appcache_helper.h', | 309 'browser/browsing_data_appcache_helper.h', |
| 310 'browser/browsing_data_cookie_helper.cc', |
| 311 'browser/browsing_data_cookie_helper.h', |
310 'browser/browsing_data_database_helper.cc', | 312 'browser/browsing_data_database_helper.cc', |
311 'browser/browsing_data_database_helper.h', | 313 'browser/browsing_data_database_helper.h', |
312 'browser/browsing_data_file_system_helper.cc', | 314 'browser/browsing_data_file_system_helper.cc', |
313 'browser/browsing_data_file_system_helper.h', | 315 'browser/browsing_data_file_system_helper.h', |
314 'browser/browsing_data_indexed_db_helper.cc', | 316 'browser/browsing_data_indexed_db_helper.cc', |
315 'browser/browsing_data_indexed_db_helper.h', | 317 'browser/browsing_data_indexed_db_helper.h', |
316 'browser/browsing_data_local_storage_helper.cc', | 318 'browser/browsing_data_local_storage_helper.cc', |
317 'browser/browsing_data_local_storage_helper.h', | 319 'browser/browsing_data_local_storage_helper.h', |
318 'browser/browsing_data_quota_helper.cc', | 320 'browser/browsing_data_quota_helper.cc', |
319 'browser/browsing_data_quota_helper.h', | 321 'browser/browsing_data_quota_helper.h', |
(...skipping 4665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4985 # weak imports in dependents, who still must #include | 4987 # weak imports in dependents, who still must #include |
4986 # closure_blocks_leopard_compat.h to get weak imports. | 4988 # closure_blocks_leopard_compat.h to get weak imports. |
4987 'type': 'none', | 4989 'type': 'none', |
4988 }], | 4990 }], |
4989 ], | 4991 ], |
4990 }, | 4992 }, |
4991 ], | 4993 ], |
4992 }], | 4994 }], |
4993 ], | 4995 ], |
4994 } | 4996 } |
OLD | NEW |