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

Side by Side Diff: remoting/remoting.gyp

Issue 9316078: Added daemon process NPAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unused headers. Fixed Windows and Mac builds. Created 8 years, 10 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'product_prefix': '<(host_plugin_prefix)', 279 'product_prefix': '<(host_plugin_prefix)',
280 'dependencies': [ 280 'dependencies': [
281 'remoting_base', 281 'remoting_base',
282 'remoting_host', 282 'remoting_host',
283 'remoting_jingle_glue', 283 'remoting_jingle_glue',
284 '../third_party/npapi/npapi.gyp:npapi', 284 '../third_party/npapi/npapi.gyp:npapi',
285 ], 285 ],
286 'sources': [ 286 'sources': [
287 'host/it2me_host_user_interface.cc', 287 'host/it2me_host_user_interface.cc',
288 'host/it2me_host_user_interface.h', 288 'host/it2me_host_user_interface.h',
289 'host/plugin/daemon_npapi_linux.cc',
Sergey Ulanov 2012/02/02 23:41:24 daemon_npapi.h should also be here.
Jamie 2012/02/03 00:47:41 Good catch! Done.
290 'host/plugin/daemon_npapi_mac.cc',
291 'host/plugin/daemon_npapi_win.cc',
289 'host/plugin/host_log_handler.cc', 292 'host/plugin/host_log_handler.cc',
290 'host/plugin/host_log_handler.h', 293 'host/plugin/host_log_handler.h',
291 'host/plugin/host_plugin.cc', 294 'host/plugin/host_plugin.cc',
292 'host/plugin/host_plugin.def', 295 'host/plugin/host_plugin.def',
293 'host/plugin/host_plugin.rc', 296 'host/plugin/host_plugin.rc',
294 'host/plugin/host_plugin_resource.h', 297 'host/plugin/host_plugin_resource.h',
295 'host/plugin/host_plugin_utils.cc', 298 'host/plugin/host_plugin_utils.cc',
296 'host/plugin/host_plugin_utils.h', 299 'host/plugin/host_plugin_utils.h',
297 'host/plugin/host_script_object.cc', 300 'host/plugin/host_script_object.cc',
298 'host/plugin/host_script_object.h', 301 'host/plugin/host_script_object.h',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 '../base/allocator/allocator.gyp:allocator', 988 '../base/allocator/allocator.gyp:allocator',
986 ], 989 ],
987 }, 990 },
988 ], 991 ],
989 ], 992 ],
990 }], 993 }],
991 ], # end of 'conditions' 994 ], # end of 'conditions'
992 }, # end of target 'remoting_unittests' 995 }, # end of target 'remoting_unittests'
993 ], # end of targets 996 ], # end of targets
994 } 997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698