| OLD | NEW |
| 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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'resources/icon_cross.png', | 105 'resources/icon_cross.png', |
| 106 'resources/icon_host.png', | 106 'resources/icon_host.png', |
| 107 'resources/icon_pencil.png', | 107 'resources/icon_pencil.png', |
| 108 'resources/icon_warning.png', | 108 'resources/icon_warning.png', |
| 109 'webapp/ask_pin_dialog.js', | 109 'webapp/ask_pin_dialog.js', |
| 110 'webapp/client_plugin.js', | 110 'webapp/client_plugin.js', |
| 111 'webapp/client_plugin_async.js', | 111 'webapp/client_plugin_async.js', |
| 112 'webapp/client_plugin_v1.js', | 112 'webapp/client_plugin_v1.js', |
| 113 'webapp/client_screen.js', | 113 'webapp/client_screen.js', |
| 114 'webapp/client_session.js', | 114 'webapp/client_session.js', |
| 115 'webapp/clipboard.js', |
| 115 'webapp/connection_history.css', | 116 'webapp/connection_history.css', |
| 116 'webapp/connection_history.js', | 117 'webapp/connection_history.js', |
| 117 'webapp/connection_stats.css', | 118 'webapp/connection_stats.css', |
| 118 'webapp/connection_stats.js', | 119 'webapp/connection_stats.js', |
| 119 'webapp/cs_oauth2_trampoline.js', | 120 'webapp/cs_oauth2_trampoline.js', |
| 120 'webapp/daemon_plugin.js', | 121 'webapp/daemon_plugin.js', |
| 121 'webapp/event_handlers.js', | 122 'webapp/event_handlers.js', |
| 122 'webapp/format_iq.js', | 123 'webapp/format_iq.js', |
| 123 'webapp/host_list.js', | 124 'webapp/host_list.js', |
| 124 'webapp/host_screen.js', | 125 'webapp/host_screen.js', |
| (...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 '../base/allocator/allocator.gyp:allocator', | 1061 '../base/allocator/allocator.gyp:allocator', |
| 1061 ], | 1062 ], |
| 1062 }, | 1063 }, |
| 1063 ], | 1064 ], |
| 1064 ], | 1065 ], |
| 1065 }], | 1066 }], |
| 1066 ], # end of 'conditions' | 1067 ], # end of 'conditions' |
| 1067 }, # end of target 'remoting_unittests' | 1068 }, # end of target 'remoting_unittests' |
| 1068 ], # end of targets | 1069 ], # end of targets |
| 1069 } | 1070 } |
| OLD | NEW |