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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11799003: Add DriveApiUrlGenerator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add comments about no DISALLOW_COPY_AND_ASSIGN. 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
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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'browser/google_apis/auth_service.cc', 664 'browser/google_apis/auth_service.cc',
665 'browser/google_apis/auth_service.h', 665 'browser/google_apis/auth_service.h',
666 'browser/google_apis/auth_service_interface.h', 666 'browser/google_apis/auth_service_interface.h',
667 'browser/google_apis/auth_service_observer.h', 667 'browser/google_apis/auth_service_observer.h',
668 'browser/google_apis/base_operations.cc', 668 'browser/google_apis/base_operations.cc',
669 'browser/google_apis/base_operations.h', 669 'browser/google_apis/base_operations.h',
670 'browser/google_apis/drive_api_operations.cc', 670 'browser/google_apis/drive_api_operations.cc',
671 'browser/google_apis/drive_api_operations.h', 671 'browser/google_apis/drive_api_operations.h',
672 'browser/google_apis/drive_api_parser.cc', 672 'browser/google_apis/drive_api_parser.cc',
673 'browser/google_apis/drive_api_parser.h', 673 'browser/google_apis/drive_api_parser.h',
674 'browser/google_apis/drive_api_url_generator.cc',
675 'browser/google_apis/drive_api_url_generator.h',
674 'browser/google_apis/drive_api_util.cc', 676 'browser/google_apis/drive_api_util.cc',
675 'browser/google_apis/drive_api_util.h', 677 'browser/google_apis/drive_api_util.h',
676 'browser/google_apis/drive_entry_kinds.h', 678 'browser/google_apis/drive_entry_kinds.h',
677 'browser/google_apis/drive_service_interface.h', 679 'browser/google_apis/drive_service_interface.h',
678 'browser/google_apis/drive_switches.cc', 680 'browser/google_apis/drive_switches.cc',
679 'browser/google_apis/drive_switches.h', 681 'browser/google_apis/drive_switches.h',
680 'browser/google_apis/drive_upload_error.h', 682 'browser/google_apis/drive_upload_error.h',
681 'browser/google_apis/drive_upload_mode.h', 683 'browser/google_apis/drive_upload_mode.h',
682 'browser/google_apis/drive_uploader.cc', 684 'browser/google_apis/drive_uploader.cc',
683 'browser/google_apis/drive_uploader.h', 685 'browser/google_apis/drive_uploader.h',
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after
3113 'variables': { 3115 'variables': {
3114 'jni_gen_dir': 'chrome', 3116 'jni_gen_dir': 'chrome',
3115 }, 3117 },
3116 'includes': [ '../build/jni_generator.gypi' ], 3118 'includes': [ '../build/jni_generator.gypi' ],
3117 }, 3119 },
3118 ], 3120 ],
3119 }, 3121 },
3120 ], 3122 ],
3121 ], 3123 ],
3122 } 3124 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/drive_api_url_generator_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698