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

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: Composition instead of inheritance 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
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_worker.h', # Move to lib 349 'installer/setup/install_worker.h', # Move to lib
350 'installer/setup/install_worker_unittest.cc', 350 'installer/setup/install_worker_unittest.cc',
351 'installer/setup/run_all_unittests.cc', 351 'installer/setup/run_all_unittests.cc',
352 'installer/setup/setup_constants.cc', # Move to lib 352 'installer/setup/setup_constants.cc', # Move to lib
353 'installer/setup/setup_constants.h', # Move to lib 353 'installer/setup/setup_constants.h', # Move to lib
354 'installer/setup/setup_unittests.rc', 354 'installer/setup/setup_unittests.rc',
355 'installer/setup/setup_unittests_resource.h', 355 'installer/setup/setup_unittests_resource.h',
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
grt (UTC plus 2) 2015/07/13 16:47:04 add to chrome/installer/setup/BUILD.gn
gab 2015/07/13 16:58:01 Ah, had checked but looks like chrome/installer/se
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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 '..', 1066 '..',
1064 ], 1067 ],
1065 'sources': [ 1068 'sources': [
1066 'installer/gcapi_mac/gcapi_example_client.mm', 1069 'installer/gcapi_mac/gcapi_example_client.mm',
1067 ], 1070 ],
1068 }, 1071 },
1069 ], # targets 1072 ], # targets
1070 }], # OS=="mac" 1073 }], # OS=="mac"
1071 ], 1074 ],
1072 } 1075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698