Chromium Code Reviews| 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 | |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | |
| 7 # that beyond the simle one-level-deep dictionary of values. | |
|
scottmg
2014/04/14 19:07:11
simle -> simple
| |
| 5 { | 8 { |
| 6 'variables': { | 9 'variables': { |
| 7 # 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). |
| 8 # These files must not depend on files listed in sources list in the net | 11 # These files must not depend on files listed in sources list in the net |
| 9 # target. | 12 # target. |
| 10 'net_nacl_common_sources' : [ | 13 'net_nacl_common_sources' : [ |
| 11 'base/address_family.h', | 14 'base/address_family.h', |
| 12 'base/address_list.cc', | 15 'base/address_list.cc', |
| 13 'base/address_list.h', | 16 'base/address_list.h', |
| 14 'base/auth.cc', | 17 'base/auth.cc', |
| (...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1706 'tools/quic/test_tools/quic_test_client.h', | 1709 'tools/quic/test_tools/quic_test_client.h', |
| 1707 'tools/quic/test_tools/quic_test_utils.cc', | 1710 'tools/quic/test_tools/quic_test_utils.cc', |
| 1708 'tools/quic/test_tools/quic_test_utils.h', | 1711 'tools/quic/test_tools/quic_test_utils.h', |
| 1709 'tools/quic/test_tools/server_thread.h', | 1712 'tools/quic/test_tools/server_thread.h', |
| 1710 'tools/quic/test_tools/server_thread.cc', | 1713 'tools/quic/test_tools/server_thread.cc', |
| 1711 'tools/quic/test_tools/simple_client.h', | 1714 'tools/quic/test_tools/simple_client.h', |
| 1712 'tools/quic/test_tools/simple_client.cc', | 1715 'tools/quic/test_tools/simple_client.cc', |
| 1713 ], | 1716 ], |
| 1714 } | 1717 } |
| 1715 } | 1718 } |
| OLD | NEW |