Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10832241: Drive: Removes unused cache files after the initial feed fetch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review (#7) fix & add unit_test. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698