| 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/config/allocator.gni") | 5 import("//build/config/allocator.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/util/version.gni") | 8 import("//build/util/version.gni") |
| 9 import("//remoting/remoting_host.gni") | 9 import("//remoting/remoting_host.gni") |
| 10 import("//remoting/remoting_locales.gni") | 10 import("//remoting/remoting_locales.gni") |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 deps = [ | 73 deps = [ |
| 74 "//base:i18n", | 74 "//base:i18n", |
| 75 "//components/policy:policy_component_common", | 75 "//components/policy:policy_component_common", |
| 76 "//crypto", | 76 "//crypto", |
| 77 "//google_apis", | 77 "//google_apis", |
| 78 "//ipc", | 78 "//ipc", |
| 79 "//remoting/base", | 79 "//remoting/base", |
| 80 "//remoting/protocol", | 80 "//remoting/protocol", |
| 81 "//remoting/resources", | 81 "//remoting/resources", |
| 82 "//ui/base", | 82 "//ui/base", |
| 83 "//ui/events:dom_keycode_converter", |
| 83 "//ui/events/platform", | 84 "//ui/events/platform", |
| 84 "//ui/events:dom_keycode_converter", | |
| 85 ] | 85 ] |
| 86 | 86 |
| 87 if (enable_configuration_policy) { | 87 if (enable_configuration_policy) { |
| 88 deps += [ "//components/policy:policy" ] | 88 deps += [ "//components/policy:policy" ] |
| 89 } | 89 } |
| 90 | 90 |
| 91 if (is_linux && !is_chromeos) { | 91 if (is_linux && !is_chromeos) { |
| 92 libs += [ "pam" ] | 92 libs += [ "pam" ] |
| 93 } | 93 } |
| 94 | 94 |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 } | 313 } |
| 314 if (is_chromeos) { | 314 if (is_chromeos) { |
| 315 sources -= [ "linux/x_server_clipboard_unittest.cc" ] | 315 sources -= [ "linux/x_server_clipboard_unittest.cc" ] |
| 316 } | 316 } |
| 317 | 317 |
| 318 configs += [ "//remoting:version" ] | 318 configs += [ "//remoting:version" ] |
| 319 | 319 |
| 320 deps = [ | 320 deps = [ |
| 321 ":host", | 321 ":host", |
| 322 ":test_support", | 322 ":test_support", |
| 323 "//remoting/host/setup", | |
| 324 "//remoting/host/it2me:common", | 323 "//remoting/host/it2me:common", |
| 325 "//remoting/host/native_messaging", | 324 "//remoting/host/native_messaging", |
| 325 "//remoting/host/setup", |
| 326 "//remoting/proto", | 326 "//remoting/proto", |
| 327 "//skia", | 327 "//skia", |
| 328 "//testing/gmock", | 328 "//testing/gmock", |
| 329 "//testing/gtest", | 329 "//testing/gtest", |
| 330 ] | 330 ] |
| 331 | 331 |
| 332 if (enable_configuration_policy) { | 332 if (enable_configuration_policy) { |
| 333 deps += [ "//components/policy:policy_component_test_support" ] | 333 deps += [ "//components/policy:policy_component_test_support" ] |
| 334 } | 334 } |
| 335 } | 335 } |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 } | 518 } |
| 519 | 519 |
| 520 if (!is_win) { | 520 if (!is_win) { |
| 521 executable("remoting_me2me_host") { | 521 executable("remoting_me2me_host") { |
| 522 sources = [ | 522 sources = [ |
| 523 "host_main.cc", | 523 "host_main.cc", |
| 524 "host_main.h", | 524 "host_main.h", |
| 525 ] | 525 ] |
| 526 | 526 |
| 527 deps = [ | 527 deps = [ |
| 528 ":credits", |
| 528 ":remoting_me2me_host_static", | 529 ":remoting_me2me_host_static", |
| 529 ":credits", | |
| 530 "//build/config/sanitizers:deps", | 530 "//build/config/sanitizers:deps", |
| 531 ] | 531 ] |
| 532 } | 532 } |
| 533 | 533 |
| 534 executable("native_messaging_host") { | 534 executable("native_messaging_host") { |
| 535 sources = [ | 535 sources = [ |
| 536 "setup/me2me_native_messaging_host_entry_point.cc", | 536 "setup/me2me_native_messaging_host_entry_point.cc", |
| 537 "setup/me2me_native_messaging_host_main.cc", | 537 "setup/me2me_native_messaging_host_main.cc", |
| 538 "setup/me2me_native_messaging_host_main.h", | 538 "setup/me2me_native_messaging_host_main.h", |
| 539 ] | 539 ] |
| 540 | 540 |
| 541 deps = [ | 541 deps = [ |
| 542 ":remoting_infoplist_strings", | 542 ":remoting_infoplist_strings", |
| 543 "//base", | 543 "//base", |
| 544 "//remoting/base:breakpad", | 544 "//remoting/base:breakpad", |
| 545 "//remoting/host", | 545 "//remoting/host", |
| 546 "//remoting/host/native_messaging", |
| 546 "//remoting/host/setup", | 547 "//remoting/host/setup", |
| 547 "//remoting/host/native_messaging", | |
| 548 ] | 548 ] |
| 549 | 549 |
| 550 configs += [ "//build/config/compiler:wexit_time_destructors" ] | 550 configs += [ "//build/config/compiler:wexit_time_destructors" ] |
| 551 | 551 |
| 552 # The |major|, |build| and |patch| versions are inherited from Chrome. | 552 # The |major|, |build| and |patch| versions are inherited from Chrome. |
| 553 # Since Chrome's |minor| version is always '0', we replace it with a | 553 # Since Chrome's |minor| version is always '0', we replace it with a |
| 554 # Chromoting-specific patch version. | 554 # Chromoting-specific patch version. |
| 555 defines = [ "VERSION=" + "$chrome_version_major" + "." + | 555 defines = [ "VERSION=" + "$chrome_version_major" + "." + |
| 556 "$remoting_version_patch" + "." + "$chrome_version_build" + | 556 "$remoting_version_patch" + "." + "$chrome_version_build" + |
| 557 "." + "$chrome_version_patch" ] | 557 "." + "$chrome_version_patch" ] |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 "//remoting/resources", | 654 "//remoting/resources", |
| 655 "//third_party/icu:icudata", | 655 "//third_party/icu:icudata", |
| 656 ] | 656 ] |
| 657 } | 657 } |
| 658 } else { | 658 } else { |
| 659 group("remoting_me2me_host_archive") { | 659 group("remoting_me2me_host_archive") { |
| 660 } | 660 } |
| 661 } | 661 } |
| 662 } | 662 } |
| 663 } | 663 } |
| OLD | NEW |