| OLD | NEW |
| 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 | 10 |
| (...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1899 'client/plugin/pepper_input_handler.cc', | 1899 'client/plugin/pepper_input_handler.cc', |
| 1900 'client/plugin/pepper_input_handler.h', | 1900 'client/plugin/pepper_input_handler.h', |
| 1901 'client/plugin/pepper_network_manager.cc', | 1901 'client/plugin/pepper_network_manager.cc', |
| 1902 'client/plugin/pepper_network_manager.h', | 1902 'client/plugin/pepper_network_manager.h', |
| 1903 'client/plugin/pepper_packet_socket_factory.cc', | 1903 'client/plugin/pepper_packet_socket_factory.cc', |
| 1904 'client/plugin/pepper_packet_socket_factory.h', | 1904 'client/plugin/pepper_packet_socket_factory.h', |
| 1905 'client/plugin/pepper_plugin_thread_delegate.cc', | 1905 'client/plugin/pepper_plugin_thread_delegate.cc', |
| 1906 'client/plugin/pepper_plugin_thread_delegate.h', | 1906 'client/plugin/pepper_plugin_thread_delegate.h', |
| 1907 'client/plugin/pepper_port_allocator.cc', | 1907 'client/plugin/pepper_port_allocator.cc', |
| 1908 'client/plugin/pepper_port_allocator.h', | 1908 'client/plugin/pepper_port_allocator.h', |
| 1909 'client/plugin/pepper_token_fetcher.cc', |
| 1910 'client/plugin/pepper_token_fetcher.h', |
| 1909 'client/plugin/pepper_view.cc', | 1911 'client/plugin/pepper_view.cc', |
| 1910 'client/plugin/pepper_view.h', | 1912 'client/plugin/pepper_view.h', |
| 1911 'client/plugin/pepper_util.cc', | 1913 'client/plugin/pepper_util.cc', |
| 1912 'client/plugin/pepper_util.h', | 1914 'client/plugin/pepper_util.h', |
| 1913 'client/plugin/pepper_xmpp_proxy.cc', | 1915 'client/plugin/pepper_xmpp_proxy.cc', |
| 1914 'client/plugin/pepper_xmpp_proxy.h', | 1916 'client/plugin/pepper_xmpp_proxy.h', |
| 1915 ], | 1917 ], |
| 1916 }, # end of target 'remoting_client_plugin' | 1918 }, # end of target 'remoting_client_plugin' |
| 1917 | 1919 |
| 1918 { | 1920 { |
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2686 '../base/allocator/allocator.gyp:allocator', | 2688 '../base/allocator/allocator.gyp:allocator', |
| 2687 ], | 2689 ], |
| 2688 }, | 2690 }, |
| 2689 ], | 2691 ], |
| 2690 ], | 2692 ], |
| 2691 }], # end of 'toolkit_uses_gtk == 1' | 2693 }], # end of 'toolkit_uses_gtk == 1' |
| 2692 ], # end of 'conditions' | 2694 ], # end of 'conditions' |
| 2693 }, # end of target 'remoting_unittests' | 2695 }, # end of target 'remoting_unittests' |
| 2694 ], # end of targets | 2696 ], # end of targets |
| 2695 } | 2697 } |
| OLD | NEW |