[Sync] Test Android passphrase creation UI
[chromium-blink-merge.git] / remoting / webapp / BUILD.gn
blobe3e79664f70423f44c8b97055c27fbc5a8260f80
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Keep in sync with targets in remoting/remoting_client.gypi.
7 import("//build/config/features.gni")
8 import("//remoting/webapp/build_template.gni")
10 group("webapp") {
11   deps = [
12     ":webapp_v1",
13     ":ar_sample_app",
14   ]
16   if (enable_nacl) {
17     deps += [ ":webapp_v2" ]
18   }
21 desktop_remoting_webapp("webapp_v1") {
22   webapp_type = "v1"
23   output_dir = "remoting/remoting-webapp"
24   zip_path = "remoting/remoting-webapp.zip"
25   extra_files = []
28 desktop_remoting_webapp("webapp_v2") {
29   webapp_type = "v2_pnacl"
30   output_dir = "remoting/remoting-webapp.v2"
31   zip_path = "remoting/remoting-webapp.v2.zip"
32   extra_files = [
33     "crd/remoting_client_pnacl.nmf.jinja2",
34     # TODO(garykac): Get correct path to this.
35     #"<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe",
36   ]
39 app_remoting_webapp("ar_sample_app") {
40   app_key = "Sample_App"
41   app_id = "ljacajndfccfgnfohlgkdphmbnpkjflk"
42   app_client_id = "sample_client_id"
43   app_name = "App Remoting Client"
44   app_description = "App Remoting client"
45   app_capabilities = [ "GOOGLE_DRIVE" ]
46   manifest_key = "remotingdevbuild"