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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'browser/chromeos/gdata/file_write_helper.cc', | 551 'browser/chromeos/gdata/file_write_helper.cc', |
552 'browser/chromeos/gdata/file_write_helper.h', | 552 'browser/chromeos/gdata/file_write_helper.h', |
553 'browser/chromeos/gdata/gdata_auth_service.cc', | 553 'browser/chromeos/gdata/gdata_auth_service.cc', |
554 'browser/chromeos/gdata/gdata_auth_service.h', | 554 'browser/chromeos/gdata/gdata_auth_service.h', |
555 'browser/chromeos/gdata/gdata_cache.cc', | 555 'browser/chromeos/gdata/gdata_cache.cc', |
556 'browser/chromeos/gdata/gdata_cache.h', | 556 'browser/chromeos/gdata/gdata_cache.h', |
557 'browser/chromeos/gdata/gdata_cache_metadata.cc', | 557 'browser/chromeos/gdata/gdata_cache_metadata.cc', |
558 'browser/chromeos/gdata/gdata_cache_metadata.h', | 558 'browser/chromeos/gdata/gdata_cache_metadata.h', |
559 'browser/chromeos/gdata/gdata_contacts_service.cc', | 559 'browser/chromeos/gdata/gdata_contacts_service.cc', |
560 'browser/chromeos/gdata/gdata_contacts_service.h', | 560 'browser/chromeos/gdata/gdata_contacts_service.h', |
561 'browser/chromeos/gdata/gdata_db.h', | |
562 'browser/chromeos/gdata/gdata_db_factory.cc', | |
563 'browser/chromeos/gdata/gdata_db_factory.h', | |
564 'browser/chromeos/gdata/gdata_documents_service.cc', | 561 'browser/chromeos/gdata/gdata_documents_service.cc', |
565 'browser/chromeos/gdata/gdata_documents_service.h', | 562 'browser/chromeos/gdata/gdata_documents_service.h', |
566 'browser/chromeos/gdata/gdata_download_observer.cc', | 563 'browser/chromeos/gdata/gdata_download_observer.cc', |
567 'browser/chromeos/gdata/gdata_download_observer.h', | 564 'browser/chromeos/gdata/gdata_download_observer.h', |
568 'browser/chromeos/gdata/gdata_errorcode.h', | 565 'browser/chromeos/gdata/gdata_errorcode.h', |
569 'browser/chromeos/gdata/gdata_file_system.cc', | 566 'browser/chromeos/gdata/gdata_file_system.cc', |
570 'browser/chromeos/gdata/gdata_file_system.h', | 567 'browser/chromeos/gdata/gdata_file_system.h', |
571 'browser/chromeos/gdata/gdata_file_system_interface.h', | 568 'browser/chromeos/gdata/gdata_file_system_interface.h', |
572 'browser/chromeos/gdata/gdata_file_system_proxy.cc', | 569 'browser/chromeos/gdata/gdata_file_system_proxy.cc', |
573 'browser/chromeos/gdata/gdata_file_system_proxy.h', | 570 'browser/chromeos/gdata/gdata_file_system_proxy.h', |
574 'browser/chromeos/gdata/gdata_files.cc', | 571 'browser/chromeos/gdata/gdata_files.cc', |
575 'browser/chromeos/gdata/gdata_files.h', | 572 'browser/chromeos/gdata/gdata_files.h', |
576 'browser/chromeos/gdata/gdata_leveldb.cc', | |
577 'browser/chromeos/gdata/gdata_leveldb.h', | |
578 'browser/chromeos/gdata/gdata_operation_registry.cc', | 573 'browser/chromeos/gdata/gdata_operation_registry.cc', |
579 'browser/chromeos/gdata/gdata_operation_registry.h', | 574 'browser/chromeos/gdata/gdata_operation_registry.h', |
580 'browser/chromeos/gdata/gdata_operation_runner.cc', | 575 'browser/chromeos/gdata/gdata_operation_runner.cc', |
581 'browser/chromeos/gdata/gdata_operation_runner.h', | 576 'browser/chromeos/gdata/gdata_operation_runner.h', |
582 'browser/chromeos/gdata/gdata_operations.cc', | 577 'browser/chromeos/gdata/gdata_operations.cc', |
583 'browser/chromeos/gdata/gdata_operations.h', | 578 'browser/chromeos/gdata/gdata_operations.h', |
584 'browser/chromeos/gdata/gdata_params.cc', | 579 'browser/chromeos/gdata/gdata_params.cc', |
585 'browser/chromeos/gdata/gdata_params.h', | 580 'browser/chromeos/gdata/gdata_params.h', |
586 'browser/chromeos/gdata/gdata_protocol_handler.cc', | 581 'browser/chromeos/gdata/gdata_protocol_handler.cc', |
587 'browser/chromeos/gdata/gdata_protocol_handler.h', | 582 'browser/chromeos/gdata/gdata_protocol_handler.h', |
(...skipping 4927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5515 'includes': [ '../build/jni_generator.gypi' ], | 5510 'includes': [ '../build/jni_generator.gypi' ], |
5516 'dependencies': [ | 5511 'dependencies': [ |
5517 'android_jar_jni_headers', | 5512 'android_jar_jni_headers', |
5518 ], | 5513 ], |
5519 }, | 5514 }, |
5520 ], | 5515 ], |
5521 }, | 5516 }, |
5522 ], | 5517 ], |
5523 ], | 5518 ], |
5524 } | 5519 } |
OLD | NEW |