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

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: Disable some tests 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_service_interface.h',
688 'browser/google_apis/drive_upload_mode.h',
689 'browser/google_apis/drive_uploader.cc',
690 'browser/google_apis/drive_uploader.h',
680 'browser/google_apis/gdata_errorcode.h', 691 'browser/google_apis/gdata_errorcode.h',
692 'browser/google_apis/gdata_operations.cc',
693 'browser/google_apis/gdata_operations.h',
694 'browser/google_apis/gdata_util.cc',
695 'browser/google_apis/gdata_util.h',
696 'browser/google_apis/gdata_wapi_parser.cc',
697 'browser/google_apis/gdata_wapi_parser.h',
681 'browser/google_apis/operation_registry.cc', 698 'browser/google_apis/operation_registry.cc',
682 'browser/google_apis/operation_registry.h', 699 'browser/google_apis/operation_registry.h',
700 'browser/google_apis/operation_runner.cc',
701 'browser/google_apis/operation_runner.h',
683 'browser/google_apis/operations_base.cc', 702 'browser/google_apis/operations_base.cc',
684 'browser/google_apis/operations_base.h', 703 'browser/google_apis/operations_base.h',
685 'browser/google_apis/task_util.cc', 704 'browser/google_apis/task_util.cc',
686 'browser/google_apis/task_util.h', 705 'browser/google_apis/task_util.h',
687 'browser/gpu_feature_checker.cc', 706 'browser/gpu_feature_checker.cc',
688 'browser/gpu_feature_checker.h', 707 'browser/gpu_feature_checker.h',
689 'browser/hang_monitor/hang_crash_dump_win.cc', 708 'browser/hang_monitor/hang_crash_dump_win.cc',
690 'browser/hang_monitor/hang_crash_dump_win.h', 709 'browser/hang_monitor/hang_crash_dump_win.h',
691 'browser/hang_monitor/hung_plugin_action.cc', 710 'browser/hang_monitor/hung_plugin_action.cc',
692 'browser/hang_monitor/hung_plugin_action.h', 711 'browser/hang_monitor/hung_plugin_action.h',
(...skipping 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after
2816 'includes': [ '../build/jni_generator.gypi' ], 2835 'includes': [ '../build/jni_generator.gypi' ],
2817 'dependencies': [ 2836 'dependencies': [
2818 'android_jar_jni_headers', 2837 'android_jar_jni_headers',
2819 ], 2838 ],
2820 }, 2839 },
2821 ], 2840 ],
2822 }, 2841 },
2823 ], 2842 ],
2824 ], 2843 ],
2825 } 2844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698