| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 'browser/chromeos/gdata/drive_api_operations.cc', | 571 'browser/chromeos/gdata/drive_api_operations.cc', |
| 572 'browser/chromeos/gdata/drive_api_operations.h', | 572 'browser/chromeos/gdata/drive_api_operations.h', |
| 573 'browser/chromeos/gdata/drive_api_parser.cc', | 573 'browser/chromeos/gdata/drive_api_parser.cc', |
| 574 'browser/chromeos/gdata/drive_api_parser.h', | 574 'browser/chromeos/gdata/drive_api_parser.h', |
| 575 'browser/chromeos/gdata/drive_api_service.cc', | 575 'browser/chromeos/gdata/drive_api_service.cc', |
| 576 'browser/chromeos/gdata/drive_api_service.h', | 576 'browser/chromeos/gdata/drive_api_service.h', |
| 577 'browser/chromeos/gdata/drive_cache.cc', | 577 'browser/chromeos/gdata/drive_cache.cc', |
| 578 'browser/chromeos/gdata/drive_cache.h', | 578 'browser/chromeos/gdata/drive_cache.h', |
| 579 'browser/chromeos/gdata/drive_cache_metadata.cc', | 579 'browser/chromeos/gdata/drive_cache_metadata.cc', |
| 580 'browser/chromeos/gdata/drive_cache_metadata.h', | 580 'browser/chromeos/gdata/drive_cache_metadata.h', |
| 581 'browser/chromeos/gdata/drive_file_system.cc', |
| 582 'browser/chromeos/gdata/drive_file_system.h', |
| 583 'browser/chromeos/gdata/drive_file_system_interface.h', |
| 584 'browser/chromeos/gdata/drive_file_system_proxy.cc', |
| 585 'browser/chromeos/gdata/drive_file_system_proxy.h', |
| 581 'browser/chromeos/gdata/drive_files.cc', | 586 'browser/chromeos/gdata/drive_files.cc', |
| 582 'browser/chromeos/gdata/drive_files.h', | 587 'browser/chromeos/gdata/drive_files.h', |
| 583 'browser/chromeos/gdata/drive_resource_metadata.cc', | 588 'browser/chromeos/gdata/drive_resource_metadata.cc', |
| 584 'browser/chromeos/gdata/drive_resource_metadata.h', | 589 'browser/chromeos/gdata/drive_resource_metadata.h', |
| 585 'browser/chromeos/gdata/drive_service_interface.h', | 590 'browser/chromeos/gdata/drive_service_interface.h', |
| 586 'browser/chromeos/gdata/drive_task_executor.cc', | 591 'browser/chromeos/gdata/drive_task_executor.cc', |
| 587 'browser/chromeos/gdata/drive_task_executor.h', | 592 'browser/chromeos/gdata/drive_task_executor.h', |
| 588 'browser/chromeos/gdata/drive_webapps_registry.cc', | 593 'browser/chromeos/gdata/drive_webapps_registry.cc', |
| 589 'browser/chromeos/gdata/drive_webapps_registry.h', | 594 'browser/chromeos/gdata/drive_webapps_registry.h', |
| 590 'browser/chromeos/gdata/file_write_helper.cc', | 595 'browser/chromeos/gdata/file_write_helper.cc', |
| 591 'browser/chromeos/gdata/file_write_helper.h', | 596 'browser/chromeos/gdata/file_write_helper.h', |
| 592 'browser/chromeos/gdata/gdata_contacts_service.cc', | 597 'browser/chromeos/gdata/gdata_contacts_service.cc', |
| 593 'browser/chromeos/gdata/gdata_contacts_service.h', | 598 'browser/chromeos/gdata/gdata_contacts_service.h', |
| 594 'browser/chromeos/gdata/gdata_download_observer.cc', | 599 'browser/chromeos/gdata/gdata_download_observer.cc', |
| 595 'browser/chromeos/gdata/gdata_download_observer.h', | 600 'browser/chromeos/gdata/gdata_download_observer.h', |
| 596 'browser/chromeos/gdata/gdata_errorcode.h', | 601 'browser/chromeos/gdata/gdata_errorcode.h', |
| 597 'browser/chromeos/gdata/gdata_file_system.cc', | |
| 598 'browser/chromeos/gdata/gdata_file_system.h', | |
| 599 'browser/chromeos/gdata/gdata_file_system_interface.h', | |
| 600 'browser/chromeos/gdata/gdata_file_system_proxy.cc', | |
| 601 'browser/chromeos/gdata/gdata_file_system_proxy.h', | |
| 602 'browser/chromeos/gdata/gdata_operations.cc', | 602 'browser/chromeos/gdata/gdata_operations.cc', |
| 603 'browser/chromeos/gdata/gdata_operations.h', | 603 'browser/chromeos/gdata/gdata_operations.h', |
| 604 'browser/chromeos/gdata/gdata_protocol_handler.cc', | 604 'browser/chromeos/gdata/gdata_protocol_handler.cc', |
| 605 'browser/chromeos/gdata/gdata_protocol_handler.h', | 605 'browser/chromeos/gdata/gdata_protocol_handler.h', |
| 606 'browser/chromeos/gdata/gdata_sync_client.cc', | 606 'browser/chromeos/gdata/gdata_sync_client.cc', |
| 607 'browser/chromeos/gdata/gdata_sync_client.h', | 607 'browser/chromeos/gdata/gdata_sync_client.h', |
| 608 'browser/chromeos/gdata/gdata_system_service.cc', | 608 'browser/chromeos/gdata/gdata_system_service.cc', |
| 609 'browser/chromeos/gdata/gdata_system_service.h', | 609 'browser/chromeos/gdata/gdata_system_service.h', |
| 610 'browser/chromeos/gdata/gdata_upload_file_info.cc', | 610 'browser/chromeos/gdata/gdata_upload_file_info.cc', |
| 611 'browser/chromeos/gdata/gdata_upload_file_info.h', | 611 'browser/chromeos/gdata/gdata_upload_file_info.h', |
| (...skipping 5031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5643 'includes': [ '../build/jni_generator.gypi' ], | 5643 'includes': [ '../build/jni_generator.gypi' ], |
| 5644 'dependencies': [ | 5644 'dependencies': [ |
| 5645 'android_jar_jni_headers', | 5645 'android_jar_jni_headers', |
| 5646 ], | 5646 ], |
| 5647 }, | 5647 }, |
| 5648 ], | 5648 ], |
| 5649 }, | 5649 }, |
| 5650 ], | 5650 ], |
| 5651 ], | 5651 ], |
| 5652 } | 5652 } |
| OLD | NEW |