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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'browser/chromeos/gdata/drive_task_executor.cc', | 542 'browser/chromeos/gdata/drive_task_executor.cc', |
543 'browser/chromeos/gdata/drive_task_executor.h', | 543 'browser/chromeos/gdata/drive_task_executor.h', |
544 'browser/chromeos/gdata/drive_webapps_registry.cc', | 544 'browser/chromeos/gdata/drive_webapps_registry.cc', |
545 'browser/chromeos/gdata/drive_webapps_registry.h', | 545 'browser/chromeos/gdata/drive_webapps_registry.h', |
546 'browser/chromeos/gdata/gdata_auth_service.cc', | 546 'browser/chromeos/gdata/gdata_auth_service.cc', |
547 'browser/chromeos/gdata/gdata_auth_service.h', | 547 'browser/chromeos/gdata/gdata_auth_service.h', |
548 'browser/chromeos/gdata/gdata_cache.cc', | 548 'browser/chromeos/gdata/gdata_cache.cc', |
549 'browser/chromeos/gdata/gdata_cache.h', | 549 'browser/chromeos/gdata/gdata_cache.h', |
550 'browser/chromeos/gdata/gdata_cache_metadata.cc', | 550 'browser/chromeos/gdata/gdata_cache_metadata.cc', |
551 'browser/chromeos/gdata/gdata_cache_metadata.h', | 551 'browser/chromeos/gdata/gdata_cache_metadata.h', |
| 552 'browser/chromeos/gdata/gdata_contacts_service.cc', |
| 553 'browser/chromeos/gdata/gdata_contacts_service.h', |
552 'browser/chromeos/gdata/gdata_db.h', | 554 'browser/chromeos/gdata/gdata_db.h', |
553 'browser/chromeos/gdata/gdata_db_factory.cc', | 555 'browser/chromeos/gdata/gdata_db_factory.cc', |
554 'browser/chromeos/gdata/gdata_db_factory.h', | 556 'browser/chromeos/gdata/gdata_db_factory.h', |
555 'browser/chromeos/gdata/gdata_documents_service.cc', | 557 'browser/chromeos/gdata/gdata_documents_service.cc', |
556 'browser/chromeos/gdata/gdata_documents_service.h', | 558 'browser/chromeos/gdata/gdata_documents_service.h', |
557 'browser/chromeos/gdata/gdata_download_observer.cc', | 559 'browser/chromeos/gdata/gdata_download_observer.cc', |
558 'browser/chromeos/gdata/gdata_download_observer.h', | 560 'browser/chromeos/gdata/gdata_download_observer.h', |
559 'browser/chromeos/gdata/gdata_errorcode.h', | 561 'browser/chromeos/gdata/gdata_errorcode.h', |
560 'browser/chromeos/gdata/gdata_file_system.cc', | 562 'browser/chromeos/gdata/gdata_file_system.cc', |
561 'browser/chromeos/gdata/gdata_file_system.h', | 563 'browser/chromeos/gdata/gdata_file_system.h', |
(...skipping 4922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5484 'variables': { | 5486 'variables': { |
5485 'jni_gen_dir': 'chrome', | 5487 'jni_gen_dir': 'chrome', |
5486 }, | 5488 }, |
5487 'includes': [ '../build/jni_generator.gypi' ], | 5489 'includes': [ '../build/jni_generator.gypi' ], |
5488 }, | 5490 }, |
5489 ], | 5491 ], |
5490 }, | 5492 }, |
5491 ], | 5493 ], |
5492 ], | 5494 ], |
5493 } | 5495 } |
OLD | NEW |