1 # Copyright (c) 2012 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': 'delegate_execute_version_resources',
17 ['branding == "Chrome"', {
19 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING',
21 }, { # else branding!="Chrome"
23 'branding_path': '../../chrome/app/theme/chromium/BRANDING',
28 'output_dir': 'delegate_execute',
29 'template_input_path': '../../chrome/app/chrome_version.rc.version',
32 'delegate_execute_exe.ver',
35 '../../chrome/version_resource_rules.gypi',
39 'target_name': 'delegate_execute',
42 '../../base/base.gyp:base',
43 '../../breakpad/breakpad.gyp:breakpad_handler',
44 '../../chrome/chrome.gyp:installer_util',
45 '../../content/content.gyp:content_common',
46 '../../google_update/google_update.gyp:google_update',
47 '../../ui/base/ui_base.gyp:ui_base',
48 '../../ui/gfx/gfx.gyp:gfx',
49 '../../ui/gfx/gfx.gyp:gfx_geometry',
50 'delegate_execute_version_resources',
55 'command_execute_impl.cc',
56 'command_execute_impl.h',
57 'command_execute_impl.rgs',
58 'crash_server_init.cc',
59 'crash_server_init.h',
60 'delegate_execute.cc',
61 'delegate_execute.rc',
62 'delegate_execute_operation.cc',
63 'delegate_execute_operation.h',
64 'delegate_execute_util.cc',
65 'delegate_execute_util.h',
67 '<(SHARED_INTERMEDIATE_DIR)/delegate_execute/delegate_execute_exe_version.rc',
71 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
77 '../win8.gyp:metro_viewer_constants',
80 ['branding!="Chrome"', {
82 '../../google_update/google_update.gyp:google_update',
88 'target_name': 'delegate_execute_unittests',
91 '../../base/base.gyp:base',
92 '../../base/base.gyp:run_all_unittests',
93 '../../testing/gtest.gyp:gtest',
96 'delegate_execute_util.cc',
97 'delegate_execute_util.h',
98 'delegate_execute_util_unittest.cc',