| OLD | NEW |
| 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("//remoting/build/config/remoting_build.gni") | 6 import("//remoting/build/config/remoting_build.gni") |
| 7 | 7 |
| 8 group("all_tests") { | 8 group("all_tests") { |
| 9 testonly = true | 9 testonly = true |
| 10 | 10 |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 configs += [ | 295 configs += [ |
| 296 "//build/config/compiler:wexit_time_destructors", | 296 "//build/config/compiler:wexit_time_destructors", |
| 297 "//remoting/build/config:version", | 297 "//remoting/build/config:version", |
| 298 ] | 298 ] |
| 299 | 299 |
| 300 defines = [ "WEBRTC_CHROMIUM_BUILD" ] | 300 defines = [ "WEBRTC_CHROMIUM_BUILD" ] |
| 301 | 301 |
| 302 deps = [ | 302 deps = [ |
| 303 "//base:i18n", | 303 "//base:i18n", |
| 304 "//components/policy/core/common", | 304 "//components/policy/core/common", |
| 305 "//content/public/common", | |
| 306 "//crypto", | 305 "//crypto", |
| 307 "//device/power_save_blocker", | 306 "//device/power_save_blocker", |
| 308 "//google_apis", | 307 "//google_apis", |
| 309 "//ipc", | 308 "//ipc", |
| 310 "//remoting/base", | 309 "//remoting/base", |
| 311 "//remoting/host/security_key", | 310 "//remoting/host/security_key", |
| 312 "//remoting/protocol", | 311 "//remoting/protocol", |
| 313 "//remoting/resources", | 312 "//remoting/resources", |
| 314 "//ui/base", | 313 "//ui/base", |
| 315 "//ui/events:dom_keycode_converter", | 314 "//ui/events:dom_keycode_converter", |
| (...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 "mac/me2me_preference_pane_disable.xib", | 1368 "mac/me2me_preference_pane_disable.xib", |
| 1370 | 1369 |
| 1371 #"mac/me2me_preference_pane-Info.plist", | 1370 #"mac/me2me_preference_pane-Info.plist", |
| 1372 ] | 1371 ] |
| 1373 } | 1372 } |
| 1374 } else { | 1373 } else { |
| 1375 group("remoting_me2me_host_archive") { | 1374 group("remoting_me2me_host_archive") { |
| 1376 } | 1375 } |
| 1377 } | 1376 } |
| 1378 } | 1377 } |
| OLD | NEW |