OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
9 # Enables BidirectionalStream; Used in cronet, disabled by default. | 9 # Enables BidirectionalStream; Used in cronet, disabled by default. |
10 'enable_bidirectional_stream%': 0, | 10 'enable_bidirectional_stream%': 0, |
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 'url_request/test_url_request_interceptor.h', | 695 'url_request/test_url_request_interceptor.h', |
696 ], | 696 ], |
697 }], | 697 }], |
698 ], | 698 ], |
699 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 699 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
700 'msvs_disabled_warnings': [4267, ], | 700 'msvs_disabled_warnings': [4267, ], |
701 }, | 701 }, |
702 { | 702 { |
703 'target_name': 'net_resources', | 703 'target_name': 'net_resources', |
704 'type': 'none', | 704 'type': 'none', |
| 705 'hard_dependency': 1, |
705 'variables': { | 706 'variables': { |
706 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net', | 707 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/net', |
707 }, | 708 }, |
708 'actions': [ | 709 'actions': [ |
709 { | 710 { |
710 'action_name': 'net_resources', | 711 'action_name': 'net_resources', |
711 'variables': { | 712 'variables': { |
712 'grit_grd_file': 'base/net_resources.grd', | 713 'grit_grd_file': 'base/net_resources.grd', |
713 }, | 714 }, |
714 'includes': [ '../build/grit_action.gypi' ], | 715 'includes': [ '../build/grit_action.gypi' ], |
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 '../build/isolate.gypi', | 1720 '../build/isolate.gypi', |
1720 ], | 1721 ], |
1721 'sources': [ | 1722 'sources': [ |
1722 'net_unittests.isolate', | 1723 'net_unittests.isolate', |
1723 ], | 1724 ], |
1724 }, | 1725 }, |
1725 ], | 1726 ], |
1726 }], | 1727 }], |
1727 ], | 1728 ], |
1728 } | 1729 } |
OLD | NEW |