| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'browser/browser_util_win.cc', | 328 'browser/browser_util_win.cc', |
| 329 'browser/browser_util_win.h', | 329 'browser/browser_util_win.h', |
| 330 'browser/browsing_data_appcache_helper.cc', | 330 'browser/browsing_data_appcache_helper.cc', |
| 331 'browser/browsing_data_appcache_helper.h', | 331 'browser/browsing_data_appcache_helper.h', |
| 332 'browser/browsing_data_cookie_helper.cc', | 332 'browser/browsing_data_cookie_helper.cc', |
| 333 'browser/browsing_data_cookie_helper.h', | 333 'browser/browsing_data_cookie_helper.h', |
| 334 'browser/browsing_data_database_helper.cc', | 334 'browser/browsing_data_database_helper.cc', |
| 335 'browser/browsing_data_database_helper.h', | 335 'browser/browsing_data_database_helper.h', |
| 336 'browser/browsing_data_file_system_helper.cc', | 336 'browser/browsing_data_file_system_helper.cc', |
| 337 'browser/browsing_data_file_system_helper.h', | 337 'browser/browsing_data_file_system_helper.h', |
| 338 'browser/browsing_data_helper.cc', |
| 339 'browser/browsing_data_helper.h', |
| 338 'browser/browsing_data_indexed_db_helper.cc', | 340 'browser/browsing_data_indexed_db_helper.cc', |
| 339 'browser/browsing_data_indexed_db_helper.h', | 341 'browser/browsing_data_indexed_db_helper.h', |
| 340 'browser/browsing_data_local_storage_helper.cc', | 342 'browser/browsing_data_local_storage_helper.cc', |
| 341 'browser/browsing_data_local_storage_helper.h', | 343 'browser/browsing_data_local_storage_helper.h', |
| 342 'browser/browsing_data_quota_helper.cc', | 344 'browser/browsing_data_quota_helper.cc', |
| 343 'browser/browsing_data_quota_helper.h', | 345 'browser/browsing_data_quota_helper.h', |
| 344 'browser/browsing_data_quota_helper_impl.cc', | 346 'browser/browsing_data_quota_helper_impl.cc', |
| 345 'browser/browsing_data_quota_helper_impl.h', | 347 'browser/browsing_data_quota_helper_impl.h', |
| 346 'browser/browsing_data_remover.cc', | 348 'browser/browsing_data_remover.cc', |
| 347 'browser/browsing_data_remover.h', | 349 'browser/browsing_data_remover.h', |
| (...skipping 4934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5282 'variables': { | 5284 'variables': { |
| 5283 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5285 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5284 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5286 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5285 }, | 5287 }, |
| 5286 'includes': ['../build/protoc.gypi'], | 5288 'includes': ['../build/protoc.gypi'], |
| 5287 }], | 5289 }], |
| 5288 ], | 5290 ], |
| 5289 }, | 5291 }, |
| 5290 ], | 5292 ], |
| 5291 } | 5293 } |
| OLD | NEW |