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 'target_name': 'app_installer_util',
11 'type': 'static_library',
15 'installer_util_strings',
17 'common_constants.gyp:common_constants',
18 '../base/base.gyp:base',
19 '../content/content.gyp:content_common',
21 '../third_party/omaha/omaha.gyp:omaha_extractor',
25 '<(INTERMEDIATE_DIR)',
28 'win/app_installer_util.cc',
29 'win/app_installer_util.h',
32 # TODO(jackhou): Add a version resource (using
33 # version_resource_rules.gypi).
35 'target_name': 'app_installer',
39 '../base/base.gyp:base',
43 '<(INTERMEDIATE_DIR)',
46 'win/app_installer_main.cc',
50 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
53 'AdditionalManifestFiles': [
54 'app_installer/win/app_installer.exe.manifest',
60 'target_name': 'app_installer_unittests',
64 '../base/base.gyp:base',
65 '../base/base.gyp:run_all_unittests',
66 '../net/net.gyp:net_test_support',
67 '../testing/gtest.gyp:gtest',
71 '<(INTERMEDIATE_DIR)',
74 'win/app_installer_util_unittest.cc',
78 'AdditionalManifestFiles': [
79 'app_installer/win/app_installer.exe.manifest',