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

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

Issue 2272713004: Reland of Enable whitelist generation for official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « chrome/chrome_repack_locales.gni ('k') | tools/grit/grit/format/data_pack.py » ('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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/config/win/manifest.gni") 7 import("//build/config/win/manifest.gni")
8 import("//build/util/version.gni") 8 import("//build/util/version.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 import("//remoting/remoting_enable.gni") 10 import("//remoting/remoting_enable.gni")
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 375
376 configs += [ "//remoting:version" ] 376 configs += [ "//remoting:version" ]
377 377
378 deps = [ 378 deps = [
379 ":host", 379 ":host",
380 ":test_support", 380 ":test_support",
381 "//remoting/host/it2me:common", 381 "//remoting/host/it2me:common",
382 "//remoting/host/native_messaging", 382 "//remoting/host/native_messaging",
383 "//remoting/host/setup", 383 "//remoting/host/setup",
384 "//remoting/proto", 384 "//remoting/proto",
385 "//remoting/resources",
385 "//skia", 386 "//skia",
386 "//testing/gmock", 387 "//testing/gmock",
387 "//testing/gtest", 388 "//testing/gtest",
388 ] 389 ]
389 390
390 if (enable_configuration_policy) { 391 if (enable_configuration_policy) {
391 deps += [ "//components/policy:policy_component_test_support" ] 392 deps += [ "//components/policy:policy_component_test_support" ]
392 } 393 }
393 } 394 }
394 395
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 root_build_dir), 1667 root_build_dir),
1667 rebase_path(outputs[0], root_build_dir), 1668 rebase_path(outputs[0], root_build_dir),
1668 ] 1669 ]
1669 } 1670 }
1670 } else { 1671 } else {
1671 group("remoting_host_installation") { 1672 group("remoting_host_installation") {
1672 } 1673 }
1673 } 1674 }
1674 } 1675 }
1675 } 1676 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_locales.gni ('k') | tools/grit/grit/format/data_pack.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698