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

Side by Side Diff: content/content_tests.gypi

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 ], 1217 ],
1218 'sources': [ 1218 'sources': [
1219 'shell/app/resource.h', 1219 'shell/app/resource.h',
1220 'shell/app/shell.rc', 1220 'shell/app/shell.rc',
1221 # TODO: It would be nice to have these pulled in 1221 # TODO: It would be nice to have these pulled in
1222 # automatically from direct_dependent_settings in 1222 # automatically from direct_dependent_settings in
1223 # their various targets (net.gyp:net_resources, etc.), 1223 # their various targets (net.gyp:net_resources, etc.),
1224 # but that causes errors in other targets when 1224 # but that causes errors in other targets when
1225 # resulting .res files get referenced multiple times. 1225 # resulting .res files get referenced multiple times.
1226 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc es.rc', 1226 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc es.rc',
1227 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_ en-US.rc',
1227 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 1228 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
1228 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.rc',
1229 ], 1229 ],
1230 'dependencies': [ 1230 'dependencies': [
1231 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s',
1231 '<(DEPTH)/net/net.gyp:net_resources', 1232 '<(DEPTH)/net/net.gyp:net_resources',
1232 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources', 1233 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources',
1233 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ', 1234 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ',
1234 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', 1235 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
1235 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings',
1236 ], 1236 ],
1237 'configurations': { 1237 'configurations': {
1238 'Debug_Base': { 1238 'Debug_Base': {
1239 'msvs_settings': { 1239 'msvs_settings': {
1240 'VCLinkerTool': { 1240 'VCLinkerTool': {
1241 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1241 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1242 }, 1242 },
1243 }, 1243 },
1244 }, 1244 },
1245 }, 1245 },
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1866 }, 1866 },
1867 ], 1867 ],
1868 }], 1868 }],
1869 ], 1869 ],
1870 }, 1870 },
1871 ], 1871 ],
1872 }], 1872 }],
1873 ], 1873 ],
1874 } 1874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698