OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'includes': [ | 8 'includes': [ |
9 '../../build/util/version.gypi', | 9 '../../build/util/version.gypi', |
10 '../../build/win_precompile.gypi', | 10 '../../build/win_precompile.gypi', |
(...skipping 24 matching lines...) Expand all Loading... |
35 '../../chrome/version_resource_rules.gypi', | 35 '../../chrome/version_resource_rules.gypi', |
36 ], | 36 ], |
37 }, | 37 }, |
38 { | 38 { |
39 'target_name': 'delegate_execute', | 39 'target_name': 'delegate_execute', |
40 'type': 'executable', | 40 'type': 'executable', |
41 'dependencies': [ | 41 'dependencies': [ |
42 '../../base/base.gyp:base', | 42 '../../base/base.gyp:base', |
43 '../../breakpad/breakpad.gyp:breakpad_handler', | 43 '../../breakpad/breakpad.gyp:breakpad_handler', |
44 '../../chrome/chrome.gyp:installer_util', | 44 '../../chrome/chrome.gyp:installer_util', |
45 '../../content/content.gyp:content_common', | |
46 '../../google_update/google_update.gyp:google_update', | 45 '../../google_update/google_update.gyp:google_update', |
47 '../../ui/base/ui_base.gyp:ui_base', | 46 '../../ui/base/ui_base.gyp:ui_base', |
48 '../../ui/gfx/gfx.gyp:gfx', | 47 '../../ui/gfx/gfx.gyp:gfx', |
49 '../../ui/gfx/gfx.gyp:gfx_geometry', | 48 '../../ui/gfx/gfx.gyp:gfx_geometry', |
50 'delegate_execute_version_resources', | 49 'delegate_execute_version_resources', |
51 ], | 50 ], |
52 'sources': [ | 51 'sources': [ |
53 'chrome_util.cc', | 52 'chrome_util.cc', |
54 'chrome_util.h', | 53 'chrome_util.h', |
55 'command_execute_impl.cc', | 54 'command_execute_impl.cc', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 '../../testing/gtest.gyp:gtest', | 92 '../../testing/gtest.gyp:gtest', |
94 ], | 93 ], |
95 'sources': [ | 94 'sources': [ |
96 'delegate_execute_util.cc', | 95 'delegate_execute_util.cc', |
97 'delegate_execute_util.h', | 96 'delegate_execute_util.h', |
98 'delegate_execute_util_unittest.cc', | 97 'delegate_execute_util_unittest.cc', |
99 ], | 98 ], |
100 }, | 99 }, |
101 ], | 100 ], |
102 } | 101 } |
OLD | NEW |