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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16175003: google_apis: Rename OperationRunner to RequestSender (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/google_apis/request_sender.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'browser/google_apis/gdata_wapi_operations.cc', 645 'browser/google_apis/gdata_wapi_operations.cc',
646 'browser/google_apis/gdata_wapi_operations.h', 646 'browser/google_apis/gdata_wapi_operations.h',
647 'browser/google_apis/gdata_wapi_parser.cc', 647 'browser/google_apis/gdata_wapi_parser.cc',
648 'browser/google_apis/gdata_wapi_parser.h', 648 'browser/google_apis/gdata_wapi_parser.h',
649 'browser/google_apis/gdata_wapi_service.cc', 649 'browser/google_apis/gdata_wapi_service.cc',
650 'browser/google_apis/gdata_wapi_service.h', 650 'browser/google_apis/gdata_wapi_service.h',
651 'browser/google_apis/gdata_wapi_url_generator.cc', 651 'browser/google_apis/gdata_wapi_url_generator.cc',
652 'browser/google_apis/gdata_wapi_url_generator.h', 652 'browser/google_apis/gdata_wapi_url_generator.h',
653 'browser/google_apis/operation_registry.cc', 653 'browser/google_apis/operation_registry.cc',
654 'browser/google_apis/operation_registry.h', 654 'browser/google_apis/operation_registry.h',
655 'browser/google_apis/operation_runner.cc', 655 'browser/google_apis/request_sender.cc',
656 'browser/google_apis/operation_runner.h', 656 'browser/google_apis/request_sender.h',
657 'browser/google_apis/operation_util.cc', 657 'browser/google_apis/operation_util.cc',
658 'browser/google_apis/operation_util.h', 658 'browser/google_apis/operation_util.h',
659 'browser/google_apis/task_util.cc', 659 'browser/google_apis/task_util.cc',
660 'browser/google_apis/task_util.h', 660 'browser/google_apis/task_util.h',
661 'browser/google_apis/time_util.cc', 661 'browser/google_apis/time_util.cc',
662 'browser/google_apis/time_util.h', 662 'browser/google_apis/time_util.h',
663 'browser/gpu/chrome_gpu_util.cc', 663 'browser/gpu/chrome_gpu_util.cc',
664 'browser/gpu/chrome_gpu_util.h', 664 'browser/gpu/chrome_gpu_util.h',
665 'browser/gpu/gl_string_manager.cc', 665 'browser/gpu/gl_string_manager.cc',
666 'browser/gpu/gl_string_manager.h', 666 'browser/gpu/gl_string_manager.h',
(...skipping 2598 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3265 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3266 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3266 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3267 }, 3267 },
3268 'includes': [ '../build/android/java_cpp_template.gypi' ], 3268 'includes': [ '../build/android/java_cpp_template.gypi' ],
3269 }, 3269 },
3270 ], 3270 ],
3271 }, 3271 },
3272 ], 3272 ],
3273 ], 3273 ],
3274 } 3274 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/request_sender.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698