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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1146843003: Beacons for tracking default browser status. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: take three Created 5 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 | « no previous file | chrome/chrome_installer_util.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 'branding_dir': 'app/theme/<(branding_path_component)', 9 'branding_dir': 'app/theme/<(branding_path_component)',
10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )', 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component )',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'include_dirs': [ 94 'include_dirs': [
95 '..', 95 '..',
96 ], 96 ],
97 'sources': [ 97 'sources': [
98 # List duplicated in GN build. 98 # List duplicated in GN build.
99 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 99 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
100 '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/util/installer_util_str ings.rc', 100 '<(SHARED_INTERMEDIATE_DIR)/chrome/installer/util/installer_util_str ings.rc',
101 'installer/setup/compat_checks_unittest.cc', 101 'installer/setup/compat_checks_unittest.cc',
102 'installer/setup/setup_constants.cc', 102 'installer/setup/setup_constants.cc',
103 'installer/util/advanced_firewall_manager_win_unittest.cc', 103 'installer/util/advanced_firewall_manager_win_unittest.cc',
104 'installer/util/beacons_unittest.cc',
104 'installer/util/callback_work_item_unittest.cc', 105 'installer/util/callback_work_item_unittest.cc',
105 'installer/util/channel_info_unittest.cc', 106 'installer/util/channel_info_unittest.cc',
106 'installer/util/copy_tree_work_item_unittest.cc', 107 'installer/util/copy_tree_work_item_unittest.cc',
107 'installer/util/create_dir_work_item_unittest.cc', 108 'installer/util/create_dir_work_item_unittest.cc',
108 'installer/util/create_reg_key_work_item_unittest.cc', 109 'installer/util/create_reg_key_work_item_unittest.cc',
109 'installer/util/delete_after_reboot_helper_unittest.cc', 110 'installer/util/delete_after_reboot_helper_unittest.cc',
110 'installer/util/delete_reg_key_work_item_unittest.cc', 111 'installer/util/delete_reg_key_work_item_unittest.cc',
111 'installer/util/delete_reg_value_work_item_unittest.cc', 112 'installer/util/delete_reg_value_work_item_unittest.cc',
112 'installer/util/delete_tree_work_item_unittest.cc', 113 'installer/util/delete_tree_work_item_unittest.cc',
113 'installer/util/duplicate_tree_detector_unittest.cc', 114 'installer/util/duplicate_tree_detector_unittest.cc',
(...skipping 16 matching lines...) Expand all
130 'installer/util/product_state_unittest.cc', 131 'installer/util/product_state_unittest.cc',
131 'installer/util/product_unittest.cc', 132 'installer/util/product_unittest.cc',
132 'installer/util/product_unittest.h', 133 'installer/util/product_unittest.h',
133 'installer/util/registry_key_backup_unittest.cc', 134 'installer/util/registry_key_backup_unittest.cc',
134 'installer/util/registry_test_data.cc', 135 'installer/util/registry_test_data.cc',
135 'installer/util/registry_test_data.h', 136 'installer/util/registry_test_data.h',
136 'installer/util/run_all_unittests.cc', 137 'installer/util/run_all_unittests.cc',
137 'installer/util/self_cleaning_temp_dir_unittest.cc', 138 'installer/util/self_cleaning_temp_dir_unittest.cc',
138 'installer/util/set_reg_value_work_item_unittest.cc', 139 'installer/util/set_reg_value_work_item_unittest.cc',
139 'installer/util/shell_util_unittest.cc', 140 'installer/util/shell_util_unittest.cc',
141 'installer/util/test_app_registration_data.cc',
142 'installer/util/test_app_registration_data.h',
140 'installer/util/uninstall_metrics_unittest.cc', 143 'installer/util/uninstall_metrics_unittest.cc',
141 'installer/util/wmi_unittest.cc', 144 'installer/util/wmi_unittest.cc',
142 'installer/util/work_item_list_unittest.cc', 145 'installer/util/work_item_list_unittest.cc',
143 ], 146 ],
144 'msvs_settings': { 147 'msvs_settings': {
145 'VCManifestTool': { 148 'VCManifestTool': {
146 'AdditionalManifestFiles': [ 149 'AdditionalManifestFiles': [
147 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest', 150 '$(ProjectDir)\\installer\\mini_installer\\mini_installer.exe.ma nifest',
148 ], 151 ],
149 }, 152 },
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 '..', 1064 '..',
1062 ], 1065 ],
1063 'sources': [ 1066 'sources': [
1064 'installer/gcapi_mac/gcapi_example_client.mm', 1067 'installer/gcapi_mac/gcapi_example_client.mm',
1065 ], 1068 ],
1066 }, 1069 },
1067 ], # targets 1070 ], # targets
1068 }], # OS=="mac" 1071 }], # OS=="mac"
1069 ], 1072 ],
1070 } 1073 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698