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