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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 'browser/chromeos/gdata/gdata_wapi_parser.cc', | 616 'browser/chromeos/gdata/gdata_wapi_parser.cc', |
617 'browser/chromeos/gdata/gdata_wapi_parser.h', | 617 'browser/chromeos/gdata/gdata_wapi_parser.h', |
618 'browser/chromeos/gdata/gdata_wapi_service.cc', | 618 'browser/chromeos/gdata/gdata_wapi_service.cc', |
619 'browser/chromeos/gdata/gdata_wapi_service.h', | 619 'browser/chromeos/gdata/gdata_wapi_service.h', |
620 'browser/chromeos/gdata/operation_registry.cc', | 620 'browser/chromeos/gdata/operation_registry.cc', |
621 'browser/chromeos/gdata/operation_registry.h', | 621 'browser/chromeos/gdata/operation_registry.h', |
622 'browser/chromeos/gdata/operation_runner.cc', | 622 'browser/chromeos/gdata/operation_runner.cc', |
623 'browser/chromeos/gdata/operation_runner.h', | 623 'browser/chromeos/gdata/operation_runner.h', |
624 'browser/chromeos/gdata/operations_base.cc', | 624 'browser/chromeos/gdata/operations_base.cc', |
625 'browser/chromeos/gdata/operations_base.h', | 625 'browser/chromeos/gdata/operations_base.h', |
| 626 'browser/chromeos/gdata/stale_cache_files_remover.cc', |
| 627 'browser/chromeos/gdata/stale_cache_files_remover.h', |
626 'browser/chromeos/gdata/task_util.cc', | 628 'browser/chromeos/gdata/task_util.cc', |
627 'browser/chromeos/gdata/task_util.h', | 629 'browser/chromeos/gdata/task_util.h', |
628 'browser/chromeos/gview_request_interceptor.cc', | 630 'browser/chromeos/gview_request_interceptor.cc', |
629 'browser/chromeos/gview_request_interceptor.h', | 631 'browser/chromeos/gview_request_interceptor.h', |
630 'browser/chromeos/imageburner/burn_controller.cc', | 632 'browser/chromeos/imageburner/burn_controller.cc', |
631 'browser/chromeos/imageburner/burn_controller.h', | 633 'browser/chromeos/imageburner/burn_controller.h', |
632 'browser/chromeos/imageburner/burn_manager.cc', | 634 'browser/chromeos/imageburner/burn_manager.cc', |
633 'browser/chromeos/imageburner/burn_manager.h', | 635 'browser/chromeos/imageburner/burn_manager.h', |
634 'browser/chromeos/input_method/browser_state_monitor.cc', | 636 'browser/chromeos/input_method/browser_state_monitor.cc', |
635 'browser/chromeos/input_method/browser_state_monitor.h', | 637 'browser/chromeos/input_method/browser_state_monitor.h', |
(...skipping 5015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5651 'includes': [ '../build/jni_generator.gypi' ], | 5653 'includes': [ '../build/jni_generator.gypi' ], |
5652 'dependencies': [ | 5654 'dependencies': [ |
5653 'android_jar_jni_headers', | 5655 'android_jar_jni_headers', |
5654 ], | 5656 ], |
5655 }, | 5657 }, |
5656 ], | 5658 ], |
5657 }, | 5659 }, |
5658 ], | 5660 ], |
5659 ], | 5661 ], |
5660 } | 5662 } |
OLD | NEW |