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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 1223953003: Introduce UpdateActiveSetupVersionWorkItem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_active_setup_onosup_addCB_API
Patch Set: merge to r338517 add GN support for setup_unittests Created 5 years, 5 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/installer/setup/BUILD.gn » ('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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'installer/setup/install_unittest.cc', 349 'installer/setup/install_unittest.cc',
350 'installer/setup/install_worker.cc', # Move to lib 350 'installer/setup/install_worker.cc', # Move to lib
351 'installer/setup/install_worker.h', # Move to lib 351 'installer/setup/install_worker.h', # Move to lib
352 'installer/setup/install_worker_unittest.cc', 352 'installer/setup/install_worker_unittest.cc',
353 'installer/setup/run_all_unittests.cc', 353 'installer/setup/run_all_unittests.cc',
354 'installer/setup/setup_constants.cc', # Move to lib 354 'installer/setup/setup_constants.cc', # Move to lib
355 'installer/setup/setup_constants.h', # Move to lib 355 'installer/setup/setup_constants.h', # Move to lib
356 'installer/setup/setup_util.cc', 356 'installer/setup/setup_util.cc',
357 'installer/setup/setup_util_unittest.cc', 357 'installer/setup/setup_util_unittest.cc',
358 'installer/setup/setup_util_unittest.h', 358 'installer/setup/setup_util_unittest.h',
359 'installer/setup/update_active_setup_version_work_item.cc', # Move to lib
360 'installer/setup/update_active_setup_version_work_item.h', # Move to lib
361 'installer/setup/update_active_setup_version_work_item_unittest.cc',
359 ], 362 ],
360 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 363 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
361 'msvs_disabled_warnings': [ 4267, ], 364 'msvs_disabled_warnings': [ 4267, ],
362 }, 365 },
363 ], 366 ],
364 }], 367 }],
365 ['OS=="win" and target_arch=="ia32"', { 368 ['OS=="win" and target_arch=="ia32"', {
366 'targets': [ 369 'targets': [
367 { 370 {
368 'target_name': 'launcher_support64', 371 'target_name': 'launcher_support64',
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 '../build/isolate.gypi', 1083 '../build/isolate.gypi',
1081 ], 1084 ],
1082 'sources': [ 1085 'sources': [
1083 'installer_util_unittests.isolate', 1086 'installer_util_unittests.isolate',
1084 ], 1087 ],
1085 }, 1088 },
1086 ], 1089 ],
1087 }], 1090 }],
1088 ], 1091 ],
1089 } 1092 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698