| 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 a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 '<(_plugin_path)', | 314 '<(_plugin_path)', |
| 315 '<@(remoting_it2me_files)', | 315 '<@(remoting_it2me_files)', |
| 316 '<@(remoting_it2me_locale_files)', | 316 '<@(remoting_it2me_locale_files)', |
| 317 ], | 317 ], |
| 318 'outputs': [ | 318 'outputs': [ |
| 319 '<(_output_dir)', | 319 '<(_output_dir)', |
| 320 '<(_zip_path)', | 320 '<(_zip_path)', |
| 321 ], | 321 ], |
| 322 'action': [ | 322 'action': [ |
| 323 'python', 'webapp/build-webapp.py', | 323 'python', 'webapp/build-webapp.py', |
| 324 '<(linux_strip_binary)', | 324 '<(buildtype)', |
| 325 '<(host_plugin_mime_type)', | 325 '<(host_plugin_mime_type)', |
| 326 '<(_output_dir)', | 326 '<(_output_dir)', |
| 327 '<(_zip_path)', | 327 '<(_zip_path)', |
| 328 '<(_plugin_path)', | 328 '<(_plugin_path)', |
| 329 '<@(remoting_it2me_files)', | 329 '<@(remoting_it2me_files)', |
| 330 '--locales', | 330 '--locales', |
| 331 '<@(remoting_it2me_locale_files)', | 331 '<@(remoting_it2me_locale_files)', |
| 332 ], | 332 ], |
| 333 }, | 333 }, |
| 334 ], | 334 ], |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 '../base/allocator/allocator.gyp:allocator', | 874 '../base/allocator/allocator.gyp:allocator', |
| 875 ], | 875 ], |
| 876 }, | 876 }, |
| 877 ], | 877 ], |
| 878 ], | 878 ], |
| 879 }], | 879 }], |
| 880 ], # end of 'conditions' | 880 ], # end of 'conditions' |
| 881 }, # end of target 'remoting_unittests' | 881 }, # end of target 'remoting_unittests' |
| 882 ], # end of targets | 882 ], # end of targets |
| 883 } | 883 } |
| OLD | NEW |