| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |