diff options
author | zijiehe <zijiehe@chromium.org> | 2016-02-20 23:46:58 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-21 07:48:23 +0000 |
commit | 0667b03da8540fbe6b0fa45815fd8cf1d260e989 (patch) | |
tree | bdb6dfabdc10f3db54659f31c6a12039a686aa7c /remoting/host | |
parent | f5c44c4c64e9f53c5ba46fe281a5d470bbf34db7 (diff) | |
download | chromium_src-0667b03da8540fbe6b0fa45815fd8cf1d260e989.zip chromium_src-0667b03da8540fbe6b0fa45815fd8cf1d260e989.tar.gz chromium_src-0667b03da8540fbe6b0fa45815fd8cf1d260e989.tar.bz2 |
Move remoting/remoting_host_win.gypi:remoting_breakpad_tester to gn
BUG=512899
Review URL: https://codereview.chromium.org/1710933004
Cr-Commit-Position: refs/heads/master@{#376662}
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn index 03bce1e..8a918fa 100644 --- a/remoting/host/BUILD.gn +++ b/remoting/host/BUILD.gn @@ -336,7 +336,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host. [ remoting_srcs_gypi_values.daemon_controller_guid, remoting_srcs_gypi_values.rdp_desktop_session_guid, - version_full, + chrome_version_full, ], "value") daemon_controller_clsid = clsids[0] |