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

Unified Diff: remoting/client/BUILD.gn

Issue 1764503002: Adding container class for chromoting client runtimes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android and iOS both use MessageLoopForUI directly now. Created 4 years, 9 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 | « no previous file | remoting/client/chromoting_client_runtime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index a3cc1b10a94b4f194e872c6c9b89d065effae5a7..a7df13f7368c1099a295cc6a9e2cec76d9cbff72 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -11,6 +11,12 @@ source_set("client") {
sources = rebase_path(remoting_srcs_gypi_values.remoting_client_sources,
".",
"//remoting")
+ if (!is_nacl) {
Sergey Ulanov 2016/03/08 18:53:46 there is if(is_nacl) below. You can move this to e
nicholss 2016/03/08 21:20:25 Done.
+ sources += rebase_path(
+ remoting_srcs_gypi_values.remoting_client_standalone_sources,
+ ".",
+ "//remoting")
+ }
set_sources_assignment_filter(sources_assignment_filter)
configs += [
« no previous file with comments | « no previous file | remoting/client/chromoting_client_runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698