| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'base/host_port_pair.cc', | 73 'base/host_port_pair.cc', |
| 74 'base/host_port_pair.h', | 74 'base/host_port_pair.h', |
| 75 'base/host_resolver.cc', | 75 'base/host_resolver.cc', |
| 76 'base/host_resolver.h', | 76 'base/host_resolver.h', |
| 77 'base/host_resolver_impl.cc', | 77 'base/host_resolver_impl.cc', |
| 78 'base/host_resolver_impl.h', | 78 'base/host_resolver_impl.h', |
| 79 'base/host_resolver_proc.cc', | 79 'base/host_resolver_proc.cc', |
| 80 'base/host_resolver_proc.h', | 80 'base/host_resolver_proc.h', |
| 81 'base/io_buffer.cc', | 81 'base/io_buffer.cc', |
| 82 'base/io_buffer.h', | 82 'base/io_buffer.h', |
| 83 'base/keygen_handler.cc', | |
| 84 'base/keygen_handler.h', | 83 'base/keygen_handler.h', |
| 85 'base/keygen_handler_mac.cc', | 84 'base/keygen_handler_mac.cc', |
| 86 'base/keygen_handler_nss.cc', | 85 'base/keygen_handler_nss.cc', |
| 87 'base/keygen_handler_win.cc', | 86 'base/keygen_handler_win.cc', |
| 88 'base/listen_socket.cc', | 87 'base/listen_socket.cc', |
| 89 'base/listen_socket.h', | 88 'base/listen_socket.h', |
| 90 'base/load_flags.h', | 89 'base/load_flags.h', |
| 91 'base/load_flags_list.h', | 90 'base/load_flags_list.h', |
| 92 'base/load_states.h', | 91 'base/load_states.h', |
| 93 'base/mapped_host_resolver.cc', | 92 'base/mapped_host_resolver.cc', |
| (...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 ], | 1070 ], |
| 1072 }], | 1071 }], |
| 1073 ], | 1072 ], |
| 1074 } | 1073 } |
| 1075 | 1074 |
| 1076 # Local Variables: | 1075 # Local Variables: |
| 1077 # tab-width:2 | 1076 # tab-width:2 |
| 1078 # indent-tabs-mode:nil | 1077 # indent-tabs-mode:nil |
| 1079 # End: | 1078 # End: |
| 1080 # vim: set expandtab tabstop=2 shiftwidth=2: | 1079 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |