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

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: Move task_util 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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'browser/google/google_search_metrics.h', 650 'browser/google/google_search_metrics.h',
651 'browser/google/google_update_settings_posix.cc', 651 'browser/google/google_update_settings_posix.cc',
652 'browser/google/google_update_win.cc', 652 'browser/google/google_update_win.cc',
653 'browser/google/google_update_win.h', 653 'browser/google/google_update_win.h',
654 'browser/google/google_url_tracker.cc', 654 'browser/google/google_url_tracker.cc',
655 'browser/google/google_url_tracker.h', 655 'browser/google/google_url_tracker.h',
656 'browser/google/google_url_tracker_factory.cc', 656 'browser/google/google_url_tracker_factory.cc',
657 'browser/google/google_url_tracker_factory.h', 657 'browser/google/google_url_tracker_factory.h',
658 'browser/google/google_util.cc', 658 'browser/google/google_util.cc',
659 'browser/google/google_util.h', 659 'browser/google/google_util.h',
660 'browser/google_apis/gdata_errorcode.h',
661 'browser/google_apis/operation_registry.cc',
662 'browser/google_apis/operation_registry.h',
663 'browser/google_apis/operations_base.cc',
664 'browser/google_apis/operations_base.h',
665 'browser/google_apis/task_util.cc',
666 'browser/google_apis/task_util.h',
660 'browser/gpu_blacklist.cc', 667 'browser/gpu_blacklist.cc',
661 'browser/gpu_blacklist.h', 668 'browser/gpu_blacklist.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/gpu_util.cc', 671 'browser/gpu_util.cc',
665 'browser/gpu_util.h', 672 'browser/gpu_util.h',
666 'browser/hang_monitor/hang_crash_dump_win.cc', 673 'browser/hang_monitor/hang_crash_dump_win.cc',
667 'browser/hang_monitor/hang_crash_dump_win.h', 674 'browser/hang_monitor/hang_crash_dump_win.h',
668 'browser/hang_monitor/hung_plugin_action.cc', 675 'browser/hang_monitor/hung_plugin_action.cc',
669 'browser/hang_monitor/hung_plugin_action.h', 676 'browser/hang_monitor/hung_plugin_action.h',
(...skipping 2098 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 'includes': [ '../build/jni_generator.gypi' ], 2775 'includes': [ '../build/jni_generator.gypi' ],
2769 'dependencies': [ 2776 'dependencies': [
2770 'android_jar_jni_headers', 2777 'android_jar_jni_headers',
2771 ], 2778 ],
2772 }, 2779 },
2773 ], 2780 ],
2774 }, 2781 },
2775 ], 2782 ],
2776 ], 2783 ],
2777 } 2784 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698