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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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
', |
72 ], | 72 ], |
73 'conditions': [ | 73 'conditions': [ |
74 ['use_aura==1', { | 74 ['use_aura==1', { |
| 75 'dependencies': [ |
| 76 '../win8.gyp:metro_viewer', |
| 77 ], |
75 'sources': [ | 78 'sources': [ |
76 'chrome_app_view_ash.cc', | 79 'chrome_app_view_ash.cc', |
77 'chrome_app_view_ash.h', | 80 'chrome_app_view_ash.h', |
78 'direct3d_helper.cc', | 81 'direct3d_helper.cc', |
79 'direct3d_helper.h', | 82 'direct3d_helper.h', |
80 'file_picker_ash.cc', | 83 'file_picker_ash.cc', |
81 'file_picker_ash.h', | 84 'file_picker_ash.h', |
82 ], | 85 ], |
83 }, { # use_aura!=1 | 86 }, { # use_aura!=1 |
84 'sources': [ | 87 'sources': [ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'run_all_unittests.cc', | 135 'run_all_unittests.cc', |
133 'winrt_utils.cc', | 136 'winrt_utils.cc', |
134 'winrt_utils.h', | 137 'winrt_utils.h', |
135 'winrt_utils_unittest.cc', | 138 'winrt_utils_unittest.cc', |
136 ], | 139 ], |
137 }, | 140 }, |
138 ], | 141 ], |
139 },], | 142 },], |
140 ], | 143 ], |
141 } | 144 } |
OLD | NEW |