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

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 961323004: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync tests Created 5 years, 10 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/BUILD.gn ('k') | remoting/host/native_messaging/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/BUILD.gn
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
index 744dfe6b289c329a174250db8833c0731ed9eade..77dad430737e20393c2866862710335bdd252331 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -3,20 +3,18 @@
# found in the LICENSE file.
import("//build/config/features.gni")
-import("//build/config/ui.gni")
-import("//remoting/remoting_version.gni")
+import("//remoting/remoting_srcs.gni")
-static_library("common") {
- gypi_values = exec_script("//build/gypi_to_gn.py",
- [ rebase_path("../../remoting_host_srcs.gypi") ],
- "scope",
- [ "../../remoting_host_srcs.gypi" ])
+source_set("common") {
+ sources = rebase_path(
+ remoting_host_srcs_gypi_values.remoting_it2me_host_static_sources,
+ ".",
+ "//remoting")
- sources = rebase_path(gypi_values.remoting_it2me_host_static_sources,
- ".",
- "//remoting")
-
- configs += [ "//build/config/compiler:wexit_time_destructors" ]
+ configs += [
+ "//build/config/compiler:wexit_time_destructors",
+ "//remoting:version",
+ ]
deps = [
"//base:i18n",
@@ -26,6 +24,4 @@ static_library("common") {
"//remoting/protocol",
"//remoting/resources",
]
-
- defines = [ "VERSION=$version_full" ]
}
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/native_messaging/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698