1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
10 # GN version: //chrome/app_installer:util
11 'target_name': 'app_installer_util',
12 'type': 'static_library',
16 'installer_util_strings',
18 'common_constants.gyp:common_constants',
19 '../base/base.gyp:base',
20 '../content/content.gyp:content_common',
22 '../third_party/omaha/omaha.gyp:omaha_extractor',
26 '<(INTERMEDIATE_DIR)',
29 'win/app_installer_util.cc',
30 'win/app_installer_util.h',
33 # TODO(jackhou): Add a version resource (using
34 # version_resource_rules.gypi).
36 # GN version: //chrome/app_installer
37 'target_name': 'app_installer',
41 '../base/base.gyp:base',
45 '<(INTERMEDIATE_DIR)',
48 'win/app_installer_main.cc',
52 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
55 'AdditionalManifestFiles': [
56 'app_installer/win/app_installer.exe.manifest',
62 # GN version: //chrome/installer/app_installer:app_installer_unittests
63 'target_name': 'app_installer_unittests',
67 '../base/base.gyp:base',
68 '../base/base.gyp:run_all_unittests',
69 '../net/net.gyp:net_test_support',
70 '../testing/gtest.gyp:gtest',
74 '<(INTERMEDIATE_DIR)',
77 'win/app_installer_util_unittest.cc',
81 'AdditionalManifestFiles': [
82 'app_installer/win/app_installer.exe.manifest',