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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10913184: Move basic operation components for Drive API to chrome/browser/google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/ui/webui/screenshot_source.h ('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 (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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'browser/google/google_search_metrics.h', 652 'browser/google/google_search_metrics.h',
653 'browser/google/google_update_settings_posix.cc', 653 'browser/google/google_update_settings_posix.cc',
654 'browser/google/google_update_win.cc', 654 'browser/google/google_update_win.cc',
655 'browser/google/google_update_win.h', 655 'browser/google/google_update_win.h',
656 'browser/google/google_url_tracker.cc', 656 'browser/google/google_url_tracker.cc',
657 'browser/google/google_url_tracker.h', 657 'browser/google/google_url_tracker.h',
658 'browser/google/google_url_tracker_factory.cc', 658 'browser/google/google_url_tracker_factory.cc',
659 'browser/google/google_url_tracker_factory.h', 659 'browser/google/google_url_tracker_factory.h',
660 'browser/google/google_util.cc', 660 'browser/google/google_util.cc',
661 'browser/google/google_util.h', 661 'browser/google/google_util.h',
662 'browser/google_apis/gdata_errorcode.h',
663 'browser/google_apis/operation_registry.cc',
664 'browser/google_apis/operation_registry.h',
665 'browser/google_apis/operations_base.cc',
666 'browser/google_apis/operations_base.h',
667 'browser/google_apis/task_util.cc',
668 'browser/google_apis/task_util.h',
662 'browser/gpu_feature_checker.cc', 669 'browser/gpu_feature_checker.cc',
663 'browser/gpu_feature_checker.h', 670 'browser/gpu_feature_checker.h',
664 'browser/hang_monitor/hang_crash_dump_win.cc', 671 'browser/hang_monitor/hang_crash_dump_win.cc',
665 'browser/hang_monitor/hang_crash_dump_win.h', 672 'browser/hang_monitor/hang_crash_dump_win.h',
666 'browser/hang_monitor/hung_plugin_action.cc', 673 'browser/hang_monitor/hung_plugin_action.cc',
667 'browser/hang_monitor/hung_plugin_action.h', 674 'browser/hang_monitor/hung_plugin_action.h',
668 'browser/hang_monitor/hung_window_detector.cc', 675 'browser/hang_monitor/hung_window_detector.cc',
669 'browser/hang_monitor/hung_window_detector.h', 676 'browser/hang_monitor/hung_window_detector.h',
670 'browser/history/android/android_cache_database.cc', 677 'browser/history/android/android_cache_database.cc',
671 'browser/history/android/android_cache_database.h', 678 'browser/history/android/android_cache_database.h',
(...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2773 'includes': [ '../build/jni_generator.gypi' ], 2780 'includes': [ '../build/jni_generator.gypi' ],
2774 'dependencies': [ 2781 'dependencies': [
2775 'android_jar_jni_headers', 2782 'android_jar_jni_headers',
2776 ], 2783 ],
2777 }, 2784 },
2778 ], 2785 ],
2779 }, 2786 },
2780 ], 2787 ],
2781 ], 2788 ],
2782 } 2789 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/screenshot_source.h ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698