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

Side by Side Diff: remoting/host/BUILD.gn

Issue 2779373003: Moving service urls to base. (Closed)
Patch Set: Updating moved file c dates. Created 3 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 unified diff | Download patch
« no previous file with comments | « remoting/base/service_urls.cc ('k') | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/util/process_version.gni") 5 import("//build/util/process_version.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//remoting/build/config/remoting_build.gni") 7 import("//remoting/build/config/remoting_build.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "resources_linux.cc", 258 "resources_linux.cc",
259 "resources_mac.cc", 259 "resources_mac.cc",
260 "resources_win.cc", 260 "resources_win.cc",
261 "sas_injector.h", 261 "sas_injector.h",
262 "sas_injector_win.cc", 262 "sas_injector_win.cc",
263 "screen_controls.h", 263 "screen_controls.h",
264 "screen_resolution.cc", 264 "screen_resolution.cc",
265 "screen_resolution.h", 265 "screen_resolution.h",
266 "server_log_entry_host.cc", 266 "server_log_entry_host.cc",
267 "server_log_entry_host.h", 267 "server_log_entry_host.h",
268 "service_urls.cc",
269 "service_urls.h",
270 "shutdown_watchdog.cc", 268 "shutdown_watchdog.cc",
271 "shutdown_watchdog.h", 269 "shutdown_watchdog.h",
272 "signaling_connector.cc", 270 "signaling_connector.cc",
273 "signaling_connector.h", 271 "signaling_connector.h",
274 "single_window_desktop_environment.cc", 272 "single_window_desktop_environment.cc",
275 "single_window_desktop_environment.h", 273 "single_window_desktop_environment.h",
276 "single_window_input_injector.h", 274 "single_window_input_injector.h",
277 "single_window_input_injector_linux.cc", 275 "single_window_input_injector_linux.cc",
278 "single_window_input_injector_mac.cc", 276 "single_window_input_injector_mac.cc",
279 "single_window_input_injector_win.cc", 277 "single_window_input_injector_win.cc",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 group("remoting_me2me_host_archive") { 832 group("remoting_me2me_host_archive") {
835 deps = [ 833 deps = [
836 "//remoting/host/installer/mac:remoting_me2me_host_archive", 834 "//remoting/host/installer/mac:remoting_me2me_host_archive",
837 ] 835 ]
838 } 836 }
839 } else { 837 } else {
840 group("remoting_me2me_host_archive") { 838 group("remoting_me2me_host_archive") {
841 } 839 }
842 } 840 }
843 } 841 }
OLDNEW
« no previous file with comments | « remoting/base/service_urls.cc ('k') | remoting/host/it2me/it2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698