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.
9 '../../build/util/version.gypi',
10 '../../build/win_precompile.gypi',
14 'target_name': 'chrome_watcher_resources',
17 ['branding == "Chrome"', {
19 'branding_path': '../app/theme/google_chrome/BRANDING',
21 }, { # else branding!="Chrome"
23 'branding_path': '../app/theme/chromium/BRANDING',
29 'template_input_path': '../app/chrome_version.rc.version',
35 '../version_resource_rules.gypi',
39 # Users of the watcher link this target.
40 'target_name': 'chrome_watcher_client',
41 'type': 'static_library',
43 'chrome_watcher_main_api.cc',
44 'chrome_watcher_main_api.h',
47 '../base/base.gyp:base',
51 'target_name': 'chrome_watcher',
52 'type': 'loadable_module',
57 '<(SHARED_INTERMEDIATE_DIR)/chrome_watcher/chrome_watcher_version.rc',
59 'chrome_watcher_main.cc',
62 'chrome_watcher_client',
63 'chrome_watcher_resources',
65 '../base/base.gyp:base',
66 '../components/components.gyp:browser_watcher',
77 # Set /SUBSYSTEM:WINDOWS.