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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 961323004: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync tests Created 5 years, 9 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 | « remoting/remoting_srcs.gni ('k') | remoting/remoting_test.gypi » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 'base/auto_thread.cc', 8 'base/auto_thread.cc',
9 'base/auto_thread.h', 9 'base/auto_thread.h',
10 'base/auto_thread_task_runner.cc', 10 'base/auto_thread_task_runner.cc',
(...skipping 23 matching lines...) Expand all
34 'base/service_urls.h', 34 'base/service_urls.h',
35 'base/socket_reader.cc', 35 'base/socket_reader.cc',
36 'base/socket_reader.h', 36 'base/socket_reader.h',
37 'base/typed_buffer.h', 37 'base/typed_buffer.h',
38 'base/url_request_context_getter.cc', 38 'base/url_request_context_getter.cc',
39 'base/url_request_context_getter.h', 39 'base/url_request_context_getter.h',
40 'base/util.cc', 40 'base/util.cc',
41 'base/util.h', 41 'base/util.h',
42 'base/vlog_net_log.cc', 42 'base/vlog_net_log.cc',
43 'base/vlog_net_log.h', 43 'base/vlog_net_log.h',
44 ],
45 'remoting_codec_sources': [
44 'codec/audio_decoder.cc', 46 'codec/audio_decoder.cc',
45 'codec/audio_decoder.h', 47 'codec/audio_decoder.h',
46 'codec/audio_decoder_opus.cc', 48 'codec/audio_decoder_opus.cc',
47 'codec/audio_decoder_opus.h', 49 'codec/audio_decoder_opus.h',
48 'codec/audio_decoder_verbatim.cc', 50 'codec/audio_decoder_verbatim.cc',
49 'codec/audio_decoder_verbatim.h', 51 'codec/audio_decoder_verbatim.h',
50 'codec/audio_encoder.h', 52 'codec/audio_encoder.h',
51 'codec/audio_encoder_opus.cc', 53 'codec/audio_encoder_opus.cc',
52 'codec/audio_encoder_opus.h', 54 'codec/audio_encoder_opus.h',
53 'codec/audio_encoder_verbatim.cc', 55 'codec/audio_encoder_verbatim.cc',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'client/plugin/pepper_video_renderer.h', 265 'client/plugin/pepper_video_renderer.h',
264 'client/plugin/pepper_video_renderer_2d.cc', 266 'client/plugin/pepper_video_renderer_2d.cc',
265 'client/plugin/pepper_video_renderer_2d.h', 267 'client/plugin/pepper_video_renderer_2d.h',
266 'client/plugin/pepper_video_renderer_3d.cc', 268 'client/plugin/pepper_video_renderer_3d.cc',
267 'client/plugin/pepper_video_renderer_3d.h', 269 'client/plugin/pepper_video_renderer_3d.h',
268 'client/plugin/touch_input_scaler.cc', 270 'client/plugin/touch_input_scaler.cc',
269 'client/plugin/touch_input_scaler.h', 271 'client/plugin/touch_input_scaler.h',
270 ], 272 ],
271 } 273 }
272 } 274 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gni ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698