Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: remoting/webapp/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/BUILD.gn
diff --git a/remoting/webapp/BUILD.gn b/remoting/webapp/BUILD.gn
index bbc36635d296acb82bb05b6bfd90e56d240e3a2e..91fc4c12b9fa924d7dfa9032753efcfd7e1b0cf2 100644
--- a/remoting/webapp/BUILD.gn
+++ b/remoting/webapp/BUILD.gn
@@ -8,7 +8,6 @@ import("//build/config/features.gni")
import("//remoting/webapp/build_template.gni")
import("//remoting/webapp/files.gni")
-# GYP version: remoting/remoting_client:remoting_credits
action("credits") {
about_credits_file = "$target_gen_dir/credits.html"
script = "//tools/licenses.py"
@@ -38,7 +37,6 @@ desktop_remoting_webapp("webapp") {
extra_files = [ "crd/remoting_client_pnacl.nmf.jinja2" ]
}
-# GYP version: remoting/remoting_tests.gypi:remoting_browser_test_resources
copy("browser_test_resources") {
sources = remoting_webapp_browsertest_main_html_extra_files
outputs = [
@@ -59,8 +57,6 @@ group("unit_tests") {
}
copy("js_files") {
- # This list corresponds to webapp_js_files in remoting_webapp_unittests
- # target in GYP.
sources = webapp_js_files + remoting_webapp_unittests_all_files
outputs = [
"$remoting_unit_test_out_dir/{{source_file_part}}",
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698