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

Unified Diff: content/content_tests.gypi

Issue 54583005: Extract webkit_child target from glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 7 years, 1 month 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/content_renderer.gypi ('k') | ui/app_list/app_list.gyp » ('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 ac9320aef41743477b90780201ea61285f3c8293..001c5ce149dab066cac0f8bd251a3cde28acc1e2 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -225,10 +225,10 @@
'../third_party/WebKit/public/blink.gyp:blink',
'../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner',
'../ui/surface/surface.gyp:surface',
+ '../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
'../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
'../webkit/glue/webkit_glue.gyp:glue',
- '../webkit/glue/webkit_glue.gyp:glue_child',
'../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
'../webkit/storage_browser.gyp:webkit_storage_browser',
@@ -648,7 +648,7 @@
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/glue/webkit_glue.gyp:glue',
- '../webkit/glue/webkit_glue.gyp:glue_child',
+ '../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
@@ -869,8 +869,8 @@
'../ui/snapshot/snapshot.gyp:snapshot',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
+ '../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/glue/webkit_glue.gyp:glue',
- '../webkit/glue/webkit_glue.gyp:glue_child',
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
],
'include_dirs': [
@@ -1112,8 +1112,8 @@
'../third_party/WebKit/public/blink.gyp:blink',
# The following two dependencies provide the missing
# symbol HeapProfilerStart in Linux component builds.
+ '../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/glue/webkit_glue.gyp:glue',
- '../webkit/glue/webkit_glue.gyp:glue_child',
],
'include_dirs': [
'..',
@@ -1145,7 +1145,7 @@
# The following two dependencies provide the missing
# symbol HeapProfilerStart in Linux component builds.
'../webkit/glue/webkit_glue.gyp:glue',
- '../webkit/glue/webkit_glue.gyp:glue_child',
+ '../webkit/child/webkit_child.gyp:webkit_child',
],
'include_dirs': [
'..',
« no previous file with comments | « content/content_renderer.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698