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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/chromecast.gyp ('k') | content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index c2f376472ff70462e9d34373e9280b27996b7885..20152e4e48cda4cc1e69f18e1ff33d5c10c8b570 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -866,6 +866,7 @@
}],
['OS=="win"', {
'resource_include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/content/app/resources',
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
'sources': [
@@ -881,12 +882,12 @@
'<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
],
'dependencies': [
+ '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources',
'<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
'<(DEPTH)/net/net.gyp:net_resources',
'<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
'<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
- '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_resources',
],
'configurations': {
'Debug_Base': {
« 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