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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 969173002: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
7 'remoting_base_sources': [ 9 'remoting_base_sources': [
8 'base/auto_thread.cc', 10 'base/auto_thread.cc',
9 'base/auto_thread.h', 11 'base/auto_thread.h',
10 'base/auto_thread_task_runner.cc', 12 'base/auto_thread_task_runner.cc',
11 'base/auto_thread_task_runner.h', 13 'base/auto_thread_task_runner.h',
12 'base/buffered_socket_writer.cc', 14 'base/buffered_socket_writer.cc',
13 'base/buffered_socket_writer.h', 15 'base/buffered_socket_writer.h',
14 'base/capabilities.cc', 16 'base/capabilities.cc',
15 'base/capabilities.h', 17 'base/capabilities.h',
16 'base/compound_buffer.cc', 18 'base/compound_buffer.cc',
(...skipping 17 matching lines...) Expand all
34 'base/service_urls.h', 36 'base/service_urls.h',
35 'base/socket_reader.cc', 37 'base/socket_reader.cc',
36 'base/socket_reader.h', 38 'base/socket_reader.h',
37 'base/typed_buffer.h', 39 'base/typed_buffer.h',
38 'base/url_request_context_getter.cc', 40 'base/url_request_context_getter.cc',
39 'base/url_request_context_getter.h', 41 'base/url_request_context_getter.h',
40 'base/util.cc', 42 'base/util.cc',
41 'base/util.h', 43 'base/util.h',
42 'base/vlog_net_log.cc', 44 'base/vlog_net_log.cc',
43 'base/vlog_net_log.h', 45 'base/vlog_net_log.h',
46 ],
47 'remoting_codec_sources': [
44 'codec/audio_decoder.cc', 48 'codec/audio_decoder.cc',
45 'codec/audio_decoder.h', 49 'codec/audio_decoder.h',
46 'codec/audio_decoder_opus.cc', 50 'codec/audio_decoder_opus.cc',
47 'codec/audio_decoder_opus.h', 51 'codec/audio_decoder_opus.h',
48 'codec/audio_decoder_verbatim.cc', 52 'codec/audio_decoder_verbatim.cc',
49 'codec/audio_decoder_verbatim.h', 53 'codec/audio_decoder_verbatim.h',
50 'codec/audio_encoder.h', 54 'codec/audio_encoder.h',
51 'codec/audio_encoder_opus.cc', 55 'codec/audio_encoder_opus.cc',
52 'codec/audio_encoder_opus.h', 56 'codec/audio_encoder_opus.h',
53 'codec/audio_encoder_verbatim.cc', 57 'codec/audio_encoder_verbatim.cc',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'client/plugin/pepper_video_renderer.h', 268 'client/plugin/pepper_video_renderer.h',
265 'client/plugin/pepper_video_renderer_2d.cc', 269 'client/plugin/pepper_video_renderer_2d.cc',
266 'client/plugin/pepper_video_renderer_2d.h', 270 'client/plugin/pepper_video_renderer_2d.h',
267 'client/plugin/pepper_video_renderer_3d.cc', 271 'client/plugin/pepper_video_renderer_3d.cc',
268 'client/plugin/pepper_video_renderer_3d.h', 272 'client/plugin/pepper_video_renderer_3d.h',
269 'client/plugin/touch_input_scaler.cc', 273 'client/plugin/touch_input_scaler.cc',
270 'client/plugin/touch_input_scaler.h', 274 'client/plugin/touch_input_scaler.h',
271 ], 275 ],
272 } 276 }
273 } 277 }
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