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 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 'spdy/spdy_http_utils.h', | 671 'spdy/spdy_http_utils.h', |
672 'spdy/spdy_io_buffer.cc', | 672 'spdy/spdy_io_buffer.cc', |
673 'spdy/spdy_io_buffer.h', | 673 'spdy/spdy_io_buffer.h', |
674 'spdy/spdy_protocol.h', | 674 'spdy/spdy_protocol.h', |
675 'spdy/spdy_proxy_client_socket.cc', | 675 'spdy/spdy_proxy_client_socket.cc', |
676 'spdy/spdy_proxy_client_socket.h', | 676 'spdy/spdy_proxy_client_socket.h', |
677 'spdy/spdy_session.cc', | 677 'spdy/spdy_session.cc', |
678 'spdy/spdy_session.h', | 678 'spdy/spdy_session.h', |
679 'spdy/spdy_session_pool.cc', | 679 'spdy/spdy_session_pool.cc', |
680 'spdy/spdy_session_pool.h', | 680 'spdy/spdy_session_pool.h', |
681 'spdy/spdy_settings_storage.cc', | |
682 'spdy/spdy_settings_storage.h', | |
683 'spdy/spdy_stream.cc', | 681 'spdy/spdy_stream.cc', |
684 'spdy/spdy_stream.h', | 682 'spdy/spdy_stream.h', |
685 'spdy/spdy_websocket_stream.cc', | 683 'spdy/spdy_websocket_stream.cc', |
686 'spdy/spdy_websocket_stream.h', | 684 'spdy/spdy_websocket_stream.h', |
687 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', | 685 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', |
688 'third_party/mozilla_security_manager/nsKeygenHandler.h', | 686 'third_party/mozilla_security_manager/nsKeygenHandler.h', |
689 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', | 687 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', |
690 'third_party/mozilla_security_manager/nsNSSCertTrust.h', | 688 'third_party/mozilla_security_manager/nsNSSCertTrust.h', |
691 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', | 689 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', |
692 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', | 690 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', |
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1807 'tools/dump_cache/url_to_filename_encoder.cc', | 1805 'tools/dump_cache/url_to_filename_encoder.cc', |
1808 'tools/dump_cache/url_to_filename_encoder.h', | 1806 'tools/dump_cache/url_to_filename_encoder.h', |
1809 'tools/dump_cache/url_utilities.h', | 1807 'tools/dump_cache/url_utilities.h', |
1810 'tools/dump_cache/url_utilities.cc', | 1808 'tools/dump_cache/url_utilities.cc', |
1811 ], | 1809 ], |
1812 }, | 1810 }, |
1813 ], | 1811 ], |
1814 }], | 1812 }], |
1815 ], | 1813 ], |
1816 } | 1814 } |
OLD | NEW |