OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'webapp/me2mom/_locales.official/zh_TW/messages.json', | 91 'webapp/me2mom/_locales.official/zh_TW/messages.json', |
92 ], | 92 ], |
93 }, { # else: branding!="Chrome" | 93 }, { # else: branding!="Chrome" |
94 'host_plugin_name': 'Chromoting Host', | 94 'host_plugin_name': 'Chromoting Host', |
95 'remoting_it2me_locale_files': [ | 95 'remoting_it2me_locale_files': [ |
96 'webapp/me2mom/_locales/en/messages.json', | 96 'webapp/me2mom/_locales/en/messages.json', |
97 ], | 97 ], |
98 }], | 98 }], |
99 ], | 99 ], |
100 'remoting_it2me_files': [ | 100 'remoting_it2me_files': [ |
| 101 'resources/icon_cross.png', |
101 'resources/icon_host.png', | 102 'resources/icon_host.png', |
| 103 'resources/icon_pencil.png', |
102 'resources/icon_warning.png', | 104 'resources/icon_warning.png', |
103 'webapp/me2mom/choice.css', | 105 'webapp/me2mom/choice.css', |
104 'webapp/me2mom/choice.html', | 106 'webapp/me2mom/choice.html', |
105 'webapp/me2mom/client_screen.js', | 107 'webapp/me2mom/client_screen.js', |
106 'webapp/me2mom/client_session.js', | 108 'webapp/me2mom/client_session.js', |
107 'webapp/me2mom/cs_oauth2_trampoline.js', | 109 'webapp/me2mom/cs_oauth2_trampoline.js', |
108 'webapp/me2mom/debug_log.css', | 110 'webapp/me2mom/debug_log.css', |
109 'webapp/me2mom/debug_log.js', | 111 'webapp/me2mom/debug_log.js', |
110 'webapp/me2mom/dividerbottom.png', | 112 'webapp/me2mom/dividerbottom.png', |
111 'webapp/me2mom/dividertop.png', | 113 'webapp/me2mom/dividertop.png', |
112 'webapp/me2mom/home_screen.js', | |
113 'webapp/me2mom/host_list.js', | 114 'webapp/me2mom/host_list.js', |
114 'webapp/me2mom/host_screen.js', | 115 'webapp/me2mom/host_screen.js', |
115 'webapp/me2mom/host_session.js', | 116 'webapp/me2mom/host_session.js', |
| 117 'webapp/me2mom/host_table_entry.js', |
116 'webapp/me2mom/l10n.js', | 118 'webapp/me2mom/l10n.js', |
117 'webapp/me2mom/log_to_server.js', | 119 'webapp/me2mom/log_to_server.js', |
118 'webapp/me2mom/main.css', | 120 'webapp/me2mom/main.css', |
119 'webapp/me2mom/manifest.json', | 121 'webapp/me2mom/manifest.json', |
120 'webapp/me2mom/oauth2.js', | 122 'webapp/me2mom/oauth2.js', |
121 'webapp/me2mom/oauth2_callback.html', | 123 'webapp/me2mom/oauth2_callback.html', |
122 'webapp/me2mom/plugin_settings.js', | 124 'webapp/me2mom/plugin_settings.js', |
123 'webapp/me2mom/remoting.js', | 125 'webapp/me2mom/remoting.js', |
124 'webapp/me2mom/scale-to-fit.png', | 126 'webapp/me2mom/scale-to-fit.png', |
125 'webapp/me2mom/server_log_entry.js', | 127 'webapp/me2mom/server_log_entry.js', |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 # folder, which means 2 copies, and gyp doesn't | 357 # folder, which means 2 copies, and gyp doesn't |
356 # seem to guarantee the ordering of 2 copies statements | 358 # seem to guarantee the ordering of 2 copies statements |
357 # when the actual project is generated. | 359 # when the actual project is generated. |
358 'actions': [ | 360 'actions': [ |
359 { | 361 { |
360 'action_name': 'Verify It2Me WebApp i18n', | 362 'action_name': 'Verify It2Me WebApp i18n', |
361 'inputs': [ | 363 'inputs': [ |
362 'webapp/verify-webapp.py', | 364 'webapp/verify-webapp.py', |
363 'webapp/me2mom/_locales/en/messages.json', | 365 'webapp/me2mom/_locales/en/messages.json', |
364 'webapp/me2mom/choice.html', | 366 'webapp/me2mom/choice.html', |
365 'webapp/me2mom/host_list.js', | 367 'webapp/me2mom/host_table_entry.js', |
366 'webapp/me2mom/manifest.json', | 368 'webapp/me2mom/manifest.json', |
367 'webapp/me2mom/remoting.js', | 369 'webapp/me2mom/remoting.js', |
368 'host/plugin/host_script_object.cc', | 370 'host/plugin/host_script_object.cc', |
369 ], | 371 ], |
370 'outputs': [ | 372 'outputs': [ |
371 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', | 373 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', |
372 ], | 374 ], |
373 'action': [ | 375 'action': [ |
374 'python', | 376 'python', |
375 'webapp/verify-webapp.py', | 377 'webapp/verify-webapp.py', |
376 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', | 378 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', |
377 'webapp/me2mom/_locales/en/messages.json', | 379 'webapp/me2mom/_locales/en/messages.json', |
378 'webapp/me2mom/choice.html', | 380 'webapp/me2mom/choice.html', |
379 'webapp/me2mom/host_list.js', | 381 'webapp/me2mom/host_table_entry.js', |
380 'webapp/me2mom/manifest.json', | 382 'webapp/me2mom/manifest.json', |
381 'webapp/me2mom/remoting.js', | 383 'webapp/me2mom/remoting.js', |
382 'host/plugin/host_script_object.cc', | 384 'host/plugin/host_script_object.cc', |
383 ], | 385 ], |
384 }, | 386 }, |
385 { | 387 { |
386 'action_name': 'Build It2Me WebApp', | 388 'action_name': 'Build It2Me WebApp', |
387 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp', | 389 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp', |
388 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug
in.<(host_plugin_extension)', | 390 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug
in.<(host_plugin_extension)', |
389 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip', | 391 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip', |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 '../base/allocator/allocator.gyp:allocator', | 939 '../base/allocator/allocator.gyp:allocator', |
938 ], | 940 ], |
939 }, | 941 }, |
940 ], | 942 ], |
941 ], | 943 ], |
942 }], | 944 }], |
943 ], # end of 'conditions' | 945 ], # end of 'conditions' |
944 }, # end of target 'remoting_unittests' | 946 }, # end of target 'remoting_unittests' |
945 ], # end of targets | 947 ], # end of targets |
946 } | 948 } |
OLD | NEW |