| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'browser/chromeos/gdata/gdata_file_system_proxy.cc', | 572 'browser/chromeos/gdata/gdata_file_system_proxy.cc', |
| 573 'browser/chromeos/gdata/gdata_file_system_proxy.h', | 573 'browser/chromeos/gdata/gdata_file_system_proxy.h', |
| 574 'browser/chromeos/gdata/gdata_files.cc', | 574 'browser/chromeos/gdata/gdata_files.cc', |
| 575 'browser/chromeos/gdata/gdata_files.h', | 575 'browser/chromeos/gdata/gdata_files.h', |
| 576 'browser/chromeos/gdata/gdata_operation_registry.cc', | 576 'browser/chromeos/gdata/gdata_operation_registry.cc', |
| 577 'browser/chromeos/gdata/gdata_operation_registry.h', | 577 'browser/chromeos/gdata/gdata_operation_registry.h', |
| 578 'browser/chromeos/gdata/gdata_operation_runner.cc', | 578 'browser/chromeos/gdata/gdata_operation_runner.cc', |
| 579 'browser/chromeos/gdata/gdata_operation_runner.h', | 579 'browser/chromeos/gdata/gdata_operation_runner.h', |
| 580 'browser/chromeos/gdata/gdata_operations.cc', | 580 'browser/chromeos/gdata/gdata_operations.cc', |
| 581 'browser/chromeos/gdata/gdata_operations.h', | 581 'browser/chromeos/gdata/gdata_operations.h', |
| 582 'browser/chromeos/gdata/gdata_params.cc', | |
| 583 'browser/chromeos/gdata/gdata_params.h', | |
| 584 'browser/chromeos/gdata/gdata_protocol_handler.cc', | 582 'browser/chromeos/gdata/gdata_protocol_handler.cc', |
| 585 'browser/chromeos/gdata/gdata_protocol_handler.h', | 583 'browser/chromeos/gdata/gdata_protocol_handler.h', |
| 586 'browser/chromeos/gdata/gdata_sync_client.cc', | 584 'browser/chromeos/gdata/gdata_sync_client.cc', |
| 587 'browser/chromeos/gdata/gdata_sync_client.h', | 585 'browser/chromeos/gdata/gdata_sync_client.h', |
| 588 'browser/chromeos/gdata/gdata_system_service.cc', | 586 'browser/chromeos/gdata/gdata_system_service.cc', |
| 589 'browser/chromeos/gdata/gdata_system_service.h', | 587 'browser/chromeos/gdata/gdata_system_service.h', |
| 590 'browser/chromeos/gdata/gdata_upload_file_info.cc', | 588 'browser/chromeos/gdata/gdata_upload_file_info.cc', |
| 591 'browser/chromeos/gdata/gdata_upload_file_info.h', | 589 'browser/chromeos/gdata/gdata_upload_file_info.h', |
| 592 'browser/chromeos/gdata/gdata_uploader.cc', | 590 'browser/chromeos/gdata/gdata_uploader.cc', |
| 593 'browser/chromeos/gdata/gdata_uploader.h', | 591 'browser/chromeos/gdata/gdata_uploader.h', |
| (...skipping 4925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5519 'includes': [ '../build/jni_generator.gypi' ], | 5517 'includes': [ '../build/jni_generator.gypi' ], |
| 5520 'dependencies': [ | 5518 'dependencies': [ |
| 5521 'android_jar_jni_headers', | 5519 'android_jar_jni_headers', |
| 5522 ], | 5520 ], |
| 5523 }, | 5521 }, |
| 5524 ], | 5522 ], |
| 5525 }, | 5523 }, |
| 5526 ], | 5524 ], |
| 5527 ], | 5525 ], |
| 5528 } | 5526 } |
| OLD | NEW |