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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17395010: drive: Introduce chrome/browser/google_apis/drive_common_callbacks.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps 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/gdata_wapi_requests.h ('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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'browser/google_apis/base_requests.cc', 624 'browser/google_apis/base_requests.cc',
625 'browser/google_apis/base_requests.h', 625 'browser/google_apis/base_requests.h',
626 'browser/google_apis/drive_api_parser.cc', 626 'browser/google_apis/drive_api_parser.cc',
627 'browser/google_apis/drive_api_parser.h', 627 'browser/google_apis/drive_api_parser.h',
628 'browser/google_apis/drive_api_requests.cc', 628 'browser/google_apis/drive_api_requests.cc',
629 'browser/google_apis/drive_api_requests.h', 629 'browser/google_apis/drive_api_requests.h',
630 'browser/google_apis/drive_api_url_generator.cc', 630 'browser/google_apis/drive_api_url_generator.cc',
631 'browser/google_apis/drive_api_url_generator.h', 631 'browser/google_apis/drive_api_url_generator.h',
632 'browser/google_apis/drive_api_util.cc', 632 'browser/google_apis/drive_api_util.cc',
633 'browser/google_apis/drive_api_util.h', 633 'browser/google_apis/drive_api_util.h',
634 'browser/google_apis/drive_common_callbacks.h',
634 'browser/google_apis/drive_entry_kinds.h', 635 'browser/google_apis/drive_entry_kinds.h',
635 'browser/google_apis/drive_notification_observer.h', 636 'browser/google_apis/drive_notification_observer.h',
636 'browser/google_apis/drive_switches.cc', 637 'browser/google_apis/drive_switches.cc',
637 'browser/google_apis/drive_switches.h', 638 'browser/google_apis/drive_switches.h',
638 'browser/google_apis/drive_uploader.cc', 639 'browser/google_apis/drive_uploader.cc',
639 'browser/google_apis/drive_uploader.h', 640 'browser/google_apis/drive_uploader.h',
640 'browser/google_apis/event_logger.cc', 641 'browser/google_apis/event_logger.cc',
641 'browser/google_apis/event_logger.h', 642 'browser/google_apis/event_logger.h',
642 'browser/google_apis/gdata_contacts_requests.cc', 643 'browser/google_apis/gdata_contacts_requests.cc',
643 'browser/google_apis/gdata_contacts_requests.h', 644 'browser/google_apis/gdata_contacts_requests.h',
(...skipping 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after
3313 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3314 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3314 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3315 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3315 }, 3316 },
3316 'includes': [ '../build/android/java_cpp_template.gypi' ], 3317 'includes': [ '../build/android/java_cpp_template.gypi' ],
3317 }, 3318 },
3318 ], 3319 ],
3319 }, 3320 },
3320 ], 3321 ],
3321 ], 3322 ],
3322 } 3323 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_requests.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698