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

Unified Diff: content/content_tests.gypi

Issue 1281483012: Remove net_resources.rc (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/gpu/test_support_gpu.gypi ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 3b901188191c0dce24993306b6695de075516fdc..766554f060ca0e76bbed7afd64f378bf7aca1ee3 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1450,14 +1450,12 @@
],
'sources': [
'<@(content_browsertests_win_sources)',
- # TODO: It would be nice to have these pulled in
- # automatically from direct_dependent_settings in
- # their various targets (net.gyp:net_resources, etc.),
- # but that causes errors in other targets when
- # resulting .res files get referenced multiple times.
+ # TODO: It would be nice to have these pulled in automatically
+ # from direct_dependent_settings in their various targets but
+ # that causes errors in other targets when resulting .res files
+ # get referenced multiple times.
'<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.rc',
- '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
'shell/app/resource.h',
'shell/app/shell.rc',
],
« no previous file with comments | « content/browser/gpu/test_support_gpu.gypi ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698