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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'base/theme_provider.h', | 189 'base/theme_provider.h', |
190 'base/ui_base_exports.cc', | 190 'base/ui_base_exports.cc', |
191 'base/ui_base_paths.cc', | 191 'base/ui_base_paths.cc', |
192 'base/ui_base_paths.h', | 192 'base/ui_base_paths.h', |
193 'base/ui_base_switches.cc', | 193 'base/ui_base_switches.cc', |
194 'base/ui_base_switches.h', | 194 'base/ui_base_switches.h', |
195 'base/ui_base_types.h', | 195 'base/ui_base_types.h', |
196 'base/ui_export.h', | 196 'base/ui_export.h', |
197 'base/view_prop.cc', | 197 'base/view_prop.cc', |
198 'base/view_prop.h', | 198 'base/view_prop.h', |
| 199 'base/win/event_util.cc', |
| 200 'base/win/event_util.h', |
199 'base/win/hwnd_util.cc', | 201 'base/win/hwnd_util.cc', |
200 'base/win/hwnd_util.h', | 202 'base/win/hwnd_util.h', |
201 'base/win/ime_input.cc', | 203 'base/win/ime_input.cc', |
202 'base/win/ime_input.h', | 204 'base/win/ime_input.h', |
203 'base/win/mouse_wheel_util.cc', | 205 'base/win/mouse_wheel_util.cc', |
204 'base/win/mouse_wheel_util.h', | 206 'base/win/mouse_wheel_util.h', |
205 'base/win/shell.cc', | 207 'base/win/shell.cc', |
206 'base/win/shell.h', | 208 'base/win/shell.h', |
207 'base/win/window_impl.cc', | 209 'base/win/window_impl.cc', |
208 'base/win/window_impl.h', | 210 'base/win/window_impl.h', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 531 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
530 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 532 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
531 ] | 533 ] |
532 } | 534 } |
533 ], | 535 ], |
534 }, | 536 }, |
535 ], | 537 ], |
536 }], | 538 }], |
537 ], | 539 ], |
538 } | 540 } |
OLD | NEW |