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

Side by Side Diff: remoting/remoting.gyp

Issue 10532099: Switching to IDispatch::Invoke when calling Omaha interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 8 years, 6 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'variables': { 'enable_wexit_time_destructors': 1, }, 846 'variables': { 'enable_wexit_time_destructors': 1, },
847 'product_extension': '<(host_plugin_extension)', 847 'product_extension': '<(host_plugin_extension)',
848 'product_prefix': '<(host_plugin_prefix)', 848 'product_prefix': '<(host_plugin_prefix)',
849 'dependencies': [ 849 'dependencies': [
850 'remoting_base', 850 'remoting_base',
851 'remoting_host', 851 'remoting_host',
852 'remoting_jingle_glue', 852 'remoting_jingle_glue',
853 '../third_party/npapi/npapi.gyp:npapi', 853 '../third_party/npapi/npapi.gyp:npapi',
854 ], 854 ],
855 'sources': [ 855 'sources': [
856 'base/dispatch_win.h',
856 'host/branding.cc', 857 'host/branding.cc',
857 'host/branding.h', 858 'host/branding.h',
858 'host/host_ui_resource.h', 859 'host/host_ui_resource.h',
859 'host/plugin/daemon_controller.h', 860 'host/plugin/daemon_controller.h',
860 'host/plugin/daemon_controller_linux.cc', 861 'host/plugin/daemon_controller_linux.cc',
861 'host/plugin/daemon_controller_mac.cc', 862 'host/plugin/daemon_controller_mac.cc',
862 'host/plugin/daemon_controller_win.cc', 863 'host/plugin/daemon_controller_win.cc',
863 'host/plugin/daemon_installer_win.cc', 864 'host/plugin/daemon_installer_win.cc',
864 'host/plugin/daemon_installer_win.h', 865 'host/plugin/daemon_installer_win.h',
865 'host/plugin/host_log_handler.cc', 866 'host/plugin/host_log_handler.cc',
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 '../base/allocator/allocator.gyp:allocator', 1752 '../base/allocator/allocator.gyp:allocator',
1752 ], 1753 ],
1753 }, 1754 },
1754 ], 1755 ],
1755 ], 1756 ],
1756 }], 1757 }],
1757 ], # end of 'conditions' 1758 ], # end of 'conditions'
1758 }, # end of target 'remoting_unittests' 1759 }, # end of target 'remoting_unittests'
1759 ], # end of targets 1760 ], # end of targets
1760 } 1761 }
OLDNEW
« remoting/base/dispatch_win.h ('K') | « remoting/host/plugin/daemon_installer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698