| 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 'browser/chromeos/gdata/drive_task_executor.cc', | 539 'browser/chromeos/gdata/drive_task_executor.cc', |
| 540 'browser/chromeos/gdata/drive_task_executor.h', | 540 'browser/chromeos/gdata/drive_task_executor.h', |
| 541 'browser/chromeos/gdata/drive_webapps_registry.cc', | 541 'browser/chromeos/gdata/drive_webapps_registry.cc', |
| 542 'browser/chromeos/gdata/drive_webapps_registry.h', | 542 'browser/chromeos/gdata/drive_webapps_registry.h', |
| 543 'browser/chromeos/gdata/gdata_auth_service.cc', | 543 'browser/chromeos/gdata/gdata_auth_service.cc', |
| 544 'browser/chromeos/gdata/gdata_auth_service.h', | 544 'browser/chromeos/gdata/gdata_auth_service.h', |
| 545 'browser/chromeos/gdata/gdata_cache.cc', | 545 'browser/chromeos/gdata/gdata_cache.cc', |
| 546 'browser/chromeos/gdata/gdata_cache.h', | 546 'browser/chromeos/gdata/gdata_cache.h', |
| 547 'browser/chromeos/gdata/gdata_cache_metadata.cc', | 547 'browser/chromeos/gdata/gdata_cache_metadata.cc', |
| 548 'browser/chromeos/gdata/gdata_cache_metadata.h', | 548 'browser/chromeos/gdata/gdata_cache_metadata.h', |
| 549 'browser/chromeos/gdata/gdata_contacts_service.cc', |
| 550 'browser/chromeos/gdata/gdata_contacts_service.h', |
| 549 'browser/chromeos/gdata/gdata_db.h', | 551 'browser/chromeos/gdata/gdata_db.h', |
| 550 'browser/chromeos/gdata/gdata_db_factory.cc', | 552 'browser/chromeos/gdata/gdata_db_factory.cc', |
| 551 'browser/chromeos/gdata/gdata_db_factory.h', | 553 'browser/chromeos/gdata/gdata_db_factory.h', |
| 552 'browser/chromeos/gdata/gdata_documents_service.cc', | 554 'browser/chromeos/gdata/gdata_documents_service.cc', |
| 553 'browser/chromeos/gdata/gdata_documents_service.h', | 555 'browser/chromeos/gdata/gdata_documents_service.h', |
| 554 'browser/chromeos/gdata/gdata_download_observer.cc', | 556 'browser/chromeos/gdata/gdata_download_observer.cc', |
| 555 'browser/chromeos/gdata/gdata_download_observer.h', | 557 'browser/chromeos/gdata/gdata_download_observer.h', |
| 556 'browser/chromeos/gdata/gdata_errorcode.h', | 558 'browser/chromeos/gdata/gdata_errorcode.h', |
| 557 'browser/chromeos/gdata/gdata_file_system.cc', | 559 'browser/chromeos/gdata/gdata_file_system.cc', |
| 558 'browser/chromeos/gdata/gdata_file_system.h', | 560 'browser/chromeos/gdata/gdata_file_system.h', |
| (...skipping 4913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5472 'variables': { | 5474 'variables': { |
| 5473 'jni_gen_dir': 'chrome', | 5475 'jni_gen_dir': 'chrome', |
| 5474 }, | 5476 }, |
| 5475 'includes': [ '../build/jni_generator.gypi' ], | 5477 'includes': [ '../build/jni_generator.gypi' ], |
| 5476 }, | 5478 }, |
| 5477 ], | 5479 ], |
| 5478 }, | 5480 }, |
| 5479 ], | 5481 ], |
| 5480 ], | 5482 ], |
| 5481 } | 5483 } |
| OLD | NEW |