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/connection_history.css', |
| 116 'webapp/connection_history.js', |
115 'webapp/connection_stats.css', | 117 'webapp/connection_stats.css', |
116 'webapp/connection_stats.js', | 118 'webapp/connection_stats.js', |
117 'webapp/cs_oauth2_trampoline.js', | 119 'webapp/cs_oauth2_trampoline.js', |
118 'webapp/daemon_plugin.js', | 120 'webapp/daemon_plugin.js', |
119 'webapp/dividerbottom.png', | |
120 'webapp/dividertop.png', | |
121 'webapp/event_handlers.js', | 121 'webapp/event_handlers.js', |
122 'webapp/format_iq.js', | 122 'webapp/format_iq.js', |
123 'webapp/host_list.js', | 123 'webapp/host_list.js', |
124 'webapp/host_screen.js', | 124 'webapp/host_screen.js', |
125 'webapp/host_session.js', | 125 'webapp/host_session.js', |
126 'webapp/host_table_entry.js', | 126 'webapp/host_table_entry.js', |
127 'webapp/l10n.js', | 127 'webapp/l10n.js', |
128 'webapp/log_to_server.js', | 128 'webapp/log_to_server.js', |
129 'webapp/main.css', | 129 'webapp/main.css', |
130 'webapp/main.html', | 130 'webapp/main.html', |
131 'webapp/manifest.json', | 131 'webapp/manifest.json', |
132 'webapp/oauth2.js', | 132 'webapp/oauth2.js', |
133 'webapp/oauth2_callback.html', | 133 'webapp/oauth2_callback.html', |
134 'webapp/plugin_settings.js', | 134 'webapp/plugin_settings.js', |
135 'webapp/remoting.js', | 135 'webapp/remoting.js', |
136 'webapp/scale-to-fit.png', | 136 'webapp/scale-to-fit.png', |
137 'webapp/server_log_entry.js', | 137 'webapp/server_log_entry.js', |
138 'webapp/spinner.gif', | 138 'webapp/spinner.gif', |
139 'webapp/stats_accumulator.js', | 139 'webapp/stats_accumulator.js', |
140 'webapp/toolbar.css', | 140 'webapp/toolbar.css', |
141 'webapp/toolbar.js', | 141 'webapp/toolbar.js', |
142 'webapp/ui_mode.js', | 142 'webapp/ui_mode.js', |
143 'webapp/util.js', | 143 'webapp/util.js', |
144 'webapp/wcs.js', | 144 'webapp/wcs.js', |
145 'webapp/wcs_loader.js', | 145 'webapp/wcs_loader.js', |
146 'webapp/xhr.js', | 146 'webapp/xhr.js', |
147 'resources/chromoting16.png', | 147 'resources/chromoting16.png', |
148 'resources/chromoting48.png', | 148 'resources/chromoting48.png', |
149 'resources/chromoting128.png', | 149 'resources/chromoting128.png', |
| 150 'resources/disclosure_arrow_down.png', |
| 151 'resources/disclosure_arrow_right.png', |
150 ], | 152 ], |
151 }, | 153 }, |
152 | 154 |
153 'target_defaults': { | 155 'target_defaults': { |
154 'defines': [ | 156 'defines': [ |
155 ], | 157 ], |
156 'include_dirs': [ | 158 'include_dirs': [ |
157 '..', # Root of Chrome checkout | 159 '..', # Root of Chrome checkout |
158 ], | 160 ], |
159 }, | 161 }, |
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1009 '../base/allocator/allocator.gyp:allocator', | 1011 '../base/allocator/allocator.gyp:allocator', |
1010 ], | 1012 ], |
1011 }, | 1013 }, |
1012 ], | 1014 ], |
1013 ], | 1015 ], |
1014 }], | 1016 }], |
1015 ], # end of 'conditions' | 1017 ], # end of 'conditions' |
1016 }, # end of target 'remoting_unittests' | 1018 }, # end of target 'remoting_unittests' |
1017 ], # end of targets | 1019 ], # end of targets |
1018 } | 1020 } |
OLD | NEW |