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

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: nit 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
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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'browser/google/google_url_tracker_factory.cc', 703 'browser/google/google_url_tracker_factory.cc',
704 'browser/google/google_url_tracker_factory.h', 704 'browser/google/google_url_tracker_factory.h',
705 'browser/google/google_url_tracker_infobar_delegate.cc', 705 'browser/google/google_url_tracker_infobar_delegate.cc',
706 'browser/google/google_url_tracker_infobar_delegate.h', 706 'browser/google/google_url_tracker_infobar_delegate.h',
707 'browser/google/google_url_tracker_map_entry.cc', 707 'browser/google/google_url_tracker_map_entry.cc',
708 'browser/google/google_url_tracker_map_entry.h', 708 'browser/google/google_url_tracker_map_entry.h',
709 'browser/google/google_url_tracker_navigation_helper.cc', 709 'browser/google/google_url_tracker_navigation_helper.cc',
710 'browser/google/google_url_tracker_navigation_helper.h', 710 'browser/google/google_url_tracker_navigation_helper.h',
711 'browser/google/google_url_tracker_navigation_helper_impl.cc', 711 'browser/google/google_url_tracker_navigation_helper_impl.cc',
712 'browser/google/google_url_tracker_navigation_helper_impl.h', 712 'browser/google/google_url_tracker_navigation_helper_impl.h',
713 'browser/google/google_brand.cc',
714 'browser/google/google_brand.h',
715 'browser/google/google_brand_chromeos.cc',
716 'browser/google/google_brand_chromeos.h',
713 'browser/google/google_util.cc', 717 'browser/google/google_util.cc',
714 'browser/google/google_util.h', 718 'browser/google/google_util.h',
715 'browser/google/google_util_chromeos.cc',
716 'browser/google/google_util_chromeos.h',
717 'browser/gpu/gl_string_manager.cc', 719 'browser/gpu/gl_string_manager.cc',
718 'browser/gpu/gl_string_manager.h', 720 'browser/gpu/gl_string_manager.h',
719 'browser/gpu/gpu_feature_checker.cc', 721 'browser/gpu/gpu_feature_checker.cc',
720 'browser/gpu/gpu_feature_checker.h', 722 'browser/gpu/gpu_feature_checker.h',
721 'browser/gpu/gpu_mode_manager.cc', 723 'browser/gpu/gpu_mode_manager.cc',
722 'browser/gpu/gpu_mode_manager.h', 724 'browser/gpu/gpu_mode_manager.h',
723 'browser/gpu/three_d_api_observer.cc', 725 'browser/gpu/three_d_api_observer.cc',
724 'browser/gpu/three_d_api_observer.h', 726 'browser/gpu/three_d_api_observer.h',
725 'browser/guest_view/ad_view/ad_view_constants.cc', 727 'browser/guest_view/ad_view/ad_view_constants.cc',
726 'browser/guest_view/ad_view/ad_view_constants.h', 728 'browser/guest_view/ad_view/ad_view_constants.h',
(...skipping 3042 matching lines...) Expand 10 before | Expand all | Expand 10 after
3769 'package_name': 'org/chromium/chrome/browser', 3771 'package_name': 'org/chromium/chrome/browser',
3770 'template_deps': ['browser/android/tab_load_status.h'], 3772 'template_deps': ['browser/android/tab_load_status.h'],
3771 }, 3773 },
3772 'includes': [ '../build/android/java_cpp_template.gypi' ], 3774 'includes': [ '../build/android/java_cpp_template.gypi' ],
3773 }, 3775 },
3774 ], 3776 ],
3775 }, 3777 },
3776 ], 3778 ],
3777 ], 3779 ],
3778 } 3780 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698