| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 'url_request/url_request_throttler_entry.cc', | 644 'url_request/url_request_throttler_entry.cc', |
| 645 'url_request/url_request_throttler_entry.h', | 645 'url_request/url_request_throttler_entry.h', |
| 646 'url_request/url_request_throttler_entry_interface.h', | 646 'url_request/url_request_throttler_entry_interface.h', |
| 647 'url_request/url_request_throttler_header_adapter.h', | 647 'url_request/url_request_throttler_header_adapter.h', |
| 648 'url_request/url_request_throttler_header_adapter.cc', | 648 'url_request/url_request_throttler_header_adapter.cc', |
| 649 'url_request/url_request_throttler_header_interface.h', | 649 'url_request/url_request_throttler_header_interface.h', |
| 650 'url_request/url_request_throttler_manager.cc', | 650 'url_request/url_request_throttler_manager.cc', |
| 651 'url_request/url_request_throttler_manager.h', | 651 'url_request/url_request_throttler_manager.h', |
| 652 'url_request/view_cache_helper.cc', | 652 'url_request/view_cache_helper.cc', |
| 653 'url_request/view_cache_helper.h', | 653 'url_request/view_cache_helper.h', |
| 654 'websockets/websocket.cc', | |
| 655 'websockets/websocket.h', | |
| 656 'websockets/websocket_frame_handler.cc', | 654 'websockets/websocket_frame_handler.cc', |
| 657 'websockets/websocket_frame_handler.h', | 655 'websockets/websocket_frame_handler.h', |
| 658 'websockets/websocket_handshake.cc', | |
| 659 'websockets/websocket_handshake.h', | |
| 660 'websockets/websocket_handshake_draft75.cc', | |
| 661 'websockets/websocket_handshake_draft75.h', | |
| 662 'websockets/websocket_handshake_handler.cc', | 656 'websockets/websocket_handshake_handler.cc', |
| 663 'websockets/websocket_handshake_handler.h', | 657 'websockets/websocket_handshake_handler.h', |
| 664 'websockets/websocket_job.cc', | 658 'websockets/websocket_job.cc', |
| 665 'websockets/websocket_job.h', | 659 'websockets/websocket_job.h', |
| 666 'websockets/websocket_net_log_params.cc', | 660 'websockets/websocket_net_log_params.cc', |
| 667 'websockets/websocket_net_log_params.h', | 661 'websockets/websocket_net_log_params.h', |
| 668 'websockets/websocket_throttle.cc', | 662 'websockets/websocket_throttle.cc', |
| 669 'websockets/websocket_throttle.h', | 663 'websockets/websocket_throttle.h', |
| 670 ], | 664 ], |
| 671 'defines': [ | 665 'defines': [ |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 'tools/dump_cache/url_utilities_unittest.cc', | 1026 'tools/dump_cache/url_utilities_unittest.cc', |
| 1033 'udp/udp_socket_unittest.cc', | 1027 'udp/udp_socket_unittest.cc', |
| 1034 'url_request/url_request_job_factory_unittest.cc', | 1028 'url_request/url_request_job_factory_unittest.cc', |
| 1035 'url_request/url_request_throttler_simulation_unittest.cc', | 1029 'url_request/url_request_throttler_simulation_unittest.cc', |
| 1036 'url_request/url_request_throttler_test_support.cc', | 1030 'url_request/url_request_throttler_test_support.cc', |
| 1037 'url_request/url_request_throttler_test_support.h', | 1031 'url_request/url_request_throttler_test_support.h', |
| 1038 'url_request/url_request_throttler_unittest.cc', | 1032 'url_request/url_request_throttler_unittest.cc', |
| 1039 'url_request/url_request_unittest.cc', | 1033 'url_request/url_request_unittest.cc', |
| 1040 'url_request/view_cache_helper_unittest.cc', | 1034 'url_request/view_cache_helper_unittest.cc', |
| 1041 'websockets/websocket_frame_handler_unittest.cc', | 1035 'websockets/websocket_frame_handler_unittest.cc', |
| 1042 'websockets/websocket_handshake_draft75_unittest.cc', | |
| 1043 'websockets/websocket_handshake_handler_unittest.cc', | 1036 'websockets/websocket_handshake_handler_unittest.cc', |
| 1044 'websockets/websocket_handshake_unittest.cc', | |
| 1045 'websockets/websocket_job_unittest.cc', | 1037 'websockets/websocket_job_unittest.cc', |
| 1046 'websockets/websocket_net_log_params_unittest.cc', | 1038 'websockets/websocket_net_log_params_unittest.cc', |
| 1047 'websockets/websocket_throttle_unittest.cc', | 1039 'websockets/websocket_throttle_unittest.cc', |
| 1048 'websockets/websocket_unittest.cc', | |
| 1049 ], | 1040 ], |
| 1050 'conditions': [ | 1041 'conditions': [ |
| 1051 ['chromeos==1', { | 1042 ['chromeos==1', { |
| 1052 'sources!': [ | 1043 'sources!': [ |
| 1053 'proxy/proxy_config_service_linux_unittest.cc', | 1044 'proxy/proxy_config_service_linux_unittest.cc', |
| 1054 ], | 1045 ], |
| 1055 }], | 1046 }], |
| 1056 [ 'toolkit_uses_gtk == 1', { | 1047 [ 'toolkit_uses_gtk == 1', { |
| 1057 'dependencies': [ | 1048 'dependencies': [ |
| 1058 '../build/linux/system.gyp:gtk', | 1049 '../build/linux/system.gyp:gtk', |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1489 'tools/dump_cache/url_to_filename_encoder.cc', | 1480 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1490 'tools/dump_cache/url_to_filename_encoder.h', | 1481 'tools/dump_cache/url_to_filename_encoder.h', |
| 1491 'tools/dump_cache/url_utilities.h', | 1482 'tools/dump_cache/url_utilities.h', |
| 1492 'tools/dump_cache/url_utilities.cc', | 1483 'tools/dump_cache/url_utilities.cc', |
| 1493 ], | 1484 ], |
| 1494 }, | 1485 }, |
| 1495 ], | 1486 ], |
| 1496 }], | 1487 }], |
| 1497 ], | 1488 ], |
| 1498 } | 1489 } |
| OLD | NEW |