Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Side by Side Diff: components/components_tests.gyp

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix GN Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chromecast/chromecast.gyp ('k') | content/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 }], 859 }],
860 ['OS == "linux"', { 860 ['OS == "linux"', {
861 'sources': [ 861 'sources': [
862 # content_extractor is a standalone content extraction tool bu ilt as 862 # content_extractor is a standalone content extraction tool bu ilt as
863 # a MANUAL component_browsertest. 863 # a MANUAL component_browsertest.
864 'dom_distiller/standalone/content_extractor.cc', 864 'dom_distiller/standalone/content_extractor.cc',
865 ], 865 ],
866 }], 866 }],
867 ['OS=="win"', { 867 ['OS=="win"', {
868 'resource_include_dirs': [ 868 'resource_include_dirs': [
869 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources',
869 '<(SHARED_INTERMEDIATE_DIR)/webkit', 870 '<(SHARED_INTERMEDIATE_DIR)/webkit',
870 ], 871 ],
871 'sources': [ 872 'sources': [
872 '../content/shell/app/resource.h', 873 '../content/shell/app/resource.h',
873 '../content/shell/app/shell.rc', 874 '../content/shell/app/shell.rc',
874 # TODO: It would be nice to have these pulled in 875 # TODO: It would be nice to have these pulled in
875 # automatically from direct_dependent_settings in 876 # automatically from direct_dependent_settings in
876 # their various targets (net.gyp:net_resources, etc.), 877 # their various targets (net.gyp:net_resources, etc.),
877 # but that causes errors in other targets when 878 # but that causes errors in other targets when
878 # resulting .res files get referenced multiple times. 879 # resulting .res files get referenced multiple times.
879 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc es.rc', 880 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc es.rc',
880 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_ en-US.rc', 881 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_ en-US.rc',
881 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 882 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
882 ], 883 ],
883 'dependencies': [ 884 'dependencies': [
885 '<(DEPTH)/content/app/resources/content_resources.gyp:content_re sources',
884 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s', 886 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s',
885 '<(DEPTH)/net/net.gyp:net_resources', 887 '<(DEPTH)/net/net.gyp:net_resources',
886 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources', 888 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources',
887 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ', 889 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ',
888 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', 890 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
889 '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_reso urces',
890 ], 891 ],
891 'configurations': { 892 'configurations': {
892 'Debug_Base': { 893 'Debug_Base': {
893 'msvs_settings': { 894 'msvs_settings': {
894 'VCLinkerTool': { 895 'VCLinkerTool': {
895 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 896 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
896 }, 897 },
897 }, 898 },
898 }, 899 },
899 }, 900 },
900 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 901 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
901 'msvs_disabled_warnings': [ 4267, ], 902 'msvs_disabled_warnings': [ 4267, ],
902 }], 903 }],
903 ['OS=="win" and win_use_allocator_shim==1', { 904 ['OS=="win" and win_use_allocator_shim==1', {
904 'dependencies': [ 905 'dependencies': [
905 '../base/allocator/allocator.gyp:allocator', 906 '../base/allocator/allocator.gyp:allocator',
906 ], 907 ],
907 }], 908 }],
908 ], 909 ],
909 }, 910 },
910 ], 911 ],
911 }], 912 }],
912 ], 913 ],
913 } 914 }
OLDNEW
« no previous file with comments | « chromecast/chromecast.gyp ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698