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 29 matching lines...) Expand all Loading... |
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', | 45 '../../content/content.gyp:content_common', |
46 '../../google_update/google_update.gyp:google_update', | 46 '../../google_update/google_update.gyp:google_update', |
47 '../../ui/base/ui_base.gyp:ui_base', | 47 '../../ui/base/ui_base.gyp:ui_base', |
48 '../../ui/gfx/gfx.gyp:gfx', | 48 '../../ui/gfx/gfx.gyp:gfx', |
49 '../../ui/gfx/gfx.gyp:gfx_geometry', | 49 '../../ui/gfx/gfx.gyp:gfx_geometry', |
50 '../../win8/win8.gyp:check_sdk_patch', | |
51 'delegate_execute_version_resources', | 50 'delegate_execute_version_resources', |
52 ], | 51 ], |
53 'sources': [ | 52 'sources': [ |
54 'chrome_util.cc', | 53 'chrome_util.cc', |
55 'chrome_util.h', | 54 'chrome_util.h', |
56 'command_execute_impl.cc', | 55 'command_execute_impl.cc', |
57 'command_execute_impl.h', | 56 'command_execute_impl.h', |
58 'command_execute_impl.rgs', | 57 'command_execute_impl.rgs', |
59 'crash_server_init.cc', | 58 'crash_server_init.cc', |
60 'crash_server_init.h', | 59 'crash_server_init.h', |
(...skipping 28 matching lines...) Expand all Loading... |
89 '../../testing/gtest.gyp:gtest', | 88 '../../testing/gtest.gyp:gtest', |
90 ], | 89 ], |
91 'sources': [ | 90 'sources': [ |
92 'delegate_execute_util.cc', | 91 'delegate_execute_util.cc', |
93 'delegate_execute_util.h', | 92 'delegate_execute_util.h', |
94 'delegate_execute_util_unittest.cc', | 93 'delegate_execute_util_unittest.cc', |
95 ], | 94 ], |
96 }, | 95 }, |
97 ], | 96 ], |
98 } | 97 } |
OLD | NEW |