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

Side by Side Diff: remoting/remoting.gyp

Issue 3020038: Revert 53892 - Initial scriptable object implementation.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | Annotate | Revision Log
« no previous file with comments | « remoting/client/x11_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ], 71 ],
72 'dependencies': [ 72 'dependencies': [
73 'chromoting_base', 73 'chromoting_base',
74 'chromoting_client', 74 'chromoting_client',
75 'chromoting_jingle_glue', 75 'chromoting_jingle_glue',
76 '../third_party/ppapi/ppapi.gyp:ppapi_cpp_objects', 76 '../third_party/ppapi/ppapi.gyp:ppapi_cpp_objects',
77 ], 77 ],
78 'sources': [ 78 'sources': [
79 'client/plugin/chromoting_plugin.cc', 79 'client/plugin/chromoting_plugin.cc',
80 'client/plugin/chromoting_plugin.h', 80 'client/plugin/chromoting_plugin.h',
81 'client/plugin/chromoting_scriptable_object.cc',
82 'client/plugin/chromoting_scriptable_object.h',
83 'client/plugin/pepper_entrypoints.cc', 81 'client/plugin/pepper_entrypoints.cc',
84 'client/plugin/pepper_entrypoints.h', 82 'client/plugin/pepper_entrypoints.h',
85 'client/plugin/pepper_input_handler.cc', 83 'client/plugin/pepper_input_handler.cc',
86 'client/plugin/pepper_input_handler.h', 84 'client/plugin/pepper_input_handler.h',
87 'client/plugin/pepper_view.cc', 85 'client/plugin/pepper_view.cc',
88 'client/plugin/pepper_view.h', 86 'client/plugin/pepper_view.h',
89 'client/plugin/pepper_util.cc', 87 'client/plugin/pepper_util.cc',
90 'client/plugin/pepper_util.h', 88 'client/plugin/pepper_util.h',
91 '../media/base/yuv_convert.cc', 89 '../media/base/yuv_convert.cc',
92 '../media/base/yuv_convert.h', 90 '../media/base/yuv_convert.h',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 ], # end of 'conditions' 398 ], # end of 'conditions'
401 }, # end of target 'chromoting_unittests' 399 }, # end of target 'chromoting_unittests'
402 ], # end of targets 400 ], # end of targets
403 } 401 }
404 402
405 # Local Variables: 403 # Local Variables:
406 # tab-width:2 404 # tab-width:2
407 # indent-tabs-mode:nil 405 # indent-tabs-mode:nil
408 # End: 406 # End:
409 # vim: set expandtab tabstop=2 shiftwidth=2: 407 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/client/x11_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698