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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10825459: gdata: Move task related functions like RunTaskOnUIThread from gdata_file_system.cc to task_util.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/chromeos/gdata/task_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'browser/chromeos/gdata/gdata_util.cc', 607 'browser/chromeos/gdata/gdata_util.cc',
608 'browser/chromeos/gdata/gdata_util.h', 608 'browser/chromeos/gdata/gdata_util.h',
609 'browser/chromeos/gdata/gdata_wapi_feed_loader.cc', 609 'browser/chromeos/gdata/gdata_wapi_feed_loader.cc',
610 'browser/chromeos/gdata/gdata_wapi_feed_loader.h', 610 'browser/chromeos/gdata/gdata_wapi_feed_loader.h',
611 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc', 611 'browser/chromeos/gdata/gdata_wapi_feed_processor.cc',
612 'browser/chromeos/gdata/gdata_wapi_feed_processor.h', 612 'browser/chromeos/gdata/gdata_wapi_feed_processor.h',
613 'browser/chromeos/gdata/gdata_wapi_parser.cc', 613 'browser/chromeos/gdata/gdata_wapi_parser.cc',
614 'browser/chromeos/gdata/gdata_wapi_parser.h', 614 'browser/chromeos/gdata/gdata_wapi_parser.h',
615 'browser/chromeos/gdata/operations_base.cc', 615 'browser/chromeos/gdata/operations_base.cc',
616 'browser/chromeos/gdata/operations_base.h', 616 'browser/chromeos/gdata/operations_base.h',
617 'browser/chromeos/gdata/task_util.cc',
618 'browser/chromeos/gdata/task_util.h',
617 'browser/chromeos/gview_request_interceptor.cc', 619 'browser/chromeos/gview_request_interceptor.cc',
618 'browser/chromeos/gview_request_interceptor.h', 620 'browser/chromeos/gview_request_interceptor.h',
619 'browser/chromeos/imageburner/burn_controller.cc', 621 'browser/chromeos/imageburner/burn_controller.cc',
620 'browser/chromeos/imageburner/burn_controller.h', 622 'browser/chromeos/imageburner/burn_controller.h',
621 'browser/chromeos/imageburner/burn_manager.cc', 623 'browser/chromeos/imageburner/burn_manager.cc',
622 'browser/chromeos/imageburner/burn_manager.h', 624 'browser/chromeos/imageburner/burn_manager.h',
623 'browser/chromeos/input_method/browser_state_monitor.cc', 625 'browser/chromeos/input_method/browser_state_monitor.cc',
624 'browser/chromeos/input_method/browser_state_monitor.h', 626 'browser/chromeos/input_method/browser_state_monitor.h',
625 'browser/chromeos/input_method/candidate_window.cc', 627 'browser/chromeos/input_method/candidate_window.cc',
626 'browser/chromeos/input_method/candidate_window.h', 628 'browser/chromeos/input_method/candidate_window.h',
(...skipping 4978 matching lines...) Expand 10 before | Expand all | Expand 10 after
5605 'includes': [ '../build/jni_generator.gypi' ], 5607 'includes': [ '../build/jni_generator.gypi' ],
5606 'dependencies': [ 5608 'dependencies': [
5607 'android_jar_jni_headers', 5609 'android_jar_jni_headers',
5608 ], 5610 ],
5609 }, 5611 },
5610 ], 5612 ],
5611 }, 5613 },
5612 ], 5614 ],
5613 ], 5615 ],
5614 } 5616 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/task_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698