Chromium Code Reviews| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1939 ], | 1939 ], |
| 1940 'sources': [ | 1940 'sources': [ |
| 1941 'client/plugin/chromoting_instance.cc', | 1941 'client/plugin/chromoting_instance.cc', |
| 1942 'client/plugin/chromoting_instance.h', | 1942 'client/plugin/chromoting_instance.h', |
| 1943 'client/plugin/mac_key_event_processor.cc', | 1943 'client/plugin/mac_key_event_processor.cc', |
| 1944 'client/plugin/mac_key_event_processor.h', | 1944 'client/plugin/mac_key_event_processor.h', |
| 1945 'client/plugin/pepper_audio_player.cc', | 1945 'client/plugin/pepper_audio_player.cc', |
| 1946 'client/plugin/pepper_audio_player.h', | 1946 'client/plugin/pepper_audio_player.h', |
| 1947 'client/plugin/pepper_entrypoints.cc', | 1947 'client/plugin/pepper_entrypoints.cc', |
| 1948 'client/plugin/pepper_entrypoints.h', | 1948 'client/plugin/pepper_entrypoints.h', |
| 1949 'client/plugin/pepper_image_buffer.cc', | |
|
garykac
2013/07/01 23:50:36
Are you using tabs here?
| |
| 1949 'client/plugin/pepper_input_handler.cc', | 1950 'client/plugin/pepper_input_handler.cc', |
| 1950 'client/plugin/pepper_input_handler.h', | 1951 'client/plugin/pepper_input_handler.h', |
| 1951 'client/plugin/pepper_network_manager.cc', | 1952 'client/plugin/pepper_network_manager.cc', |
| 1952 'client/plugin/pepper_network_manager.h', | 1953 'client/plugin/pepper_network_manager.h', |
| 1953 'client/plugin/pepper_packet_socket_factory.cc', | 1954 'client/plugin/pepper_packet_socket_factory.cc', |
| 1954 'client/plugin/pepper_packet_socket_factory.h', | 1955 'client/plugin/pepper_packet_socket_factory.h', |
| 1955 'client/plugin/pepper_plugin_thread_delegate.cc', | 1956 'client/plugin/pepper_plugin_thread_delegate.cc', |
| 1956 'client/plugin/pepper_plugin_thread_delegate.h', | 1957 'client/plugin/pepper_plugin_thread_delegate.h', |
| 1957 'client/plugin/pepper_port_allocator.cc', | 1958 'client/plugin/pepper_port_allocator.cc', |
| 1958 'client/plugin/pepper_port_allocator.h', | 1959 'client/plugin/pepper_port_allocator.h', |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2789 '../base/allocator/allocator.gyp:allocator', | 2790 '../base/allocator/allocator.gyp:allocator', |
| 2790 ], | 2791 ], |
| 2791 }, | 2792 }, |
| 2792 ], | 2793 ], |
| 2793 ], | 2794 ], |
| 2794 }], # end of 'toolkit_uses_gtk == 1' | 2795 }], # end of 'toolkit_uses_gtk == 1' |
| 2795 ], # end of 'conditions' | 2796 ], # end of 'conditions' |
| 2796 }, # end of target 'remoting_unittests' | 2797 }, # end of target 'remoting_unittests' |
| 2797 ], # end of targets | 2798 ], # end of targets |
| 2798 } | 2799 } |
| OLD | NEW |