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

Side by Side Diff: remoting/remoting_key_tester.gypi

Issue 868663007: Reinstated onBlur handler and added images for CWS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/tools/javascript_key_tester/event_listeners.js » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'includes': [ 6 'includes': [
7 '../build/common_untrusted.gypi', 7 '../build/common_untrusted.gypi',
8 ], 8 ],
9 9
10 'variables': { 10 'variables': {
(...skipping 17 matching lines...) Expand all
28 'remoting_key_tester_jscompile', 28 'remoting_key_tester_jscompile',
29 ], 29 ],
30 'copies': [ 30 'copies': [
31 { 31 {
32 'destination': '<(PRODUCT_DIR)/remoting/key_tester', 32 'destination': '<(PRODUCT_DIR)/remoting/key_tester',
33 'files': [ 33 'files': [
34 '<@(remoting_key_tester_js_files)', 34 '<@(remoting_key_tester_js_files)',
35 'tools/javascript_key_tester/main.css', 35 'tools/javascript_key_tester/main.css',
36 'tools/javascript_key_tester/main.html', 36 'tools/javascript_key_tester/main.html',
37 'tools/javascript_key_tester/manifest.json', 37 'tools/javascript_key_tester/manifest.json',
38 'tools/javascript_key_tester/icon_128.png',
38 'tools/javascript_key_tester/pnacl/remoting_key_tester.nmf', 39 'tools/javascript_key_tester/pnacl/remoting_key_tester.nmf',
39 '<(PRODUCT_DIR)/remoting_key_tester_newlib.pexe', 40 '<(PRODUCT_DIR)/remoting_key_tester_newlib.pexe',
40 ], 41 ],
41 } 42 }
42 ], 43 ],
43 }, # end of target 'remoting_key_tester' 44 }, # end of target 'remoting_key_tester'
44 45
45 { 46 {
46 'target_name': 'remoting_key_tester_jscompile', 47 'target_name': 'remoting_key_tester_jscompile',
47 'type': 'none', 48 'type': 'none',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 }, 93 },
93 'link_flags': [ 94 'link_flags': [
94 '-lppapi_stub', 95 '-lppapi_stub',
95 '-lppapi_cpp', 96 '-lppapi_cpp',
96 ], 97 ],
97 }, # end of target 'remoting_key_tester_pexe' 98 }, # end of target 'remoting_key_tester_pexe'
98 ], 99 ],
99 }] 100 }]
100 ], 101 ],
101 } 102 }
OLDNEW
« no previous file with comments | « no previous file | remoting/tools/javascript_key_tester/event_listeners.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698