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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 316203003: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for iOS! Created 6 years, 6 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 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'browser/global_keyboard_shortcuts_mac.mm', 696 'browser/global_keyboard_shortcuts_mac.mm',
697 'browser/google/chrome_google_url_tracker_client.cc', 697 'browser/google/chrome_google_url_tracker_client.cc',
698 'browser/google/chrome_google_url_tracker_client.h', 698 'browser/google/chrome_google_url_tracker_client.h',
699 'browser/google/google_search_counter.cc', 699 'browser/google/google_search_counter.cc',
700 'browser/google/google_search_counter.h', 700 'browser/google/google_search_counter.h',
701 'browser/google/google_profile_helper.cc', 701 'browser/google/google_profile_helper.cc',
702 'browser/google/google_profile_helper.h', 702 'browser/google/google_profile_helper.h',
703 'browser/google/google_update_settings_posix.cc', 703 'browser/google/google_update_settings_posix.cc',
704 'browser/google/google_update_win.cc', 704 'browser/google/google_update_win.cc',
705 'browser/google/google_update_win.h', 705 'browser/google/google_update_win.h',
706 'browser/google/google_url_tracker.cc',
707 'browser/google/google_url_tracker.h',
708 'browser/google/google_url_tracker_factory.cc', 706 'browser/google/google_url_tracker_factory.cc',
709 'browser/google/google_url_tracker_factory.h', 707 'browser/google/google_url_tracker_factory.h',
710 'browser/google/google_url_tracker_infobar_delegate.cc',
711 'browser/google/google_url_tracker_infobar_delegate.h',
712 'browser/google/google_url_tracker_map_entry.cc',
713 'browser/google/google_url_tracker_map_entry.h',
714 'browser/google/google_url_tracker_navigation_helper.cc',
715 'browser/google/google_url_tracker_navigation_helper.h',
716 'browser/google/google_url_tracker_navigation_helper_impl.cc', 708 'browser/google/google_url_tracker_navigation_helper_impl.cc',
717 'browser/google/google_url_tracker_navigation_helper_impl.h', 709 'browser/google/google_url_tracker_navigation_helper_impl.h',
718 'browser/google/google_util.cc', 710 'browser/google/google_util.cc',
719 'browser/google/google_util.h', 711 'browser/google/google_util.h',
720 'browser/google/google_util_chromeos.cc', 712 'browser/google/google_util_chromeos.cc',
721 'browser/google/google_util_chromeos.h', 713 'browser/google/google_util_chromeos.h',
722 'browser/gpu/gl_string_manager.cc', 714 'browser/gpu/gl_string_manager.cc',
723 'browser/gpu/gl_string_manager.h', 715 'browser/gpu/gl_string_manager.h',
724 'browser/gpu/gpu_feature_checker.cc', 716 'browser/gpu/gpu_feature_checker.cc',
725 'browser/gpu/gpu_feature_checker.h', 717 'browser/gpu/gpu_feature_checker.h',
(...skipping 3051 matching lines...) Expand 10 before | Expand all | Expand 10 after
3777 'package_name': 'org/chromium/chrome/browser', 3769 'package_name': 'org/chromium/chrome/browser',
3778 'template_deps': ['browser/android/tab_load_status.h'], 3770 'template_deps': ['browser/android/tab_load_status.h'],
3779 }, 3771 },
3780 'includes': [ '../build/android/java_cpp_template.gypi' ], 3772 'includes': [ '../build/android/java_cpp_template.gypi' ],
3781 }, 3773 },
3782 ], 3774 ],
3783 }, 3775 },
3784 ], 3776 ],
3785 ], 3777 ],
3786 } 3778 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698