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")
18 deps += [ ":webapp_v2" ]
22 desktop_remoting_webapp("webapp_v1") {
24 output_dir = "remoting/remoting-webapp"
25 zip_path = "remoting/remoting-webapp.zip"
29 desktop_remoting_webapp("webapp_v2") {
30 webapp_type = "v2_pnacl"
31 output_dir = "remoting/remoting-webapp.v2"
32 zip_path = "remoting/remoting-webapp.v2.zip"
34 "crd/remoting_client_pnacl.nmf.jinja2",
35 # TODO(garykac): Get correct path to this.
36 #"<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe",
40 app_remoting_webapp("ar_sample_app") {
41 app_key = "Sample_App"
42 app_id = "ljacajndfccfgnfohlgkdphmbnpkjflk"
43 app_client_id = "sample_client_id"
44 app_name = "App Remoting Client"
45 app_description = "App Remoting client"
46 app_capabilities = [ "GOOGLE_DRIVE" ]
47 manifest_key = "remotingdevbuild"
50 # GYP version: remoting/remoting_client:remoting_credits
52 about_credits_file = "$target_gen_dir/credits.html"
53 script = "//tools/licenses.py"
56 "base/html/credits.tmpl",
57 "base/html/credits_entry.tmpl",
66 rebase_path(about_credits_file, root_build_dir),
68 rebase_path("base/html/credits.tmpl", root_build_dir),
70 rebase_path("base/html/credits_entry.tmpl", root_build_dir),