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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 'url_request/url_request_simple_job.h', | 502 'url_request/url_request_simple_job.h', |
503 'url_request/url_request_status.h', | 503 'url_request/url_request_status.h', |
504 'url_request/url_request_test_job.cc', | 504 'url_request/url_request_test_job.cc', |
505 'url_request/url_request_test_job.h', | 505 'url_request/url_request_test_job.h', |
506 'url_request/view_cache_helper.cc', | 506 'url_request/view_cache_helper.cc', |
507 'url_request/view_cache_helper.h', | 507 'url_request/view_cache_helper.h', |
508 'websockets/websocket.cc', | 508 'websockets/websocket.cc', |
509 'websockets/websocket.h', | 509 'websockets/websocket.h', |
510 'websockets/websocket_handshake.cc', | 510 'websockets/websocket_handshake.cc', |
511 'websockets/websocket_handshake.h', | 511 'websockets/websocket_handshake.h', |
| 512 'websockets/websocket_handshake_draft75.cc', |
| 513 'websockets/websocket_handshake_draft75.h', |
512 'websockets/websocket_job.cc', | 514 'websockets/websocket_job.cc', |
513 'websockets/websocket_job.h', | 515 'websockets/websocket_job.h', |
514 'websockets/websocket_throttle.cc', | 516 'websockets/websocket_throttle.cc', |
515 'websockets/websocket_throttle.h', | 517 'websockets/websocket_throttle.h', |
516 ], | 518 ], |
517 'export_dependent_settings': [ | 519 'export_dependent_settings': [ |
518 '../base/base.gyp:base', | 520 '../base/base.gyp:base', |
519 ], | 521 ], |
520 'conditions': [ | 522 'conditions': [ |
521 ['javascript_engine=="v8"', { | 523 ['javascript_engine=="v8"', { |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 'socket/tcp_pinger_unittest.cc', | 694 'socket/tcp_pinger_unittest.cc', |
693 'socket_stream/socket_stream_metrics_unittest.cc', | 695 'socket_stream/socket_stream_metrics_unittest.cc', |
694 'socket_stream/socket_stream_unittest.cc', | 696 'socket_stream/socket_stream_unittest.cc', |
695 'spdy/spdy_framer_test.cc', | 697 'spdy/spdy_framer_test.cc', |
696 'spdy/spdy_network_transaction_unittest.cc', | 698 'spdy/spdy_network_transaction_unittest.cc', |
697 'spdy/spdy_protocol_test.cc', | 699 'spdy/spdy_protocol_test.cc', |
698 'spdy/spdy_session_unittest.cc', | 700 'spdy/spdy_session_unittest.cc', |
699 'spdy/spdy_stream_unittest.cc', | 701 'spdy/spdy_stream_unittest.cc', |
700 'url_request/url_request_unittest.cc', | 702 'url_request/url_request_unittest.cc', |
701 'url_request/url_request_unittest.h', | 703 'url_request/url_request_unittest.h', |
| 704 'websockets/websocket_handshake_draft75_unittest.cc', |
702 'websockets/websocket_handshake_unittest.cc', | 705 'websockets/websocket_handshake_unittest.cc', |
703 'websockets/websocket_job_unittest.cc', | 706 'websockets/websocket_job_unittest.cc', |
704 'websockets/websocket_throttle_unittest.cc', | 707 'websockets/websocket_throttle_unittest.cc', |
705 'websockets/websocket_unittest.cc', | 708 'websockets/websocket_unittest.cc', |
706 ], | 709 ], |
707 'conditions': [ | 710 'conditions': [ |
708 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { | 711 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
709 'dependencies': [ | 712 'dependencies': [ |
710 '../build/linux/system.gyp:gtk', | 713 '../build/linux/system.gyp:gtk', |
711 ], | 714 ], |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 ], | 956 ], |
954 }], | 957 }], |
955 ], | 958 ], |
956 } | 959 } |
957 | 960 |
958 # Local Variables: | 961 # Local Variables: |
959 # tab-width:2 | 962 # tab-width:2 |
960 # indent-tabs-mode:nil | 963 # indent-tabs-mode:nil |
961 # End: | 964 # End: |
962 # vim: set expandtab tabstop=2 shiftwidth=2: | 965 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |