| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'type': 'shared_library', | 66 'type': 'shared_library', |
| 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 '../../ui/gfx/gfx.gyp:gfx', |
| 76 '../../url/url.gyp:url_lib', | 77 '../../url/url.gyp:url_lib', |
| 77 'metro_driver_version_resources', | 78 'metro_driver_version_resources', |
| 78 ], | 79 ], |
| 79 'sources': [ | 80 'sources': [ |
| 80 'display_properties.cc', | 81 'display_properties.cc', |
| 81 'display_properties.h', | 82 'display_properties.h', |
| 82 'metro_driver.cc', | 83 'metro_driver.cc', |
| 83 'metro_driver.h', | 84 'metro_driver.h', |
| 84 'metro_driver_win7.cc', | 85 'metro_driver_win7.cc', |
| 85 'stdafx.h', | 86 'stdafx.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'run_all_unittests.cc', | 155 'run_all_unittests.cc', |
| 155 'winrt_utils.cc', | 156 'winrt_utils.cc', |
| 156 'winrt_utils.h', | 157 'winrt_utils.h', |
| 157 'winrt_utils_unittest.cc', | 158 'winrt_utils_unittest.cc', |
| 158 ], | 159 ], |
| 159 }, | 160 }, |
| 160 ], | 161 ], |
| 161 },], | 162 },], |
| 162 ], | 163 ], |
| 163 } | 164 } |
| OLD | NEW |