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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1228283004: Cleanup inconsistencies between GN and GYP in //remoting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_nacl.gyp ('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', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'protocol/third_party_client_authenticator.h', 192 'protocol/third_party_client_authenticator.h',
193 'protocol/third_party_host_authenticator.cc', 193 'protocol/third_party_host_authenticator.cc',
194 'protocol/third_party_host_authenticator.h', 194 'protocol/third_party_host_authenticator.h',
195 'protocol/token_validator.h', 195 'protocol/token_validator.h',
196 'protocol/transport.cc', 196 'protocol/transport.cc',
197 'protocol/transport.h', 197 'protocol/transport.h',
198 'protocol/usb_key_codes.h', 198 'protocol/usb_key_codes.h',
199 'protocol/v2_authenticator.cc', 199 'protocol/v2_authenticator.cc',
200 'protocol/v2_authenticator.h', 200 'protocol/v2_authenticator.h',
201 'protocol/video_stub.h', 201 'protocol/video_stub.h',
202 ],
203
204 'remoting_signaling_sources': [
202 'signaling/iq_sender.cc', 205 'signaling/iq_sender.cc',
203 'signaling/iq_sender.h', 206 'signaling/iq_sender.h',
204 'signaling/jid_util.cc', 207 'signaling/jid_util.cc',
205 'signaling/jid_util.h', 208 'signaling/jid_util.h',
206 'signaling/jingle_info_request.cc', 209 'signaling/jingle_info_request.cc',
207 'signaling/jingle_info_request.h', 210 'signaling/jingle_info_request.h',
208 'signaling/log_to_server.cc', 211 'signaling/log_to_server.cc',
209 'signaling/log_to_server.h', 212 'signaling/log_to_server.h',
210 'signaling/push_notification_subscriber.cc', 213 'signaling/push_notification_subscriber.cc',
211 'signaling/push_notification_subscriber.h', 214 'signaling/push_notification_subscriber.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'client/plugin/pepper_util.cc', 286 'client/plugin/pepper_util.cc',
284 'client/plugin/pepper_util.h', 287 'client/plugin/pepper_util.h',
285 'client/plugin/pepper_video_renderer.h', 288 'client/plugin/pepper_video_renderer.h',
286 'client/plugin/pepper_video_renderer_2d.cc', 289 'client/plugin/pepper_video_renderer_2d.cc',
287 'client/plugin/pepper_video_renderer_2d.h', 290 'client/plugin/pepper_video_renderer_2d.h',
288 'client/plugin/pepper_video_renderer_3d.cc', 291 'client/plugin/pepper_video_renderer_3d.cc',
289 'client/plugin/pepper_video_renderer_3d.h', 292 'client/plugin/pepper_video_renderer_3d.h',
290 ], 293 ],
291 } 294 }
292 } 295 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698