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

Unified Diff: remoting/BUILD.gn

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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 | « ppapi/tests/power_saver_test_plugin.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 02adc68d0ab95ec3965cf58a360342a20cca442e..fb75dbaf63c12fcc35a924952c52f9146987f600 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -24,12 +24,8 @@ group("remoting_all") {
#"//app_remoting_webapp.gyp:ar_sample_app",
]
- if ((is_linux && !is_chromeos) || is_mac) {
- deps += [
- # TODO(gyp) Enable this for Windows once the webapp can be built without
- # exceeding the 8k cmd line limit on Windows.
- "//remoting/webapp",
- ]
+ if ((is_linux && !is_chromeos) || is_mac || is_win) {
+ deps += [ "//remoting/webapp" ]
}
if (is_win) {
« no previous file with comments | « ppapi/tests/power_saver_test_plugin.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698