OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
(...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2002 "websockets/websocket_handshake_response_info.h", | 2002 "websockets/websocket_handshake_response_info.h", |
2003 "websockets/websocket_handshake_stream_base.h", | 2003 "websockets/websocket_handshake_stream_base.h", |
2004 "websockets/websocket_handshake_stream_create_helper.cc", | 2004 "websockets/websocket_handshake_stream_create_helper.cc", |
2005 "websockets/websocket_handshake_stream_create_helper.h", | 2005 "websockets/websocket_handshake_stream_create_helper.h", |
2006 "websockets/websocket_inflater.cc", | 2006 "websockets/websocket_inflater.cc", |
2007 "websockets/websocket_inflater.h", | 2007 "websockets/websocket_inflater.h", |
2008 "websockets/websocket_mux.h", | 2008 "websockets/websocket_mux.h", |
2009 "websockets/websocket_stream.cc", | 2009 "websockets/websocket_stream.cc", |
2010 "websockets/websocket_stream.h", | 2010 "websockets/websocket_stream.h", |
2011 ], | 2011 ], |
2012 'net_docs_script': 'tools/net_docs/net_docs.py', | |
2013 'net_docs_sources': [ | |
2014 'README.md', | |
2015 'docs/bug-triage.md', | |
2016 'docs/bug-triage-labels.md', | |
2017 'docs/bug-triage-suggested-workflow.md', | |
2018 'docs/code-patterns.md', | |
2019 'docs/crash-course-in-net-internals.md', | |
2020 'docs/life-of-a-url-request.md', | |
2021 'sdch/README.md', | |
2022 ], | |
2023 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | |
2024 } | 2012 } |
2025 } | 2013 } |
OLD | NEW |