OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 'disk_cache/stats_histogram.h', | 270 'disk_cache/stats_histogram.h', |
271 'disk_cache/storage_block-inl.h', | 271 'disk_cache/storage_block-inl.h', |
272 'disk_cache/storage_block.h', | 272 'disk_cache/storage_block.h', |
273 'disk_cache/trace.cc', | 273 'disk_cache/trace.cc', |
274 'disk_cache/trace.h', | 274 'disk_cache/trace.h', |
275 'flip/flip_bitmasks.h', | 275 'flip/flip_bitmasks.h', |
276 'flip/flip_frame_builder.cc', | 276 'flip/flip_frame_builder.cc', |
277 'flip/flip_frame_builder.h', | 277 'flip/flip_frame_builder.h', |
278 'flip/flip_framer.cc', | 278 'flip/flip_framer.cc', |
279 'flip/flip_framer.h', | 279 'flip/flip_framer.h', |
| 280 'flip/flip_io_buffer.cc', |
| 281 'flip/flip_io_buffer.h', |
280 'flip/flip_network_transaction.cc', | 282 'flip/flip_network_transaction.cc', |
281 'flip/flip_network_transaction.h', | 283 'flip/flip_network_transaction.h', |
282 'flip/flip_protocol.h', | 284 'flip/flip_protocol.h', |
283 'flip/flip_session.cc', | 285 'flip/flip_session.cc', |
284 'flip/flip_session.h', | 286 'flip/flip_session.h', |
285 'flip/flip_session_pool.cc', | 287 'flip/flip_session_pool.cc', |
286 'flip/flip_session_pool.h', | 288 'flip/flip_session_pool.h', |
287 'flip/flip_stream.cc', | 289 'flip/flip_stream.cc', |
288 'flip/flip_stream.h', | 290 'flip/flip_stream.h', |
289 'flip/flip_transaction_factory.h', | 291 'flip/flip_transaction_factory.h', |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 ], | 859 ], |
858 }], | 860 }], |
859 ], | 861 ], |
860 } | 862 } |
861 | 863 |
862 # Local Variables: | 864 # Local Variables: |
863 # tab-width:2 | 865 # tab-width:2 |
864 # indent-tabs-mode:nil | 866 # indent-tabs-mode:nil |
865 # End: | 867 # End: |
866 # vim: set expandtab tabstop=2 shiftwidth=2: | 868 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |