OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. | 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. |
9 }, | 9 }, |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'base/ui_base_switches.cc', | 188 'base/ui_base_switches.cc', |
189 'base/ui_base_switches.h', | 189 'base/ui_base_switches.h', |
190 'base/ui_base_types.h', | 190 'base/ui_base_types.h', |
191 'base/ui_export.h', | 191 'base/ui_export.h', |
192 'base/view_prop.cc', | 192 'base/view_prop.cc', |
193 'base/view_prop.h', | 193 'base/view_prop.h', |
194 'base/win/hwnd_util.cc', | 194 'base/win/hwnd_util.cc', |
195 'base/win/hwnd_util.h', | 195 'base/win/hwnd_util.h', |
196 'base/win/ime_input.cc', | 196 'base/win/ime_input.cc', |
197 'base/win/ime_input.h', | 197 'base/win/ime_input.h', |
| 198 'base/win/mouse_wheel_util.cc', |
| 199 'base/win/mouse_wheel_util.h', |
198 'base/win/shell.cc', | 200 'base/win/shell.cc', |
199 'base/win/shell.h', | 201 'base/win/shell.h', |
200 'base/win/window_impl.cc', | 202 'base/win/window_impl.cc', |
201 'base/win/window_impl.h', | 203 'base/win/window_impl.h', |
202 'base/x/active_window_watcher_x.cc', | 204 'base/x/active_window_watcher_x.cc', |
203 'base/x/active_window_watcher_x.h', | 205 'base/x/active_window_watcher_x.h', |
204 'base/x/x11_util.cc', | 206 'base/x/x11_util.cc', |
205 'base/x/x11_util.h', | 207 'base/x/x11_util.h', |
206 'base/x/x11_util_internal.h', | 208 'base/x/x11_util_internal.h', |
207 'gfx/blit.cc', | 209 'gfx/blit.cc', |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 'configurations': { | 534 'configurations': { |
533 'Common_Base': { | 535 'Common_Base': { |
534 'msvs_target_platform': 'x64', | 536 'msvs_target_platform': 'x64', |
535 }, | 537 }, |
536 }, | 538 }, |
537 }, | 539 }, |
538 ], | 540 ], |
539 }], | 541 }], |
540 ], | 542 ], |
541 } | 543 } |
OLD | NEW |