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

Side by Side Diff: content/content_tests.gypi

Issue 1289883002: Remove unused content .rc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « content/content_resources.grd ('k') | content/shell/BUILD.gn » ('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 (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 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 'HAS_OUT_OF_PROC_TEST_RUNNER', 1443 'HAS_OUT_OF_PROC_TEST_RUNNER',
1444 ], 1444 ],
1445 'sources': [ '<@(content_browsertests_sources)' ], 1445 'sources': [ '<@(content_browsertests_sources)' ],
1446 'conditions': [ 1446 'conditions': [
1447 ['OS=="win"', { 1447 ['OS=="win"', {
1448 'resource_include_dirs': [ 1448 'resource_include_dirs': [
1449 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1449 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1450 ], 1450 ],
1451 'sources': [ 1451 'sources': [
1452 '<@(content_browsertests_win_sources)', 1452 '<@(content_browsertests_win_sources)',
1453 # TODO: It would be nice to have these pulled in automatically
1454 # from direct_dependent_settings in their various targets but
1455 # that causes errors in other targets when resulting .res files
1456 # get referenced multiple times.
1457 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_ en-US.rc',
1458 'shell/app/resource.h', 1453 'shell/app/resource.h',
1459 'shell/app/shell.rc', 1454 'shell/app/shell.rc',
1460 ], 1455 ],
1461 'dependencies': [ 1456 'dependencies': [
1462 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s', 1457 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s',
1463 '<(DEPTH)/net/net.gyp:net_resources', 1458 '<(DEPTH)/net/net.gyp:net_resources',
1464 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources', 1459 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources',
1465 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ', 1460 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ',
1466 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', 1461 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
1467 ], 1462 ],
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 ], 2101 ],
2107 }, 2102 },
2108 'includes': [ 2103 'includes': [
2109 '../build/host_jar.gypi', 2104 '../build/host_jar.gypi',
2110 ], 2105 ],
2111 }, 2106 },
2112 ], 2107 ],
2113 }], 2108 }],
2114 ], 2109 ],
2115 } 2110 }
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698