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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 '../win8.gyp:metro_viewer', | 77 '../win8.gyp:metro_viewer', |
78 ], | 78 ], |
79 'sources': [ | 79 'sources': [ |
80 'chrome_app_view_ash.cc', | 80 'chrome_app_view_ash.cc', |
81 'chrome_app_view_ash.h', | 81 'chrome_app_view_ash.h', |
82 'direct3d_helper.cc', | 82 'direct3d_helper.cc', |
83 'direct3d_helper.h', | 83 'direct3d_helper.h', |
84 'file_picker_ash.cc', | 84 'file_picker_ash.cc', |
85 'file_picker_ash.h', | 85 'file_picker_ash.h', |
86 ], | 86 ], |
| 87 'includes': [ |
| 88 'ime/ime.gypi', |
| 89 ], |
87 }, { # use_aura!=1 | 90 }, { # use_aura!=1 |
88 'sources': [ | 91 'sources': [ |
89 'chrome_app_view.cc', | 92 'chrome_app_view.cc', |
90 'chrome_app_view.h', | 93 'chrome_app_view.h', |
91 'chrome_url_launch_handler.cc', | 94 'chrome_url_launch_handler.cc', |
92 'chrome_url_launch_handler.h', | 95 'chrome_url_launch_handler.h', |
93 'devices_handler.cc', | 96 'devices_handler.cc', |
94 'devices_handler.h', | 97 'devices_handler.h', |
95 'file_picker.cc', | 98 'file_picker.cc', |
96 'file_picker.h', | 99 'file_picker.h', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 'run_all_unittests.cc', | 138 'run_all_unittests.cc', |
136 'winrt_utils.cc', | 139 'winrt_utils.cc', |
137 'winrt_utils.h', | 140 'winrt_utils.h', |
138 'winrt_utils_unittest.cc', | 141 'winrt_utils_unittest.cc', |
139 ], | 142 ], |
140 }, | 143 }, |
141 ], | 144 ], |
142 },], | 145 },], |
143 ], | 146 ], |
144 } | 147 } |
OLD | NEW |