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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 'browser/chromeos/gdata/gdata_wapi_parser.cc', | 620 'browser/chromeos/gdata/gdata_wapi_parser.cc', |
621 'browser/chromeos/gdata/gdata_wapi_parser.h', | 621 'browser/chromeos/gdata/gdata_wapi_parser.h', |
622 'browser/chromeos/gdata/gdata_wapi_service.cc', | 622 'browser/chromeos/gdata/gdata_wapi_service.cc', |
623 'browser/chromeos/gdata/gdata_wapi_service.h', | 623 'browser/chromeos/gdata/gdata_wapi_service.h', |
624 'browser/chromeos/gdata/operation_registry.cc', | 624 'browser/chromeos/gdata/operation_registry.cc', |
625 'browser/chromeos/gdata/operation_registry.h', | 625 'browser/chromeos/gdata/operation_registry.h', |
626 'browser/chromeos/gdata/operation_runner.cc', | 626 'browser/chromeos/gdata/operation_runner.cc', |
627 'browser/chromeos/gdata/operation_runner.h', | 627 'browser/chromeos/gdata/operation_runner.h', |
628 'browser/chromeos/gdata/operations_base.cc', | 628 'browser/chromeos/gdata/operations_base.cc', |
629 'browser/chromeos/gdata/operations_base.h', | 629 'browser/chromeos/gdata/operations_base.h', |
| 630 'browser/chromeos/gdata/stale_cache_files_remover.cc', |
| 631 'browser/chromeos/gdata/stale_cache_files_remover.h', |
630 'browser/chromeos/gdata/task_util.cc', | 632 'browser/chromeos/gdata/task_util.cc', |
631 'browser/chromeos/gdata/task_util.h', | 633 'browser/chromeos/gdata/task_util.h', |
632 'browser/chromeos/gview_request_interceptor.cc', | 634 'browser/chromeos/gview_request_interceptor.cc', |
633 'browser/chromeos/gview_request_interceptor.h', | 635 'browser/chromeos/gview_request_interceptor.h', |
634 'browser/chromeos/imageburner/burn_controller.cc', | 636 'browser/chromeos/imageburner/burn_controller.cc', |
635 'browser/chromeos/imageburner/burn_controller.h', | 637 'browser/chromeos/imageburner/burn_controller.h', |
636 'browser/chromeos/imageburner/burn_manager.cc', | 638 'browser/chromeos/imageburner/burn_manager.cc', |
637 'browser/chromeos/imageburner/burn_manager.h', | 639 'browser/chromeos/imageburner/burn_manager.h', |
638 'browser/chromeos/input_method/browser_state_monitor.cc', | 640 'browser/chromeos/input_method/browser_state_monitor.cc', |
639 'browser/chromeos/input_method/browser_state_monitor.h', | 641 'browser/chromeos/input_method/browser_state_monitor.h', |
(...skipping 5003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5643 'includes': [ '../build/jni_generator.gypi' ], | 5645 'includes': [ '../build/jni_generator.gypi' ], |
5644 'dependencies': [ | 5646 'dependencies': [ |
5645 'android_jar_jni_headers', | 5647 'android_jar_jni_headers', |
5646 ], | 5648 ], |
5647 }, | 5649 }, |
5648 ], | 5650 ], |
5649 }, | 5651 }, |
5650 ], | 5652 ], |
5651 ], | 5653 ], |
5652 } | 5654 } |
OLD | NEW |