| 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 ], | 31 ], |
| 32 }, | 32 }, |
| 33 ], | 33 ], |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 'target_name': 'keyboard', | 36 'target_name': 'keyboard', |
| 37 'type': '<(component)', | 37 'type': '<(component)', |
| 38 'dependencies': [ | 38 'dependencies': [ |
| 39 '../../base/base.gyp:base', | 39 '../../base/base.gyp:base', |
| 40 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 40 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 41 '../../build/temp_gyp/googleurl.gyp:googleurl', | |
| 42 '../../content/content.gyp:content_browser', | 41 '../../content/content.gyp:content_browser', |
| 43 '../../ipc/ipc.gyp:ipc', | 42 '../../ipc/ipc.gyp:ipc', |
| 44 '../../skia/skia.gyp:skia', | 43 '../../skia/skia.gyp:skia', |
| 44 '../../url/url.gyp:url', |
| 45 '../aura/aura.gyp:aura', | 45 '../aura/aura.gyp:aura', |
| 46 '../compositor/compositor.gyp:compositor', | 46 '../compositor/compositor.gyp:compositor', |
| 47 '../ui.gyp:ui', | 47 '../ui.gyp:ui', |
| 48 'keyboard_resources', | 48 'keyboard_resources', |
| 49 ], | 49 ], |
| 50 'defines': [ | 50 'defines': [ |
| 51 'KEYBOARD_IMPLEMENTATION', | 51 'KEYBOARD_IMPLEMENTATION', |
| 52 ], | 52 ], |
| 53 'sources': [ | 53 'sources': [ |
| 54 'keyboard.cc', | 54 'keyboard.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'dependencies': [ | 99 'dependencies': [ |
| 100 '../../base/allocator/allocator.gyp:allocator', | 100 '../../base/allocator/allocator.gyp:allocator', |
| 101 ], | 101 ], |
| 102 }], | 102 }], |
| 103 ], | 103 ], |
| 104 }], | 104 }], |
| 105 ], | 105 ], |
| 106 }, | 106 }, |
| 107 ], | 107 ], |
| 108 } | 108 } |
| OLD | NEW |