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

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

Issue 2196493002: [Chromoting] Unit Tests for GlRenderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unittest 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 | « no previous file | remoting/client/gl_desktop.h » ('j') | remoting/client/gl_desktop.h » ('J')
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("//remoting/remoting_srcs.gni") 5 import("//remoting/remoting_srcs.gni")
6 6
7 static_library("client") { 7 static_library("client") {
8 # Disabled the source filters because there are _mac files that need to 8 # Disabled the source filters because there are _mac files that need to
9 # be compiled on all platforms. 9 # be compiled on all platforms.
10 set_sources_assignment_filter([]) 10 set_sources_assignment_filter([])
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 # be compiled on all platforms. 80 # be compiled on all platforms.
81 set_sources_assignment_filter([]) 81 set_sources_assignment_filter([])
82 sources = [ 82 sources = [
83 "audio_decode_scheduler_unittest.cc", 83 "audio_decode_scheduler_unittest.cc",
84 "audio_player_unittest.cc", 84 "audio_player_unittest.cc",
85 "chromoting_client_runtime_unittest.cc", 85 "chromoting_client_runtime_unittest.cc",
86 "client_status_logger_unittest.cc", 86 "client_status_logger_unittest.cc",
87 "client_telemetry_logger_unittest.cc", 87 "client_telemetry_logger_unittest.cc",
88 "dual_buffer_frame_consumer_unittest.cc", 88 "dual_buffer_frame_consumer_unittest.cc",
89 "empty_cursor_filter_unittest.cc", 89 "empty_cursor_filter_unittest.cc",
90 "gl_renderer.cc",
Sergey Ulanov 2016/08/01 21:33:05 This would meant that gl_renderer.cc is compiled t
Yuwei 2016/08/02 00:13:10 Obsolete.
91 "gl_renderer.h",
92 "gl_renderer_unittest.cc",
90 "key_event_mapper_unittest.cc", 93 "key_event_mapper_unittest.cc",
91 "normalizing_input_filter_cros_unittest.cc", 94 "normalizing_input_filter_cros_unittest.cc",
92 "normalizing_input_filter_mac_unittest.cc", 95 "normalizing_input_filter_mac_unittest.cc",
93 "normalizing_input_filter_win_unittest.cc", 96 "normalizing_input_filter_win_unittest.cc",
94 "server_log_entry_client_unittest.cc", 97 "server_log_entry_client_unittest.cc",
95 "software_video_renderer_unittest.cc", 98 "software_video_renderer_unittest.cc",
96 "touch_input_scaler_unittest.cc", 99 "touch_input_scaler_unittest.cc",
97 ] 100 ]
98 set_sources_assignment_filter(sources_assignment_filter) 101 set_sources_assignment_filter(sources_assignment_filter)
99 102
100 configs += [ 103 configs += [
101 "//remoting:version", 104 "//remoting:version",
102 "//remoting:enable_webrtc_remoting_client", 105 "//remoting:enable_webrtc_remoting_client",
103 ] 106 ]
104 107
105 deps = [ 108 deps = [
106 ":client", 109 ":client",
107 ":test_support", 110 ":test_support",
108 "//remoting/proto", 111 "//remoting/proto",
109 "//testing/gmock", 112 "//testing/gmock",
110 "//testing/gtest", 113 "//testing/gtest",
111 "//third_party/webrtc", 114 "//third_party/webrtc",
112 ] 115 ]
113 } 116 }
OLDNEW
« no previous file with comments | « no previous file | remoting/client/gl_desktop.h » ('j') | remoting/client/gl_desktop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698