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 'target_name': 'chrome_watcher',
40 'type': 'loadable_module',
46 'chrome_watcher_main.cc',
47 '<(SHARED_INTERMEDIATE_DIR)/chrome_watcher/chrome_watcher_version.rc',
50 'chrome_watcher_resources',
51 '../components/components.gyp:browser_watcher',
55 # Set /SUBSYSTEM:WINDOWS.