OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 2303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2314 'browser/sync/sync_policy_handler.cc', | 2314 'browser/sync/sync_policy_handler.cc', |
2315 'browser/sync/sync_policy_handler.h', | 2315 'browser/sync/sync_policy_handler.h', |
2316 'browser/sync/sync_startup_tracker.cc', | 2316 'browser/sync/sync_startup_tracker.cc', |
2317 'browser/sync/sync_startup_tracker.h', | 2317 'browser/sync/sync_startup_tracker.h', |
2318 'browser/sync/sync_ui_util.cc', | 2318 'browser/sync/sync_ui_util.cc', |
2319 'browser/sync/sync_ui_util.h', | 2319 'browser/sync/sync_ui_util.h', |
2320 'browser/sync_file_system/conflict_resolution_policy.h', | 2320 'browser/sync_file_system/conflict_resolution_policy.h', |
2321 'browser/sync_file_system/conflict_resolution_resolver.cc', | 2321 'browser/sync_file_system/conflict_resolution_resolver.cc', |
2322 'browser/sync_file_system/conflict_resolution_resolver.h', | 2322 'browser/sync_file_system/conflict_resolution_resolver.h', |
2323 'browser/sync_file_system/drive_backend/callback_helper.h', | 2323 'browser/sync_file_system/drive_backend/callback_helper.h', |
| 2324 'browser/sync_file_system/drive_backend/callback_tracker.cc', |
| 2325 'browser/sync_file_system/drive_backend/callback_tracker.h', |
| 2326 'browser/sync_file_system/drive_backend/callback_tracker_internal.cc', |
| 2327 'browser/sync_file_system/drive_backend/callback_tracker_internal.h', |
2324 'browser/sync_file_system/drive_backend/conflict_resolver.cc', | 2328 'browser/sync_file_system/drive_backend/conflict_resolver.cc', |
2325 'browser/sync_file_system/drive_backend/conflict_resolver.h', | 2329 'browser/sync_file_system/drive_backend/conflict_resolver.h', |
2326 'browser/sync_file_system/drive_backend/drive_backend_constants.cc', | 2330 'browser/sync_file_system/drive_backend/drive_backend_constants.cc', |
2327 'browser/sync_file_system/drive_backend/drive_backend_constants.h', | 2331 'browser/sync_file_system/drive_backend/drive_backend_constants.h', |
2328 'browser/sync_file_system/drive_backend/drive_backend_util.cc', | 2332 'browser/sync_file_system/drive_backend/drive_backend_util.cc', |
2329 'browser/sync_file_system/drive_backend/drive_backend_util.h', | 2333 'browser/sync_file_system/drive_backend/drive_backend_util.h', |
2330 'browser/sync_file_system/drive_backend/drive_service_on_worker.cc', | 2334 'browser/sync_file_system/drive_backend/drive_service_on_worker.cc', |
2331 'browser/sync_file_system/drive_backend/drive_service_on_worker.h', | 2335 'browser/sync_file_system/drive_backend/drive_service_on_worker.h', |
2332 'browser/sync_file_system/drive_backend/drive_service_wrapper.cc', | 2336 'browser/sync_file_system/drive_backend/drive_service_wrapper.cc', |
2333 'browser/sync_file_system/drive_backend/drive_service_wrapper.h', | 2337 'browser/sync_file_system/drive_backend/drive_service_wrapper.h', |
(...skipping 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3767 'package_name': 'org/chromium/chrome/browser', | 3771 'package_name': 'org/chromium/chrome/browser', |
3768 'template_deps': ['browser/android/tab_load_status.h'], | 3772 'template_deps': ['browser/android/tab_load_status.h'], |
3769 }, | 3773 }, |
3770 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3774 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3771 }, | 3775 }, |
3772 ], | 3776 ], |
3773 }, | 3777 }, |
3774 ], | 3778 ], |
3775 ], | 3779 ], |
3776 } | 3780 } |
OLD | NEW |