| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 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_messages', |
| 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': [ |
| 66 'metro_driver.cc', | 66 'metro_driver.cc', |
| 67 'metro_driver.h', | 67 'metro_driver.h', |
| 68 'stdafx.h', | 68 'stdafx.h', |
| 69 'winrt_utils.cc', | 69 'winrt_utils.cc', |
| 70 'winrt_utils.h', | 70 'winrt_utils.h', |
| 71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc
', | 71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc
', |
| (...skipping 60 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 |