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

Side by Side Diff: chrome/chrome_browser_chromeos.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: rebase Created 8 years, 3 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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'browser/chromeos/gdata/gdata_wapi_parser.cc', 273 'browser/chromeos/gdata/gdata_wapi_parser.cc',
274 'browser/chromeos/gdata/gdata_wapi_parser.h', 274 'browser/chromeos/gdata/gdata_wapi_parser.h',
275 'browser/chromeos/gdata/gdata_wapi_service.cc', 275 'browser/chromeos/gdata/gdata_wapi_service.cc',
276 'browser/chromeos/gdata/gdata_wapi_service.h', 276 'browser/chromeos/gdata/gdata_wapi_service.h',
277 'browser/chromeos/gdata/operation_registry.cc', 277 'browser/chromeos/gdata/operation_registry.cc',
278 'browser/chromeos/gdata/operation_registry.h', 278 'browser/chromeos/gdata/operation_registry.h',
279 'browser/chromeos/gdata/operation_runner.cc', 279 'browser/chromeos/gdata/operation_runner.cc',
280 'browser/chromeos/gdata/operation_runner.h', 280 'browser/chromeos/gdata/operation_runner.h',
281 'browser/chromeos/gdata/operations_base.cc', 281 'browser/chromeos/gdata/operations_base.cc',
282 'browser/chromeos/gdata/operations_base.h', 282 'browser/chromeos/gdata/operations_base.h',
283 'browser/chromeos/gdata/stale_cache_files_remover.cc',
284 'browser/chromeos/gdata/stale_cache_files_remover.h',
283 'browser/chromeos/gdata/task_util.cc', 285 'browser/chromeos/gdata/task_util.cc',
284 'browser/chromeos/gdata/task_util.h', 286 'browser/chromeos/gdata/task_util.h',
285 'browser/chromeos/gview_request_interceptor.cc', 287 'browser/chromeos/gview_request_interceptor.cc',
286 'browser/chromeos/gview_request_interceptor.h', 288 'browser/chromeos/gview_request_interceptor.h',
287 'browser/chromeos/imageburner/burn_controller.cc', 289 'browser/chromeos/imageburner/burn_controller.cc',
288 'browser/chromeos/imageburner/burn_controller.h', 290 'browser/chromeos/imageburner/burn_controller.h',
289 'browser/chromeos/imageburner/burn_manager.cc', 291 'browser/chromeos/imageburner/burn_manager.cc',
290 'browser/chromeos/imageburner/burn_manager.h', 292 'browser/chromeos/imageburner/burn_manager.h',
291 'browser/chromeos/input_method/browser_state_monitor.cc', 293 'browser/chromeos/input_method/browser_state_monitor.cc',
292 'browser/chromeos/input_method/browser_state_monitor.h', 294 'browser/chromeos/input_method/browser_state_monitor.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'type': 'static_library', 769 'type': 'static_library',
768 'sources': [ 'browser/chromeos/contacts/contact.proto' ], 770 'sources': [ 'browser/chromeos/contacts/contact.proto' ],
769 'variables': { 771 'variables': {
770 'proto_in_dir': 'browser/chromeos/contacts', 772 'proto_in_dir': 'browser/chromeos/contacts',
771 'proto_out_dir': 'chrome/browser/chromeos/contacts', 773 'proto_out_dir': 'chrome/browser/chromeos/contacts',
772 }, 774 },
773 'includes': [ '../build/protoc.gypi' ] 775 'includes': [ '../build/protoc.gypi' ]
774 }, 776 },
775 ], 777 ],
776 } 778 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698