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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 # folder, which means 2 copies, and gyp doesn't | 332 # folder, which means 2 copies, and gyp doesn't |
333 # seem to guarantee the ordering of 2 copies statements | 333 # seem to guarantee the ordering of 2 copies statements |
334 # when the actual project is generated. | 334 # when the actual project is generated. |
335 'actions': [ | 335 'actions': [ |
336 { | 336 { |
337 'action_name': 'Verify It2Me WebApp i18n', | 337 'action_name': 'Verify It2Me WebApp i18n', |
338 'inputs': [ | 338 'inputs': [ |
339 'webapp/verify-webapp.py', | 339 'webapp/verify-webapp.py', |
340 'webapp/me2mom/_locales/en/messages.json', | 340 'webapp/me2mom/_locales/en/messages.json', |
341 'webapp/me2mom/choice.html', | 341 'webapp/me2mom/choice.html', |
342 'webapp/me2mom/client_screen.js', | 342 'webapp/me2mom/home_screen.js', |
343 'webapp/me2mom/manifest.json', | 343 'webapp/me2mom/manifest.json', |
344 'webapp/me2mom/remoting.js', | 344 'webapp/me2mom/remoting.js', |
345 'host/plugin/host_script_object.cc', | 345 'host/plugin/host_script_object.cc', |
346 ], | 346 ], |
347 'outputs': [ | 347 'outputs': [ |
348 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', | 348 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', |
349 ], | 349 ], |
350 'action': [ | 350 'action': [ |
351 'python', | 351 'python', |
352 'webapp/verify-webapp.py', | 352 'webapp/verify-webapp.py', |
353 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', | 353 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', |
354 'webapp/me2mom/_locales/en/messages.json', | 354 'webapp/me2mom/_locales/en/messages.json', |
355 'webapp/me2mom/choice.html', | 355 'webapp/me2mom/choice.html', |
356 'webapp/me2mom/client_screen.js', | 356 'webapp/me2mom/home_screen.js', |
357 'webapp/me2mom/manifest.json', | 357 'webapp/me2mom/manifest.json', |
358 'webapp/me2mom/remoting.js', | 358 'webapp/me2mom/remoting.js', |
359 'host/plugin/host_script_object.cc', | 359 'host/plugin/host_script_object.cc', |
360 ], | 360 ], |
361 }, | 361 }, |
362 { | 362 { |
363 'action_name': 'Build It2Me WebApp', | 363 'action_name': 'Build It2Me WebApp', |
364 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp', | 364 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp', |
365 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug
in.<(host_plugin_extension)', | 365 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug
in.<(host_plugin_extension)', |
366 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip', | 366 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip', |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 '../base/allocator/allocator.gyp:allocator', | 931 '../base/allocator/allocator.gyp:allocator', |
932 ], | 932 ], |
933 }, | 933 }, |
934 ], | 934 ], |
935 ], | 935 ], |
936 }], | 936 }], |
937 ], # end of 'conditions' | 937 ], # end of 'conditions' |
938 }, # end of target 'remoting_unittests' | 938 }, # end of target 'remoting_unittests' |
939 ], # end of targets | 939 ], # end of targets |
940 } | 940 } |
OLD | NEW |