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

Side by Side Diff: remoting/remoting.gyp

Issue 4164015: Switch to the new PPAPI repository. This removes the DEPS entry that refers t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « ppapi/codereview.settings ('k') | webkit/glue/plugins/DEPS » ('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 (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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 { 66 {
67 'target_name': 'chromoting_plugin', 67 'target_name': 'chromoting_plugin',
68 'type': 'static_library', 68 'type': 'static_library',
69 'defines': [ 69 'defines': [
70 'HAVE_STDINT_H', # Required by on2_integer.h 70 'HAVE_STDINT_H', # Required by on2_integer.h
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 '../ppapi/ppapi.gyp:ppapi_cpp_objects',
77 ], 77 ],
78 'sources': [ 78 'sources': [
79 'client/plugin/chromoting_instance.cc', 79 'client/plugin/chromoting_instance.cc',
80 'client/plugin/chromoting_instance.h', 80 'client/plugin/chromoting_instance.h',
81 'client/plugin/chromoting_scriptable_object.cc', 81 'client/plugin/chromoting_scriptable_object.cc',
82 'client/plugin/chromoting_scriptable_object.h', 82 'client/plugin/chromoting_scriptable_object.h',
83 'client/plugin/pepper_entrypoints.cc', 83 'client/plugin/pepper_entrypoints.cc',
84 'client/plugin/pepper_entrypoints.h', 84 'client/plugin/pepper_entrypoints.h',
85 'client/plugin/pepper_input_handler.cc', 85 'client/plugin/pepper_input_handler.cc',
86 'client/plugin/pepper_input_handler.h', 86 'client/plugin/pepper_input_handler.h',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 ], # end of 'conditions' 489 ], # end of 'conditions'
490 }, # end of target 'chromoting_unittests' 490 }, # end of target 'chromoting_unittests'
491 ], # end of targets 491 ], # end of targets
492 } 492 }
493 493
494 # Local Variables: 494 # Local Variables:
495 # tab-width:2 495 # tab-width:2
496 # indent-tabs-mode:nil 496 # indent-tabs-mode:nil
497 # End: 497 # End:
498 # vim: set expandtab tabstop=2 shiftwidth=2: 498 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ppapi/codereview.settings ('k') | webkit/glue/plugins/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698