OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'remoting_host', | 169 'remoting_host', |
170 'remoting_jingle_glue', | 170 'remoting_jingle_glue', |
171 '../third_party/npapi/npapi.gyp:npapi', | 171 '../third_party/npapi/npapi.gyp:npapi', |
172 ], | 172 ], |
173 'sources': [ | 173 'sources': [ |
174 # Hack for NPAPI policy support. REMOVE ASAP. | 174 # Hack for NPAPI policy support. REMOVE ASAP. |
175 # Bug: http://crbug.com/92576 | 175 # Bug: http://crbug.com/92576 |
176 '../content/common/json_value_serializer.cc', | 176 '../content/common/json_value_serializer.cc', |
177 '../content/common/json_value_serializer.h', | 177 '../content/common/json_value_serializer.h', |
178 | 178 |
| 179 'host/plugin/host_log_handler.cc', |
| 180 'host/plugin/host_log_handler.h', |
179 'host/plugin/host_plugin.cc', | 181 'host/plugin/host_plugin.cc', |
180 'host/plugin/host_plugin.def', | 182 'host/plugin/host_plugin.def', |
181 'host/plugin/host_plugin.rc', | 183 'host/plugin/host_plugin.rc', |
182 'host/plugin/host_plugin_resource.h', | 184 'host/plugin/host_plugin_resource.h', |
183 'host/plugin/host_plugin_utils.cc', | 185 'host/plugin/host_plugin_utils.cc', |
184 'host/plugin/host_plugin_utils.h', | 186 'host/plugin/host_plugin_utils.h', |
185 'host/plugin/host_script_object.cc', | 187 'host/plugin/host_script_object.cc', |
186 'host/plugin/host_script_object.h', | 188 'host/plugin/host_script_object.h', |
187 'host/plugin/policy_hack/nat_policy.h', | 189 'host/plugin/policy_hack/nat_policy.h', |
188 'host/plugin/policy_hack/nat_policy.cc', | 190 'host/plugin/policy_hack/nat_policy.cc', |
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 '../base/allocator/allocator.gyp:allocator', | 842 '../base/allocator/allocator.gyp:allocator', |
841 ], | 843 ], |
842 }, | 844 }, |
843 ], | 845 ], |
844 ], | 846 ], |
845 }], | 847 }], |
846 ], # end of 'conditions' | 848 ], # end of 'conditions' |
847 }, # end of target 'remoting_unittests' | 849 }, # end of target 'remoting_unittests' |
848 ], # end of targets | 850 ], # end of targets |
849 } | 851 } |
OLD | NEW |