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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11824019: Move drive_api_service.cc/.h from chrome/browser/chromeos/drive to chrome/google_apis. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix update conflicts Created 7 years, 11 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
« no previous file with comments | « chrome/browser/google_apis/drive_api_service.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | 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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'browser/google_apis/auth_service.cc', 663 'browser/google_apis/auth_service.cc',
664 'browser/google_apis/auth_service.h', 664 'browser/google_apis/auth_service.h',
665 'browser/google_apis/auth_service_interface.h', 665 'browser/google_apis/auth_service_interface.h',
666 'browser/google_apis/auth_service_observer.h', 666 'browser/google_apis/auth_service_observer.h',
667 'browser/google_apis/base_operations.cc', 667 'browser/google_apis/base_operations.cc',
668 'browser/google_apis/base_operations.h', 668 'browser/google_apis/base_operations.h',
669 'browser/google_apis/drive_api_operations.cc', 669 'browser/google_apis/drive_api_operations.cc',
670 'browser/google_apis/drive_api_operations.h', 670 'browser/google_apis/drive_api_operations.h',
671 'browser/google_apis/drive_api_parser.cc', 671 'browser/google_apis/drive_api_parser.cc',
672 'browser/google_apis/drive_api_parser.h', 672 'browser/google_apis/drive_api_parser.h',
673 'browser/google_apis/drive_api_service.cc',
674 'browser/google_apis/drive_api_service.h',
673 'browser/google_apis/drive_api_url_generator.cc', 675 'browser/google_apis/drive_api_url_generator.cc',
674 'browser/google_apis/drive_api_url_generator.h', 676 'browser/google_apis/drive_api_url_generator.h',
675 'browser/google_apis/drive_api_util.cc', 677 'browser/google_apis/drive_api_util.cc',
676 'browser/google_apis/drive_api_util.h', 678 'browser/google_apis/drive_api_util.h',
677 'browser/google_apis/drive_entry_kinds.h', 679 'browser/google_apis/drive_entry_kinds.h',
678 'browser/google_apis/drive_service_interface.h', 680 'browser/google_apis/drive_service_interface.h',
679 'browser/google_apis/drive_switches.cc', 681 'browser/google_apis/drive_switches.cc',
680 'browser/google_apis/drive_switches.h', 682 'browser/google_apis/drive_switches.h',
681 'browser/google_apis/drive_upload_error.h', 683 'browser/google_apis/drive_upload_error.h',
682 'browser/google_apis/drive_upload_mode.h', 684 'browser/google_apis/drive_upload_mode.h',
(...skipping 2443 matching lines...) Expand 10 before | Expand all | Expand 10 after
3126 'variables': { 3128 'variables': {
3127 'jni_gen_dir': 'chrome', 3129 'jni_gen_dir': 'chrome',
3128 }, 3130 },
3129 'includes': [ '../build/jni_generator.gypi' ], 3131 'includes': [ '../build/jni_generator.gypi' ],
3130 }, 3132 },
3131 ], 3133 ],
3132 }, 3134 },
3133 ], 3135 ],
3134 ], 3136 ],
3135 } 3137 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/drive_api_service.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698