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 'conditions': [ | 5 'conditions': [ |
6 ['OS=="win"', { | 6 ['OS=="win"', { |
7 'variables': { | 7 'variables': { |
8 'chromium_code': 1, | 8 'chromium_code': 1, |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'dependencies': [ | 67 'dependencies': [ |
68 '../../base/base.gyp:base', | 68 '../../base/base.gyp:base', |
69 '../../chrome/common_constants.gyp:common_constants', | 69 '../../chrome/common_constants.gyp:common_constants', |
70 '../../chrome/chrome.gyp:installer_util', | 70 '../../chrome/chrome.gyp:installer_util', |
71 '../../crypto/crypto.gyp:crypto', | 71 '../../crypto/crypto.gyp:crypto', |
72 '../../google_update/google_update.gyp:google_update', | 72 '../../google_update/google_update.gyp:google_update', |
73 '../../ipc/ipc.gyp:ipc', | 73 '../../ipc/ipc.gyp:ipc', |
74 '../../sandbox/sandbox.gyp:sandbox', | 74 '../../sandbox/sandbox.gyp:sandbox', |
75 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 75 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
76 '../../url/url.gyp:url_lib', | 76 '../../url/url.gyp:url_lib', |
77 '../win8.gyp:check_sdk_patch', | |
78 'metro_driver_version_resources', | 77 'metro_driver_version_resources', |
79 ], | 78 ], |
80 'sources': [ | 79 'sources': [ |
81 'display_properties.cc', | 80 'display_properties.cc', |
82 'display_properties.h', | 81 'display_properties.h', |
83 'metro_driver.cc', | 82 'metro_driver.cc', |
84 'metro_driver.h', | 83 'metro_driver.h', |
85 'metro_driver_win7.cc', | 84 'metro_driver_win7.cc', |
86 'stdafx.h', | 85 'stdafx.h', |
87 'winrt_utils.cc', | 86 'winrt_utils.cc', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 'run_all_unittests.cc', | 154 'run_all_unittests.cc', |
156 'winrt_utils.cc', | 155 'winrt_utils.cc', |
157 'winrt_utils.h', | 156 'winrt_utils.h', |
158 'winrt_utils_unittest.cc', | 157 'winrt_utils_unittest.cc', |
159 ], | 158 ], |
160 }, | 159 }, |
161 ], | 160 ], |
162 },], | 161 },], |
163 ], | 162 ], |
164 } | 163 } |
OLD | NEW |