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

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

Issue 2807803002: Move name_value_map to remoting/base (Closed)
Patch Set: sync 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 | « no previous file | remoting/base/chromoting_event.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 source_set("base") { 5 source_set("base") {
6 sources = [ 6 sources = [
7 "auto_thread.cc", 7 "auto_thread.cc",
8 "auto_thread.h", 8 "auto_thread.h",
9 "auto_thread_task_runner.cc", 9 "auto_thread_task_runner.cc",
10 "auto_thread_task_runner.h", 10 "auto_thread_task_runner.h",
11 "buffered_socket_writer.cc", 11 "buffered_socket_writer.cc",
12 "buffered_socket_writer.h", 12 "buffered_socket_writer.h",
13 "capabilities.cc", 13 "capabilities.cc",
14 "capabilities.h", 14 "capabilities.h",
15 "chromium_url_request.cc", 15 "chromium_url_request.cc",
16 "chromium_url_request.h", 16 "chromium_url_request.h",
17 "chromoting_event.cc", 17 "chromoting_event.cc",
18 "chromoting_event.h", 18 "chromoting_event.h",
19 "compound_buffer.cc", 19 "compound_buffer.cc",
20 "compound_buffer.h", 20 "compound_buffer.h",
21 "constants.cc", 21 "constants.cc",
22 "constants.h", 22 "constants.h",
23 "leaky_bucket.cc", 23 "leaky_bucket.cc",
24 "leaky_bucket.h", 24 "leaky_bucket.h",
25 "name_value_map.h",
25 "rate_counter.cc", 26 "rate_counter.cc",
26 "rate_counter.h", 27 "rate_counter.h",
27 "remoting_bot.cc", 28 "remoting_bot.cc",
28 "remoting_bot.h", 29 "remoting_bot.h",
29 "rsa_key_pair.cc", 30 "rsa_key_pair.cc",
30 "rsa_key_pair.h", 31 "rsa_key_pair.h",
31 "running_samples.cc", 32 "running_samples.cc",
32 "running_samples.h", 33 "running_samples.h",
33 "scoped_sc_handle_win.h", 34 "scoped_sc_handle_win.h",
34 "service_urls.cc", 35 "service_urls.cc",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ] 180 ]
180 181
181 if (is_win || is_mac || is_chromeos) { 182 if (is_win || is_mac || is_chromeos) {
182 deps += [ "//breakpad:client" ] 183 deps += [ "//breakpad:client" ]
183 } 184 }
184 185
185 if (is_win) { 186 if (is_win) {
186 libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc. 187 libs = [ "rpcrt4.lib" ] # For UuidCreate in breakpad_win_unittest.cc.
187 } 188 }
188 } 189 }
OLDNEW
« no previous file with comments | « no previous file | remoting/base/chromoting_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698