| 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.h', |
| 2324 'browser/sync_file_system/drive_backend/conflict_resolver.cc', | 2327 'browser/sync_file_system/drive_backend/conflict_resolver.cc', |
| 2325 'browser/sync_file_system/drive_backend/conflict_resolver.h', | 2328 'browser/sync_file_system/drive_backend/conflict_resolver.h', |
| 2326 'browser/sync_file_system/drive_backend/drive_backend_constants.cc', | 2329 'browser/sync_file_system/drive_backend/drive_backend_constants.cc', |
| 2327 'browser/sync_file_system/drive_backend/drive_backend_constants.h', | 2330 'browser/sync_file_system/drive_backend/drive_backend_constants.h', |
| 2328 'browser/sync_file_system/drive_backend/drive_backend_util.cc', | 2331 'browser/sync_file_system/drive_backend/drive_backend_util.cc', |
| 2329 'browser/sync_file_system/drive_backend/drive_backend_util.h', | 2332 'browser/sync_file_system/drive_backend/drive_backend_util.h', |
| 2330 'browser/sync_file_system/drive_backend/drive_service_on_worker.cc', | 2333 'browser/sync_file_system/drive_backend/drive_service_on_worker.cc', |
| 2331 'browser/sync_file_system/drive_backend/drive_service_on_worker.h', | 2334 'browser/sync_file_system/drive_backend/drive_service_on_worker.h', |
| 2332 'browser/sync_file_system/drive_backend/drive_service_wrapper.cc', | 2335 'browser/sync_file_system/drive_backend/drive_service_wrapper.cc', |
| 2333 'browser/sync_file_system/drive_backend/drive_service_wrapper.h', | 2336 'browser/sync_file_system/drive_backend/drive_service_wrapper.h', |
| (...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3753 'package_name': 'org/chromium/chrome/browser', | 3756 'package_name': 'org/chromium/chrome/browser', |
| 3754 'template_deps': ['browser/android/tab_load_status.h'], | 3757 'template_deps': ['browser/android/tab_load_status.h'], |
| 3755 }, | 3758 }, |
| 3756 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3759 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3757 }, | 3760 }, |
| 3758 ], | 3761 ], |
| 3759 }, | 3762 }, |
| 3760 ], | 3763 ], |
| 3761 ], | 3764 ], |
| 3762 } | 3765 } |
| OLD | NEW |