| 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 'browser/chromeos/external_protocol_dialog.cc', | 537 'browser/chromeos/external_protocol_dialog.cc', |
| 538 'browser/chromeos/external_protocol_dialog.h', | 538 'browser/chromeos/external_protocol_dialog.h', |
| 539 'browser/chromeos/gdata/drive_api_operations.cc', | 539 'browser/chromeos/gdata/drive_api_operations.cc', |
| 540 'browser/chromeos/gdata/drive_api_operations.h', | 540 'browser/chromeos/gdata/drive_api_operations.h', |
| 541 'browser/chromeos/gdata/drive_api_parser.cc', | 541 'browser/chromeos/gdata/drive_api_parser.cc', |
| 542 'browser/chromeos/gdata/drive_api_parser.h', | 542 'browser/chromeos/gdata/drive_api_parser.h', |
| 543 'browser/chromeos/gdata/drive_task_executor.cc', | 543 'browser/chromeos/gdata/drive_task_executor.cc', |
| 544 'browser/chromeos/gdata/drive_task_executor.h', | 544 'browser/chromeos/gdata/drive_task_executor.h', |
| 545 'browser/chromeos/gdata/drive_webapps_registry.cc', | 545 'browser/chromeos/gdata/drive_webapps_registry.cc', |
| 546 'browser/chromeos/gdata/drive_webapps_registry.h', | 546 'browser/chromeos/gdata/drive_webapps_registry.h', |
| 547 'browser/chromeos/gdata/file_write_helper.cc', |
| 548 'browser/chromeos/gdata/file_write_helper.h', |
| 547 'browser/chromeos/gdata/gdata_auth_service.cc', | 549 'browser/chromeos/gdata/gdata_auth_service.cc', |
| 548 'browser/chromeos/gdata/gdata_auth_service.h', | 550 'browser/chromeos/gdata/gdata_auth_service.h', |
| 549 'browser/chromeos/gdata/gdata_cache.cc', | 551 'browser/chromeos/gdata/gdata_cache.cc', |
| 550 'browser/chromeos/gdata/gdata_cache.h', | 552 'browser/chromeos/gdata/gdata_cache.h', |
| 551 'browser/chromeos/gdata/gdata_cache_metadata.cc', | 553 'browser/chromeos/gdata/gdata_cache_metadata.cc', |
| 552 'browser/chromeos/gdata/gdata_cache_metadata.h', | 554 'browser/chromeos/gdata/gdata_cache_metadata.h', |
| 553 'browser/chromeos/gdata/gdata_contacts_service.cc', | 555 'browser/chromeos/gdata/gdata_contacts_service.cc', |
| 554 'browser/chromeos/gdata/gdata_contacts_service.h', | 556 'browser/chromeos/gdata/gdata_contacts_service.h', |
| 555 'browser/chromeos/gdata/gdata_db.h', | 557 'browser/chromeos/gdata/gdata_db.h', |
| 556 'browser/chromeos/gdata/gdata_db_factory.cc', | 558 'browser/chromeos/gdata/gdata_db_factory.cc', |
| (...skipping 4950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5507 'includes': [ '../build/jni_generator.gypi' ], | 5509 'includes': [ '../build/jni_generator.gypi' ], |
| 5508 'dependencies': [ | 5510 'dependencies': [ |
| 5509 'android_jar_jni_headers', | 5511 'android_jar_jni_headers', |
| 5510 ], | 5512 ], |
| 5511 }, | 5513 }, |
| 5512 ], | 5514 ], |
| 5513 }, | 5515 }, |
| 5514 ], | 5516 ], |
| 5515 ], | 5517 ], |
| 5516 } | 5518 } |
| OLD | NEW |