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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 316963002: Move branding information out of google_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for Windows 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
« no previous file with comments | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/installer/util/google_update_settings.h » ('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 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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 'browser/google/google_url_tracker_factory.cc', 708 'browser/google/google_url_tracker_factory.cc',
709 'browser/google/google_url_tracker_factory.h', 709 'browser/google/google_url_tracker_factory.h',
710 'browser/google/google_url_tracker_infobar_delegate.cc', 710 'browser/google/google_url_tracker_infobar_delegate.cc',
711 'browser/google/google_url_tracker_infobar_delegate.h', 711 'browser/google/google_url_tracker_infobar_delegate.h',
712 'browser/google/google_url_tracker_map_entry.cc', 712 'browser/google/google_url_tracker_map_entry.cc',
713 'browser/google/google_url_tracker_map_entry.h', 713 'browser/google/google_url_tracker_map_entry.h',
714 'browser/google/google_url_tracker_navigation_helper.cc', 714 'browser/google/google_url_tracker_navigation_helper.cc',
715 'browser/google/google_url_tracker_navigation_helper.h', 715 'browser/google/google_url_tracker_navigation_helper.h',
716 'browser/google/google_url_tracker_navigation_helper_impl.cc', 716 'browser/google/google_url_tracker_navigation_helper_impl.cc',
717 'browser/google/google_url_tracker_navigation_helper_impl.h', 717 'browser/google/google_url_tracker_navigation_helper_impl.h',
718 'browser/google/google_brand.cc',
719 'browser/google/google_brand.h',
720 'browser/google/google_brand_chromeos.cc',
721 'browser/google/google_brand_chromeos.h',
718 'browser/google/google_util.cc', 722 'browser/google/google_util.cc',
719 'browser/google/google_util.h', 723 'browser/google/google_util.h',
720 'browser/google/google_util_chromeos.cc',
721 'browser/google/google_util_chromeos.h',
722 'browser/gpu/gl_string_manager.cc', 724 'browser/gpu/gl_string_manager.cc',
723 'browser/gpu/gl_string_manager.h', 725 'browser/gpu/gl_string_manager.h',
724 'browser/gpu/gpu_feature_checker.cc', 726 'browser/gpu/gpu_feature_checker.cc',
725 'browser/gpu/gpu_feature_checker.h', 727 'browser/gpu/gpu_feature_checker.h',
726 'browser/gpu/gpu_mode_manager.cc', 728 'browser/gpu/gpu_mode_manager.cc',
727 'browser/gpu/gpu_mode_manager.h', 729 'browser/gpu/gpu_mode_manager.h',
728 'browser/gpu/three_d_api_observer.cc', 730 'browser/gpu/three_d_api_observer.cc',
729 'browser/gpu/three_d_api_observer.h', 731 'browser/gpu/three_d_api_observer.h',
730 'browser/guest_view/ad_view/ad_view_constants.cc', 732 'browser/guest_view/ad_view/ad_view_constants.cc',
731 'browser/guest_view/ad_view/ad_view_constants.h', 733 'browser/guest_view/ad_view/ad_view_constants.h',
(...skipping 3047 matching lines...) Expand 10 before | Expand all | Expand 10 after
3779 'package_name': 'org/chromium/chrome/browser', 3781 'package_name': 'org/chromium/chrome/browser',
3780 'template_deps': ['browser/android/tab_load_status.h'], 3782 'template_deps': ['browser/android/tab_load_status.h'],
3781 }, 3783 },
3782 'includes': [ '../build/android/java_cpp_template.gypi' ], 3784 'includes': [ '../build/android/java_cpp_template.gypi' ],
3783 }, 3785 },
3784 ], 3786 ],
3785 }, 3787 },
3786 ], 3788 ],
3787 ], 3789 ],
3788 } 3790 }
OLDNEW
« no previous file with comments | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/installer/util/google_update_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698