Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: ui/keyboard/keyboard.gyp

Issue 1319523003: add audio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/keyboard/DEPS ('k') | ui/keyboard/keyboard_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 },
11 'targets': [ 11 'targets': [
12 { 12 {
13 # GN version: //ui/keyboard:resources 13 # GN version: //ui/keyboard:resources
14 'target_name': 'keyboard_resources', 14 'target_name': 'keyboard_resources',
15 'dependencies': [ 15 'dependencies': [
16 '../../third_party/google_input_tools/inputview.gyp:inputview', 16 '../../third_party/google_input_tools/inputview.gyp:inputview',
17 ], 17 ],
18 'type': 'none', 18 'type': 'none',
19 'variables': { 19 'variables': {
20 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard', 20 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/keyboard',
21 }, 21 },
(...skipping 22 matching lines...) Expand all
44 }, 44 },
45 { 45 {
46 # GN version: //ui/keyboard 46 # GN version: //ui/keyboard
47 'target_name': 'keyboard', 47 'target_name': 'keyboard',
48 'type': '<(component)', 48 'type': '<(component)',
49 'dependencies': [ 49 'dependencies': [
50 '../../base/base.gyp:base', 50 '../../base/base.gyp:base',
51 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 51 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
52 '../../content/content.gyp:content_browser', 52 '../../content/content.gyp:content_browser',
53 '../../ipc/ipc.gyp:ipc', 53 '../../ipc/ipc.gyp:ipc',
54 '../../media/media.gyp:media',
54 '../../skia/skia.gyp:skia', 55 '../../skia/skia.gyp:skia',
55 '../../url/url.gyp:url_lib', 56 '../../url/url.gyp:url_lib',
56 '../aura/aura.gyp:aura', 57 '../aura/aura.gyp:aura',
57 '../base/ime/ui_base_ime.gyp:ui_base_ime', 58 '../base/ime/ui_base_ime.gyp:ui_base_ime',
58 '../base/ui_base.gyp:ui_base', 59 '../base/ui_base.gyp:ui_base',
59 '../compositor/compositor.gyp:compositor', 60 '../compositor/compositor.gyp:compositor',
60 '../events/events.gyp:dom_keycode_converter', 61 '../events/events.gyp:dom_keycode_converter',
61 '../events/events.gyp:events', 62 '../events/events.gyp:events',
62 '../events/events.gyp:events_base', 63 '../events/events.gyp:events_base',
63 '../gfx/gfx.gyp:gfx', 64 '../gfx/gfx.gyp:gfx',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 }], 132 }],
132 ['OS=="win" and win_use_allocator_shim==1', { 133 ['OS=="win" and win_use_allocator_shim==1', {
133 'dependencies': [ 134 'dependencies': [
134 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 135 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
135 ], 136 ],
136 }], 137 }],
137 ], 138 ],
138 }, 139 },
139 ], 140 ],
140 } 141 }
OLDNEW
« no previous file with comments | « ui/keyboard/DEPS ('k') | ui/keyboard/keyboard_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698