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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 'host/plugin/host_script_object.cc', | 463 'host/plugin/host_script_object.cc', |
464 ], | 464 ], |
465 'outputs': [ | 465 'outputs': [ |
466 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp', | 466 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp', |
467 ], | 467 ], |
468 'action': [ | 468 'action': [ |
469 'python', | 469 'python', |
470 'webapp/verify-webapp.py', | 470 'webapp/verify-webapp.py', |
471 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp', | 471 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp', |
472 'webapp/_locales/en/messages.json', | 472 'webapp/_locales/en/messages.json', |
| 473 'webapp/client_screen.js', |
473 'webapp/main.html', | 474 'webapp/main.html', |
474 'webapp/host_table_entry.js', | 475 'webapp/host_table_entry.js', |
475 'webapp/manifest.json', | 476 'webapp/manifest.json', |
476 'webapp/remoting.js', | 477 'webapp/remoting.js', |
477 'host/plugin/host_script_object.cc', | 478 'host/plugin/host_script_object.cc', |
478 ], | 479 ], |
479 }, | 480 }, |
480 { | 481 { |
481 'action_name': 'Build Remoting WebApp', | 482 'action_name': 'Build Remoting WebApp', |
482 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp', | 483 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp', |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1179 '../base/allocator/allocator.gyp:allocator', | 1180 '../base/allocator/allocator.gyp:allocator', |
1180 ], | 1181 ], |
1181 }, | 1182 }, |
1182 ], | 1183 ], |
1183 ], | 1184 ], |
1184 }], | 1185 }], |
1185 ], # end of 'conditions' | 1186 ], # end of 'conditions' |
1186 }, # end of target 'remoting_unittests' | 1187 }, # end of target 'remoting_unittests' |
1187 ], # end of targets | 1188 ], # end of targets |
1188 } | 1189 } |
OLD | NEW |