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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 ], | 45 ], |
46 'includes': [ | 46 'includes': [ |
47 '../../chrome/version_resource_rules.gypi', | 47 '../../chrome/version_resource_rules.gypi', |
48 ], | 48 ], |
49 }, | 49 }, |
50 { | 50 { |
51 'target_name': 'metro_driver', | 51 'target_name': 'metro_driver', |
52 'type': 'shared_library', | 52 'type': 'shared_library', |
53 'dependencies': [ | 53 'dependencies': [ |
54 '../../base/base.gyp:base', | 54 '../../base/base.gyp:base', |
55 '../../build/temp_gyp/googleurl.gyp:googleurl', | 55 '../../url/url.gyp:url', |
56 '../../chrome/common_constants.gyp:common_constants', | 56 '../../chrome/common_constants.gyp:common_constants', |
57 '../../crypto/crypto.gyp:crypto', | 57 '../../crypto/crypto.gyp:crypto', |
58 '../../google_update/google_update.gyp:google_update', | 58 '../../google_update/google_update.gyp:google_update', |
59 '../../ipc/ipc.gyp:ipc', | 59 '../../ipc/ipc.gyp:ipc', |
60 '../../sandbox/sandbox.gyp:sandbox', | 60 '../../sandbox/sandbox.gyp:sandbox', |
61 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer', | 61 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer', |
62 '../win8.gyp:check_sdk_patch', | 62 '../win8.gyp:check_sdk_patch', |
63 'metro_driver_version_resources', | 63 'metro_driver_version_resources', |
64 ], | 64 ], |
65 'sources': [ | 65 'sources': [ |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'run_all_unittests.cc', | 132 'run_all_unittests.cc', |
133 'winrt_utils.cc', | 133 'winrt_utils.cc', |
134 'winrt_utils.h', | 134 'winrt_utils.h', |
135 'winrt_utils_unittest.cc', | 135 'winrt_utils_unittest.cc', |
136 ], | 136 ], |
137 }, | 137 }, |
138 ], | 138 ], |
139 },], | 139 },], |
140 ], | 140 ], |
141 } | 141 } |
OLD | NEW |