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 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2346 'browser/sync_file_system/drive_backend/folder_creator.cc', | 2346 'browser/sync_file_system/drive_backend/folder_creator.cc', |
2347 'browser/sync_file_system/drive_backend/folder_creator.h', | 2347 'browser/sync_file_system/drive_backend/folder_creator.h', |
2348 'browser/sync_file_system/drive_backend/list_changes_task.cc', | 2348 'browser/sync_file_system/drive_backend/list_changes_task.cc', |
2349 'browser/sync_file_system/drive_backend/list_changes_task.h', | 2349 'browser/sync_file_system/drive_backend/list_changes_task.h', |
2350 'browser/sync_file_system/drive_backend/local_to_remote_syncer.cc', | 2350 'browser/sync_file_system/drive_backend/local_to_remote_syncer.cc', |
2351 'browser/sync_file_system/drive_backend/local_to_remote_syncer.h', | 2351 'browser/sync_file_system/drive_backend/local_to_remote_syncer.h', |
2352 'browser/sync_file_system/drive_backend/metadata_database.cc', | 2352 'browser/sync_file_system/drive_backend/metadata_database.cc', |
2353 'browser/sync_file_system/drive_backend/metadata_database.h', | 2353 'browser/sync_file_system/drive_backend/metadata_database.h', |
2354 'browser/sync_file_system/drive_backend/metadata_database_index.cc', | 2354 'browser/sync_file_system/drive_backend/metadata_database_index.cc', |
2355 'browser/sync_file_system/drive_backend/metadata_database_index.h', | 2355 'browser/sync_file_system/drive_backend/metadata_database_index.h', |
| 2356 'browser/sync_file_system/drive_backend/metadata_database_index_interfac
e.h', |
2356 'browser/sync_file_system/drive_backend/metadata_db_migration_util.cc', | 2357 'browser/sync_file_system/drive_backend/metadata_db_migration_util.cc', |
2357 'browser/sync_file_system/drive_backend/metadata_db_migration_util.h', | 2358 'browser/sync_file_system/drive_backend/metadata_db_migration_util.h', |
2358 'browser/sync_file_system/drive_backend/register_app_task.cc', | 2359 'browser/sync_file_system/drive_backend/register_app_task.cc', |
2359 'browser/sync_file_system/drive_backend/register_app_task.h', | 2360 'browser/sync_file_system/drive_backend/register_app_task.h', |
2360 'browser/sync_file_system/drive_backend/remote_change_processor_on_worke
r.cc', | 2361 'browser/sync_file_system/drive_backend/remote_change_processor_on_worke
r.cc', |
2361 'browser/sync_file_system/drive_backend/remote_change_processor_on_worke
r.h', | 2362 'browser/sync_file_system/drive_backend/remote_change_processor_on_worke
r.h', |
2362 'browser/sync_file_system/drive_backend/remote_change_processor_wrapper.
cc', | 2363 'browser/sync_file_system/drive_backend/remote_change_processor_wrapper.
cc', |
2363 'browser/sync_file_system/drive_backend/remote_change_processor_wrapper.
h', | 2364 'browser/sync_file_system/drive_backend/remote_change_processor_wrapper.
h', |
2364 'browser/sync_file_system/drive_backend/remote_to_local_syncer.cc', | 2365 'browser/sync_file_system/drive_backend/remote_to_local_syncer.cc', |
2365 'browser/sync_file_system/drive_backend/remote_to_local_syncer.h', | 2366 'browser/sync_file_system/drive_backend/remote_to_local_syncer.h', |
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3790 'package_name': 'org/chromium/chrome/browser', | 3791 'package_name': 'org/chromium/chrome/browser', |
3791 'template_deps': ['browser/android/tab_load_status.h'], | 3792 'template_deps': ['browser/android/tab_load_status.h'], |
3792 }, | 3793 }, |
3793 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3794 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3794 }, | 3795 }, |
3795 ], | 3796 ], |
3796 }, | 3797 }, |
3797 ], | 3798 ], |
3798 ], | 3799 ], |
3799 } | 3800 } |
OLD | NEW |