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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 'base/win/accessibility_misc_utils.h', | 287 'base/win/accessibility_misc_utils.h', |
288 'base/win/atl_module.h', | 288 'base/win/atl_module.h', |
289 'base/win/dpi_setup.cc', | 289 'base/win/dpi_setup.cc', |
290 'base/win/dpi_setup.h', | 290 'base/win/dpi_setup.h', |
291 'base/win/foreground_helper.cc', | 291 'base/win/foreground_helper.cc', |
292 'base/win/foreground_helper.h', | 292 'base/win/foreground_helper.h', |
293 'base/win/hidden_window.cc', | 293 'base/win/hidden_window.cc', |
294 'base/win/hidden_window.h', | 294 'base/win/hidden_window.h', |
295 'base/win/hwnd_subclass.cc', | 295 'base/win/hwnd_subclass.cc', |
296 'base/win/hwnd_subclass.h', | 296 'base/win/hwnd_subclass.h', |
| 297 'base/win/lock_state.cc', |
| 298 'base/win/lock_state.h', |
297 'base/win/message_box_win.cc', | 299 'base/win/message_box_win.cc', |
298 'base/win/message_box_win.h', | 300 'base/win/message_box_win.h', |
299 'base/win/mouse_wheel_util.cc', | 301 'base/win/mouse_wheel_util.cc', |
300 'base/win/mouse_wheel_util.h', | 302 'base/win/mouse_wheel_util.h', |
301 'base/win/scoped_ole_initializer.cc', | 303 'base/win/scoped_ole_initializer.cc', |
302 'base/win/scoped_ole_initializer.h', | 304 'base/win/scoped_ole_initializer.h', |
303 'base/win/shell.cc', | 305 'base/win/shell.cc', |
304 'base/win/shell.h', | 306 'base/win/shell.h', |
305 'base/win/touch_input.cc', | 307 'base/win/touch_input.cc', |
306 'base/win/touch_input.h', | 308 'base/win/touch_input.h', |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 'variables': { | 644 'variables': { |
643 'jni_gen_package': 'ui', | 645 'jni_gen_package': 'ui', |
644 'jni_generator_ptr_type': 'long', | 646 'jni_generator_ptr_type': 'long', |
645 }, | 647 }, |
646 'includes': [ '../build/jni_generator.gypi' ], | 648 'includes': [ '../build/jni_generator.gypi' ], |
647 }, | 649 }, |
648 ], | 650 ], |
649 }], | 651 }], |
650 ], | 652 ], |
651 } | 653 } |
OLD | NEW |