| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os'
, | 8 'input_tools_root_dir': '../../third_party/google_input_tools/src/chrome/os'
, |
| 9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv
iew.js', | 9 'inputview_gen_js': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard/resources/inputv
iew.js', |
| 10 }, | 10 }, |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 '../../skia/skia.gyp:skia', | 53 '../../skia/skia.gyp:skia', |
| 54 '../aura/aura.gyp:aura', | 54 '../aura/aura.gyp:aura', |
| 55 '../base/ime/ui_base_ime.gyp:ui_base_ime', | 55 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 56 '../base/ui_base.gyp:ui_base', | 56 '../base/ui_base.gyp:ui_base', |
| 57 '../compositor/compositor.gyp:compositor', | 57 '../compositor/compositor.gyp:compositor', |
| 58 '../events/events.gyp:dom_keycode_converter', | 58 '../events/events.gyp:dom_keycode_converter', |
| 59 '../events/events.gyp:events', | 59 '../events/events.gyp:events', |
| 60 '../events/events.gyp:events_base', | 60 '../events/events.gyp:events_base', |
| 61 '../gfx/gfx.gyp:gfx', | 61 '../gfx/gfx.gyp:gfx', |
| 62 '../gfx/gfx.gyp:gfx_geometry', | 62 '../gfx/gfx.gyp:gfx_geometry', |
| 63 '../latency_info/latency_info.gyp:latency_info', |
| 63 'keyboard_resources', | 64 'keyboard_resources', |
| 64 ], | 65 ], |
| 65 'defines': [ | 66 'defines': [ |
| 66 'KEYBOARD_IMPLEMENTATION', | 67 'KEYBOARD_IMPLEMENTATION', |
| 67 ], | 68 ], |
| 68 'sources': [ | 69 'sources': [ |
| 69 'keyboard_controller.cc', | 70 'keyboard_controller.cc', |
| 70 'keyboard_controller.h', | 71 'keyboard_controller.h', |
| 71 'keyboard_controller_observer.h', | 72 'keyboard_controller_observer.h', |
| 72 'keyboard_export.h', | 73 'keyboard_export.h', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'keyboard', | 146 'keyboard', |
| 146 ], | 147 ], |
| 147 'sources': [ | 148 'sources': [ |
| 148 'keyboard_controller_unittest.cc', | 149 'keyboard_controller_unittest.cc', |
| 149 'keyboard_util_unittest.cc', | 150 'keyboard_util_unittest.cc', |
| 150 'test/run_all_unittests.cc', | 151 'test/run_all_unittests.cc', |
| 151 ], | 152 ], |
| 152 }, | 153 }, |
| 153 ], | 154 ], |
| 154 } | 155 } |
| OLD | NEW |