OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'android/scroller.h', | 45 'android/scroller.h', |
46 'event_constants.h', | 46 'event_constants.h', |
47 'event_switches.cc', | 47 'event_switches.cc', |
48 'event_switches.h', | 48 'event_switches.h', |
49 'events_base_export.h', | 49 'events_base_export.h', |
50 'gesture_curve.h', | 50 'gesture_curve.h', |
51 'gesture_event_details.cc', | 51 'gesture_event_details.cc', |
52 'gesture_event_details.h', | 52 'gesture_event_details.h', |
53 'gestures/fling_curve.cc', | 53 'gestures/fling_curve.cc', |
54 'gestures/fling_curve.h', | 54 'gestures/fling_curve.h', |
| 55 'keycodes/dom_us_layout_data.h', |
55 'keycodes/keyboard_code_conversion.cc', | 56 'keycodes/keyboard_code_conversion.cc', |
56 'keycodes/keyboard_code_conversion.h', | 57 'keycodes/keyboard_code_conversion.h', |
57 'keycodes/keyboard_code_conversion_android.cc', | 58 'keycodes/keyboard_code_conversion_android.cc', |
58 'keycodes/keyboard_code_conversion_android.h', | 59 'keycodes/keyboard_code_conversion_android.h', |
59 'keycodes/keyboard_code_conversion_mac.h', | 60 'keycodes/keyboard_code_conversion_mac.h', |
60 'keycodes/keyboard_code_conversion_mac.mm', | 61 'keycodes/keyboard_code_conversion_mac.mm', |
61 'keycodes/keyboard_code_conversion_win.cc', | 62 'keycodes/keyboard_code_conversion_win.cc', |
62 'keycodes/keyboard_code_conversion_win.h', | 63 'keycodes/keyboard_code_conversion_win.h', |
63 'keycodes/keyboard_code_conversion_x.cc', | 64 'keycodes/keyboard_code_conversion_x.cc', |
64 'keycodes/keyboard_code_conversion_x.h', | 65 'keycodes/keyboard_code_conversion_x.h', |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 'dependencies': [ | 434 'dependencies': [ |
434 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 435 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
435 ], | 436 ], |
436 }], | 437 }], |
437 ], | 438 ], |
438 }, | 439 }, |
439 ], | 440 ], |
440 }], | 441 }], |
441 ], | 442 ], |
442 } | 443 } |
OLD | NEW |