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 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 }, | 1040 }, |
1041 'actions': [ | 1041 'actions': [ |
1042 { | 1042 { |
1043 'action_name': 'net_resources', | 1043 'action_name': 'net_resources', |
1044 'variables': { | 1044 'variables': { |
1045 'grit_grd_file': 'base/net_resources.grd', | 1045 'grit_grd_file': 'base/net_resources.grd', |
1046 }, | 1046 }, |
1047 'includes': [ '../build/grit_action.gypi' ], | 1047 'includes': [ '../build/grit_action.gypi' ], |
1048 }, | 1048 }, |
1049 ], | 1049 ], |
1050 'includes': [ '../build/grit_target.gypi' ], | |
1051 }, | 1050 }, |
1052 { | 1051 { |
1053 'target_name': 'http_server', | 1052 'target_name': 'http_server', |
1054 'type': 'static_library', | 1053 'type': 'static_library', |
1055 'variables': { 'enable_wexit_time_destructors': 1, }, | 1054 'variables': { 'enable_wexit_time_destructors': 1, }, |
1056 'dependencies': [ | 1055 'dependencies': [ |
1057 '../base/base.gyp:base', | 1056 '../base/base.gyp:base', |
1058 'net', | 1057 'net', |
1059 ], | 1058 ], |
1060 'sources': [ | 1059 'sources': [ |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1710 'net_unittests.isolate', | 1709 'net_unittests.isolate', |
1711 ], | 1710 ], |
1712 'sources': [ | 1711 'sources': [ |
1713 'net_unittests.isolate', | 1712 'net_unittests.isolate', |
1714 ], | 1713 ], |
1715 }, | 1714 }, |
1716 ], | 1715 ], |
1717 }], | 1716 }], |
1718 ], | 1717 ], |
1719 } | 1718 } |
OLD | NEW |