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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 8729009: Implement an AutoLaunch experiment for Chrome for certain brand codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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/app_command.cc', 14 'installer/util/app_command.cc',
15 'installer/util/app_command.h', 15 'installer/util/app_command.h',
16 'installer/util/app_commands.cc', 16 'installer/util/app_commands.cc',
17 'installer/util/app_commands.h', 17 'installer/util/app_commands.h',
18 'installer/util/auto_launch_util.cc',
19 'installer/util/auto_launch_util.h',
18 'installer/util/browser_distribution.cc', 20 'installer/util/browser_distribution.cc',
19 'installer/util/browser_distribution.h', 21 'installer/util/browser_distribution.h',
20 'installer/util/channel_info.cc', 22 'installer/util/channel_info.cc',
21 'installer/util/channel_info.h', 23 'installer/util/channel_info.h',
22 'installer/util/chrome_frame_distribution.cc', 24 'installer/util/chrome_frame_distribution.cc',
23 'installer/util/chrome_frame_distribution.h', 25 'installer/util/chrome_frame_distribution.h',
24 'installer/util/chromium_binaries_distribution.cc', 26 'installer/util/chromium_binaries_distribution.cc',
25 'installer/util/chromium_binaries_distribution.h', 27 'installer/util/chromium_binaries_distribution.h',
26 'installer/util/conditional_work_item_list.cc', 28 'installer/util/conditional_work_item_list.cc',
27 'installer/util/conditional_work_item_list.h', 29 'installer/util/conditional_work_item_list.h',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'sources': [ '../content/public/common/content_switches.cc' ], 201 'sources': [ '../content/public/common/content_switches.cc' ],
200 'defines': [ 'COMPILE_CONTENT_STATICALLY'], 202 'defines': [ 'COMPILE_CONTENT_STATICALLY'],
201 }], 203 }],
202 ], 204 ],
203 } 205 }
204 ], 206 ],
205 }], 207 }],
206 208
207 ], 209 ],
208 } 210 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698