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.
7 # This is the app shim on Windows. It is a small binary that simply runs
8 # Chrome, passing along any command-line arguments.
10 'target_name': 'app_shim',
14 '../base/base.gyp:base',
18 'win/app_shim_main.cc',
22 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
25 'AdditionalManifestFiles': [
26 'app_shim/win/app_shim.exe.manifest',