| 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 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 'dependencies': [ | 870 'dependencies': [ |
| 871 '../base/base.gyp:base', | 871 '../base/base.gyp:base', |
| 872 'net', | 872 'net', |
| 873 'net_derived_sources', | 873 'net_derived_sources', |
| 874 ], | 874 ], |
| 875 'sources': [ | 875 'sources': [ |
| 876 'base/stale_while_revalidate_experiment_domains.cc', | 876 'base/stale_while_revalidate_experiment_domains.cc', |
| 877 'base/stale_while_revalidate_experiment_domains.h', | 877 'base/stale_while_revalidate_experiment_domains.h', |
| 878 ], | 878 ], |
| 879 }, | 879 }, |
| 880 { |
| 881 # GN version: //net/base/mojo:interfaces |
| 882 'target_name': 'net_base_mojo_bindings', |
| 883 'type': 'static_library', |
| 884 'sources': [ |
| 885 'base/mojo/net_base.mojom', |
| 886 ], |
| 887 'dependencies': [ |
| 888 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 889 'net', |
| 890 ], |
| 891 'export_dependent_settings': [ |
| 892 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 893 ], |
| 894 'variables': { |
| 895 'mojom_typemaps': [ |
| 896 'base/mojo/net_base.typemap', |
| 897 ], |
| 898 }, |
| 899 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], |
| 900 }, |
| 880 ], | 901 ], |
| 881 'conditions': [ | 902 'conditions': [ |
| 882 ['use_v8_in_net == 1', { | 903 ['use_v8_in_net == 1', { |
| 883 'targets': [ | 904 'targets': [ |
| 884 { | 905 { |
| 885 'target_name': 'net_with_v8', | 906 'target_name': 'net_with_v8', |
| 886 'type': '<(component)', | 907 'type': '<(component)', |
| 887 'variables': { 'enable_wexit_time_destructors': 1, }, | 908 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 888 'dependencies': [ | 909 'dependencies': [ |
| 889 '../base/base.gyp:base', | 910 '../base/base.gyp:base', |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1775 '../build/isolate.gypi', | 1796 '../build/isolate.gypi', |
| 1776 ], | 1797 ], |
| 1777 'sources': [ | 1798 'sources': [ |
| 1778 'net_unittests.isolate', | 1799 'net_unittests.isolate', |
| 1779 ], | 1800 ], |
| 1780 }, | 1801 }, |
| 1781 ], | 1802 ], |
| 1782 }], | 1803 }], |
| 1783 ], | 1804 ], |
| 1784 } | 1805 } |
| OLD | NEW |