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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reflect comments Created 8 years, 3 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
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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'browser/google/google_search_metrics.h', 670 'browser/google/google_search_metrics.h',
671 'browser/google/google_update_settings_posix.cc', 671 'browser/google/google_update_settings_posix.cc',
672 'browser/google/google_update_win.cc', 672 'browser/google/google_update_win.cc',
673 'browser/google/google_update_win.h', 673 'browser/google/google_update_win.h',
674 'browser/google/google_url_tracker.cc', 674 'browser/google/google_url_tracker.cc',
675 'browser/google/google_url_tracker.h', 675 'browser/google/google_url_tracker.h',
676 'browser/google/google_url_tracker_factory.cc', 676 'browser/google/google_url_tracker_factory.cc',
677 'browser/google/google_url_tracker_factory.h', 677 'browser/google/google_url_tracker_factory.h',
678 'browser/google/google_util.cc', 678 'browser/google/google_util.cc',
679 'browser/google/google_util.h', 679 'browser/google/google_util.h',
680 'browser/google_apis/auth_service.cc',
681 'browser/google_apis/auth_service.h',
682 'browser/google_apis/drive_api_operations.cc',
683 'browser/google_apis/drive_api_operations.h',
684 'browser/google_apis/drive_api_parser.cc',
685 'browser/google_apis/drive_api_parser.h',
686 'browser/google_apis/drive_entry_kinds.h',
687 'browser/google_apis/drive_upload_mode.h',
680 'browser/google_apis/gdata_errorcode.h', 688 'browser/google_apis/gdata_errorcode.h',
689 'browser/google_apis/gdata_operations.cc',
690 'browser/google_apis/gdata_operations.h',
691 'browser/google_apis/gdata_util.cc',
692 'browser/google_apis/gdata_util.h',
693 'browser/google_apis/gdata_wapi_parser.cc',
694 'browser/google_apis/gdata_wapi_parser.h',
681 'browser/google_apis/operation_registry.cc', 695 'browser/google_apis/operation_registry.cc',
682 'browser/google_apis/operation_registry.h', 696 'browser/google_apis/operation_registry.h',
697 'browser/google_apis/operation_runner.cc',
698 'browser/google_apis/operation_runner.h',
683 'browser/google_apis/operations_base.cc', 699 'browser/google_apis/operations_base.cc',
684 'browser/google_apis/operations_base.h', 700 'browser/google_apis/operations_base.h',
685 'browser/google_apis/task_util.cc', 701 'browser/google_apis/task_util.cc',
686 'browser/google_apis/task_util.h', 702 'browser/google_apis/task_util.h',
687 'browser/gpu_feature_checker.cc', 703 'browser/gpu_feature_checker.cc',
688 'browser/gpu_feature_checker.h', 704 'browser/gpu_feature_checker.h',
689 'browser/hang_monitor/hang_crash_dump_win.cc', 705 'browser/hang_monitor/hang_crash_dump_win.cc',
690 'browser/hang_monitor/hang_crash_dump_win.h', 706 'browser/hang_monitor/hang_crash_dump_win.h',
691 'browser/hang_monitor/hung_plugin_action.cc', 707 'browser/hang_monitor/hung_plugin_action.cc',
692 'browser/hang_monitor/hung_plugin_action.h', 708 'browser/hang_monitor/hung_plugin_action.h',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2824 'includes': [ '../build/jni_generator.gypi' ], 2840 'includes': [ '../build/jni_generator.gypi' ],
2825 'dependencies': [ 2841 'dependencies': [
2826 'android_jar_jni_headers', 2842 'android_jar_jni_headers',
2827 ], 2843 ],
2828 }, 2844 },
2829 ], 2845 ],
2830 }, 2846 },
2831 ], 2847 ],
2832 ], 2848 ],
2833 } 2849 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698