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

Side by Side Diff: components/components_tests.gyp

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 | « chromecast/app/resources/shell_resources.grd ('k') | content/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 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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 'dom_distiller/standalone/content_extractor_browsertest.cc', 1463 'dom_distiller/standalone/content_extractor_browsertest.cc',
1464 ], 1464 ],
1465 }], 1465 }],
1466 ['OS=="win"', { 1466 ['OS=="win"', {
1467 'resource_include_dirs': [ 1467 'resource_include_dirs': [
1468 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources', 1468 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources',
1469 ], 1469 ],
1470 'sources': [ 1470 'sources': [
1471 '../content/shell/app/resource.h', 1471 '../content/shell/app/resource.h',
1472 '../content/shell/app/shell.rc', 1472 '../content/shell/app/shell.rc',
1473 # TODO: It would be nice to have these pulled in automatically
1474 # from direct_dependent_settings in their various targets, but
1475 # that causes errors in other targets when resulting .res files
1476 # get referenced multiple times.
1477 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_ en-US.rc',
1478 ], 1473 ],
1479 'dependencies': [ 1474 'dependencies': [
1480 '<(DEPTH)/content/app/resources/content_resources.gyp:content_re sources', 1475 '<(DEPTH)/content/app/resources/content_resources.gyp:content_re sources',
1481 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s', 1476 '<(DEPTH)/content/app/strings/content_strings.gyp:content_string s',
1482 '<(DEPTH)/net/net.gyp:net_resources', 1477 '<(DEPTH)/net/net.gyp:net_resources',
1483 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources', 1478 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_re sources',
1484 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ', 1479 '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2 ',
1485 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', 1480 '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
1486 ], 1481 ],
1487 'configurations': { 1482 'configurations': {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1598 'invalidation/impl/android/junit/', 1593 'invalidation/impl/android/junit/',
1599 'policy/android/junit/' 1594 'policy/android/junit/'
1600 ], 1595 ],
1601 }, 1596 },
1602 'includes': [ '../build/host_jar.gypi' ], 1597 'includes': [ '../build/host_jar.gypi' ],
1603 }, 1598 },
1604 ], 1599 ],
1605 }], 1600 }],
1606 ], 1601 ],
1607 } 1602 }
OLDNEW
« no previous file with comments | « chromecast/app/resources/shell_resources.grd ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698