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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1403583003: Use standard DOM code definitions instead of custom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows compile. Created 5 years, 2 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
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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'protocol/stream_channel_factory.h', 193 'protocol/stream_channel_factory.h',
194 'protocol/third_party_authenticator_base.cc', 194 'protocol/third_party_authenticator_base.cc',
195 'protocol/third_party_authenticator_base.h', 195 'protocol/third_party_authenticator_base.h',
196 'protocol/third_party_client_authenticator.cc', 196 'protocol/third_party_client_authenticator.cc',
197 'protocol/third_party_client_authenticator.h', 197 'protocol/third_party_client_authenticator.h',
198 'protocol/third_party_host_authenticator.cc', 198 'protocol/third_party_host_authenticator.cc',
199 'protocol/third_party_host_authenticator.h', 199 'protocol/third_party_host_authenticator.h',
200 'protocol/token_validator.h', 200 'protocol/token_validator.h',
201 'protocol/transport.cc', 201 'protocol/transport.cc',
202 'protocol/transport.h', 202 'protocol/transport.h',
203 'protocol/usb_key_codes.h',
204 'protocol/v2_authenticator.cc', 203 'protocol/v2_authenticator.cc',
205 'protocol/v2_authenticator.h', 204 'protocol/v2_authenticator.h',
206 'protocol/video_stub.h', 205 'protocol/video_stub.h',
207 ], 206 ],
208 207
209 'remoting_signaling_sources': [ 208 'remoting_signaling_sources': [
210 'signaling/iq_sender.cc', 209 'signaling/iq_sender.cc',
211 'signaling/iq_sender.h', 210 'signaling/iq_sender.h',
212 'signaling/jid_util.cc', 211 'signaling/jid_util.cc',
213 'signaling/jid_util.h', 212 'signaling/jid_util.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'client/plugin/pepper_util.cc', 286 'client/plugin/pepper_util.cc',
288 'client/plugin/pepper_util.h', 287 'client/plugin/pepper_util.h',
289 'client/plugin/pepper_video_renderer.h', 288 'client/plugin/pepper_video_renderer.h',
290 'client/plugin/pepper_video_renderer_2d.cc', 289 'client/plugin/pepper_video_renderer_2d.cc',
291 'client/plugin/pepper_video_renderer_2d.h', 290 'client/plugin/pepper_video_renderer_2d.h',
292 'client/plugin/pepper_video_renderer_3d.cc', 291 'client/plugin/pepper_video_renderer_3d.cc',
293 'client/plugin/pepper_video_renderer_3d.h', 292 'client/plugin/pepper_video_renderer_3d.h',
294 ], 293 ],
295 } 294 }
296 } 295 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698