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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 'browser/chromeos/gdata/gdata_util.cc', | 606 'browser/chromeos/gdata/gdata_util.cc', |
607 'browser/chromeos/gdata/gdata_util.h', | 607 'browser/chromeos/gdata/gdata_util.h', |
608 'browser/chromeos/gdata/gdata_wapi_feed_loader.cc', | 608 'browser/chromeos/gdata/gdata_wapi_feed_loader.cc', |
609 'browser/chromeos/gdata/gdata_wapi_feed_loader.h', | 609 'browser/chromeos/gdata/gdata_wapi_feed_loader.h', |
610 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc', | 610 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc', |
611 'browser/chromeos/gdata/gdata_wapi_feed_processor.h', | 611 'browser/chromeos/gdata/gdata_wapi_feed_processor.h', |
612 'browser/chromeos/gdata/gdata_wapi_parser.cc', | 612 'browser/chromeos/gdata/gdata_wapi_parser.cc', |
613 'browser/chromeos/gdata/gdata_wapi_parser.h', | 613 'browser/chromeos/gdata/gdata_wapi_parser.h', |
614 'browser/chromeos/gdata/operations_base.cc', | 614 'browser/chromeos/gdata/operations_base.cc', |
615 'browser/chromeos/gdata/operations_base.h', | 615 'browser/chromeos/gdata/operations_base.h', |
| 616 'browser/chromeos/gdata/stale_cache_files_remover.cc', |
| 617 'browser/chromeos/gdata/stale_cache_files_remover.h', |
616 'browser/chromeos/gview_request_interceptor.cc', | 618 'browser/chromeos/gview_request_interceptor.cc', |
617 'browser/chromeos/gview_request_interceptor.h', | 619 'browser/chromeos/gview_request_interceptor.h', |
618 'browser/chromeos/imageburner/burn_controller.cc', | 620 'browser/chromeos/imageburner/burn_controller.cc', |
619 'browser/chromeos/imageburner/burn_controller.h', | 621 'browser/chromeos/imageburner/burn_controller.h', |
620 'browser/chromeos/imageburner/burn_manager.cc', | 622 'browser/chromeos/imageburner/burn_manager.cc', |
621 'browser/chromeos/imageburner/burn_manager.h', | 623 'browser/chromeos/imageburner/burn_manager.h', |
622 'browser/chromeos/input_method/browser_state_monitor.cc', | 624 'browser/chromeos/input_method/browser_state_monitor.cc', |
623 'browser/chromeos/input_method/browser_state_monitor.h', | 625 'browser/chromeos/input_method/browser_state_monitor.h', |
624 'browser/chromeos/input_method/candidate_window.cc', | 626 'browser/chromeos/input_method/candidate_window.cc', |
625 'browser/chromeos/input_method/candidate_window.h', | 627 'browser/chromeos/input_method/candidate_window.h', |
(...skipping 4922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5548 'includes': [ '../build/jni_generator.gypi' ], | 5550 'includes': [ '../build/jni_generator.gypi' ], |
5549 'dependencies': [ | 5551 'dependencies': [ |
5550 'android_jar_jni_headers', | 5552 'android_jar_jni_headers', |
5551 ], | 5553 ], |
5552 }, | 5554 }, |
5553 ], | 5555 ], |
5554 }, | 5556 }, |
5555 ], | 5557 ], |
5556 ], | 5558 ], |
5557 } | 5559 } |
OLD | NEW |