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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc
es.rc', | 866 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc
es.rc', |
867 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_
en-US.rc', | 867 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_
en-US.rc', |
868 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 868 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
869 ], | 869 ], |
870 'dependencies': [ | 870 'dependencies': [ |
871 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', | 871 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string
s', |
872 '<(DEPTH)/net/net.gyp:net_resources', | 872 '<(DEPTH)/net/net.gyp:net_resources', |
873 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', | 873 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re
sources', |
874 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', | 874 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2
', |
875 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', | 875 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', |
876 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 876 '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_reso
urces', |
877 ], | 877 ], |
878 'configurations': { | 878 'configurations': { |
879 'Debug_Base': { | 879 'Debug_Base': { |
880 'msvs_settings': { | 880 'msvs_settings': { |
881 'VCLinkerTool': { | 881 'VCLinkerTool': { |
882 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 882 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
883 }, | 883 }, |
884 }, | 884 }, |
885 }, | 885 }, |
886 }, | 886 }, |
887 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 887 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
888 'msvs_disabled_warnings': [ 4267, ], | 888 'msvs_disabled_warnings': [ 4267, ], |
889 }], | 889 }], |
890 ['OS=="win" and win_use_allocator_shim==1', { | 890 ['OS=="win" and win_use_allocator_shim==1', { |
891 'dependencies': [ | 891 'dependencies': [ |
892 '../base/allocator/allocator.gyp:allocator', | 892 '../base/allocator/allocator.gyp:allocator', |
893 ], | 893 ], |
894 }], | 894 }], |
895 ], | 895 ], |
896 }, | 896 }, |
897 ], | 897 ], |
898 }], | 898 }], |
899 ], | 899 ], |
900 } | 900 } |
OLD | NEW |