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

Side by Side Diff: remoting/remoting.gyp

Issue 884703006: Handling PNaCl KeyboardInputEvent(s) in the key tester app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a typo in javascript type annotation. Created 5 years, 10 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 | « no previous file | remoting/remoting_key_tester.gypi » ('j') | remoting/remoting_key_tester.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Set this to run the jscompile checks after building the webapp. 9 # Set this to run the jscompile checks after building the webapp.
10 'run_jscompile%': 1, 10 'run_jscompile%': 1,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 }], 52 }],
53 ], 53 ],
54 }, 54 },
55 55
56 'includes': [ 56 'includes': [
57 '../chrome/js_unittest_vars.gypi', 57 '../chrome/js_unittest_vars.gypi',
58 'remoting_android.gypi', 58 'remoting_android.gypi',
59 'remoting_client.gypi', 59 'remoting_client.gypi',
60 'remoting_host.gypi', 60 'remoting_host.gypi',
61 'remoting_host_srcs.gypi', 61 'remoting_host_srcs.gypi',
62 'remoting_key_tester.gypi',
62 'remoting_locales.gypi', 63 'remoting_locales.gypi',
63 'remoting_srcs.gypi', 64 'remoting_srcs.gypi',
64 'remoting_test.gypi', 65 'remoting_test.gypi',
65 'remoting_version.gypi', 66 'remoting_version.gypi',
66 'remoting_webapp_files.gypi', 67 'remoting_webapp_files.gypi',
67 'app_remoting_webapp_files.gypi', 68 'app_remoting_webapp_files.gypi',
68 ], 69 ],
69 70
70 'target_defaults': { 71 'target_defaults': {
71 'defines': [ 72 'defines': [
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 264 ],
264 'export_dependent_settings': [ 265 'export_dependent_settings': [
265 '../third_party/libjingle/libjingle.gyp:libjingle', 266 '../third_party/libjingle/libjingle.gyp:libjingle',
266 ], 267 ],
267 'sources': [ 268 'sources': [
268 '<@(remoting_protocol_sources)', 269 '<@(remoting_protocol_sources)',
269 ], 270 ],
270 }, # end of target 'remoting_protocol' 271 }, # end of target 'remoting_protocol'
271 ], # end of targets 272 ], # end of targets
272 } 273 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_key_tester.gypi » ('j') | remoting/remoting_key_tester.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698