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

Side by Side Diff: chrome/chrome_installer_util.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 | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/install.cc » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'installer_util_target': 0, 8 'installer_util_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 # This part is shared between the two versions of the target. 11 # This part is shared between the two versions of the target.
12 ['installer_util_target==1', { 12 ['installer_util_target==1', {
13 'sources': [ 13 'sources': [
14 'installer/util/advanced_firewall_manager_win.cc', 14 'installer/util/advanced_firewall_manager_win.cc',
15 'installer/util/advanced_firewall_manager_win.h', 15 'installer/util/advanced_firewall_manager_win.h',
16 'installer/util/app_command.cc', 16 'installer/util/app_command.cc',
17 'installer/util/app_command.h', 17 'installer/util/app_command.h',
18 'installer/util/app_commands.cc', 18 'installer/util/app_commands.cc',
19 'installer/util/app_commands.h', 19 'installer/util/app_commands.h',
20 'installer/util/app_registration_data.h', 20 'installer/util/app_registration_data.h',
21 'installer/util/auto_launch_util.cc', 21 'installer/util/auto_launch_util.cc',
22 'installer/util/auto_launch_util.h', 22 'installer/util/auto_launch_util.h',
23 'installer/util/beacons.cc',
24 'installer/util/beacons.h',
23 'installer/util/browser_distribution.cc', 25 'installer/util/browser_distribution.cc',
24 'installer/util/browser_distribution.h', 26 'installer/util/browser_distribution.h',
25 'installer/util/callback_work_item.cc', 27 'installer/util/callback_work_item.cc',
26 'installer/util/callback_work_item.h', 28 'installer/util/callback_work_item.h',
27 'installer/util/channel_info.cc', 29 'installer/util/channel_info.cc',
28 'installer/util/channel_info.h', 30 'installer/util/channel_info.h',
29 'installer/util/chrome_frame_distribution.cc', 31 'installer/util/chrome_frame_distribution.cc',
30 'installer/util/chrome_frame_distribution.h', 32 'installer/util/chrome_frame_distribution.h',
31 'installer/util/chromium_binaries_distribution.cc', 33 'installer/util/chromium_binaries_distribution.cc',
32 'installer/util/chromium_binaries_distribution.h', 34 'installer/util/chromium_binaries_distribution.h',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 ], 224 ],
223 'include_dirs': [ 225 'include_dirs': [
224 '<(DEPTH)', 226 '<(DEPTH)',
225 ], 227 ],
226 } 228 }
227 ], 229 ],
228 }], 230 }],
229 231
230 ], 232 ],
231 } 233 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698