OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'win/internal_constants.cc', | 369 'win/internal_constants.cc', |
370 'win/internal_constants.h', | 370 'win/internal_constants.h', |
371 'win/lock_state.cc', | 371 'win/lock_state.cc', |
372 'win/lock_state.h', | 372 'win/lock_state.h', |
373 'win/message_box_win.cc', | 373 'win/message_box_win.cc', |
374 'win/message_box_win.h', | 374 'win/message_box_win.h', |
375 'win/mouse_wheel_util.cc', | 375 'win/mouse_wheel_util.cc', |
376 'win/mouse_wheel_util.h', | 376 'win/mouse_wheel_util.h', |
377 'win/open_file_name_win.cc', | 377 'win/open_file_name_win.cc', |
378 'win/open_file_name_win.h', | 378 'win/open_file_name_win.h', |
| 379 'win/osk_display_manager.cc', |
| 380 'win/osk_display_manager.h', |
| 381 'win/osk_display_observer.h', |
379 'win/scoped_ole_initializer.cc', | 382 'win/scoped_ole_initializer.cc', |
380 'win/scoped_ole_initializer.h', | 383 'win/scoped_ole_initializer.h', |
381 'win/shell.cc', | 384 'win/shell.cc', |
382 'win/shell.h', | 385 'win/shell.h', |
383 'win/touch_input.cc', | 386 'win/touch_input.cc', |
384 'win/touch_input.h', | 387 'win/touch_input.h', |
385 'win/window_event_target.cc', | 388 'win/window_event_target.cc', |
386 'win/window_event_target.h', | 389 'win/window_event_target.h', |
387 'window_open_disposition.cc', | 390 'window_open_disposition.cc', |
388 'window_open_disposition.h', | 391 'window_open_disposition.h', |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 ], | 776 ], |
774 'variables': { | 777 'variables': { |
775 'jni_gen_package': 'ui', | 778 'jni_gen_package': 'ui', |
776 }, | 779 }, |
777 'includes': [ '../../build/jni_generator.gypi' ], | 780 'includes': [ '../../build/jni_generator.gypi' ], |
778 }, | 781 }, |
779 ], | 782 ], |
780 }], | 783 }], |
781 ], | 784 ], |
782 } | 785 } |
OLD | NEW |