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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 74543002: Rename icon_loader_aurax11 as icon_loader_auralinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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/icon_loader_aurax11.cc ('k') | no next file » | 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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'browser/history/visit_tracker.h', 852 'browser/history/visit_tracker.h',
853 'browser/history/visitsegment_database.cc', 853 'browser/history/visitsegment_database.cc',
854 'browser/history/visitsegment_database.h', 854 'browser/history/visitsegment_database.h',
855 'browser/history/web_history_service.cc', 855 'browser/history/web_history_service.cc',
856 'browser/history/web_history_service.h', 856 'browser/history/web_history_service.h',
857 'browser/history/web_history_service_factory.cc', 857 'browser/history/web_history_service_factory.cc',
858 'browser/history/web_history_service_factory.h', 858 'browser/history/web_history_service_factory.h',
859 'browser/icon_loader.cc', 859 'browser/icon_loader.cc',
860 'browser/icon_loader.h', 860 'browser/icon_loader.h',
861 'browser/icon_loader_android.cc', 861 'browser/icon_loader_android.cc',
862 'browser/icon_loader_aurax11.cc', 862 'browser/icon_loader_auralinux.cc',
863 'browser/icon_loader_chromeos.cc', 863 'browser/icon_loader_chromeos.cc',
864 'browser/icon_loader_linux.cc', 864 'browser/icon_loader_linux.cc',
865 'browser/icon_loader_mac.mm', 865 'browser/icon_loader_mac.mm',
866 'browser/icon_loader_win.cc', 866 'browser/icon_loader_win.cc',
867 'browser/icon_manager.cc', 867 'browser/icon_manager.cc',
868 'browser/icon_manager.h', 868 'browser/icon_manager.h',
869 'browser/idle.cc', 869 'browser/idle.cc',
870 'browser/idle.h', 870 'browser/idle.h',
871 'browser/idle_android.cc', 871 'browser/idle_android.cc',
872 'browser/idle_chromeos.cc', 872 'browser/idle_chromeos.cc',
(...skipping 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after
3016 'browser/renderer_host/pepper/pepper_platform_verification_message_f ilter.h', 3016 'browser/renderer_host/pepper/pepper_platform_verification_message_f ilter.h',
3017 ], 3017 ],
3018 }, { # chromeos==1 3018 }, { # chromeos==1
3019 'dependencies': [ 3019 'dependencies': [
3020 'browser_chromeos', 3020 'browser_chromeos',
3021 ], 3021 ],
3022 'sources!': [ 3022 'sources!': [
3023 'browser/first_run/upgrade_util.cc', 3023 'browser/first_run/upgrade_util.cc',
3024 'browser/first_run/upgrade_util.h', 3024 'browser/first_run/upgrade_util.h',
3025 'browser/first_run/upgrade_util_linux.cc', 3025 'browser/first_run/upgrade_util_linux.cc',
3026 'browser/icon_loader_aurax11.cc', 3026 'browser/icon_loader_auralinux.cc',
3027 'browser/icon_loader_linux.cc', 3027 'browser/icon_loader_linux.cc',
3028 'browser/icon_manager_linux.cc', 3028 'browser/icon_manager_linux.cc',
3029 'browser/idle_linux.cc', 3029 'browser/idle_linux.cc',
3030 'browser/password_manager/native_backend_gnome_x.cc', 3030 'browser/password_manager/native_backend_gnome_x.cc',
3031 'browser/password_manager/native_backend_gnome_x.h', 3031 'browser/password_manager/native_backend_gnome_x.h',
3032 'browser/password_manager/native_backend_kwallet_x.cc', 3032 'browser/password_manager/native_backend_kwallet_x.cc',
3033 'browser/password_manager/native_backend_kwallet_x.h', 3033 'browser/password_manager/native_backend_kwallet_x.h',
3034 'browser/platform_util_linux.cc', 3034 'browser/platform_util_linux.cc',
3035 'browser/policy/cloud/cloud_policy_client_registration_helper.cc', 3035 'browser/policy/cloud/cloud_policy_client_registration_helper.cc',
3036 'browser/policy/cloud/cloud_policy_client_registration_helper.h', 3036 'browser/policy/cloud/cloud_policy_client_registration_helper.h',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
3777 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3777 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3778 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3778 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3779 }, 3779 },
3780 'includes': [ '../build/android/java_cpp_template.gypi' ], 3780 'includes': [ '../build/android/java_cpp_template.gypi' ],
3781 }, 3781 },
3782 ], 3782 ],
3783 }, 3783 },
3784 ], 3784 ],
3785 ], 3785 ],
3786 } 3786 }
OLDNEW
« no previous file with comments | « chrome/browser/icon_loader_aurax11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698