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

Unified Diff: content/content_tests.gypi

Issue 23583055: webkit: Kill support/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/content_shell.gypi ('k') | webkit/glue/webkit_glue.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 5037e127d6e12c1ac0dd9438bd887496a1603a7b..b7153e534046ea886e3c35d5d3fdf1d2779e3847 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -218,12 +218,12 @@
'../ui/surface/surface.gyp:surface',
'../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',
'../webkit/storage_common.gyp:webkit_storage_common',
- '../webkit/support/webkit_support.gyp:glue',
- '../webkit/support/webkit_support.gyp:glue_child',
],
}],
['OS == "win" or toolkit_uses_gtk == 1', {
@@ -635,11 +635,11 @@
'../ui/gl/gl.gyp:gl',
'../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/renderer/webkit_renderer.gyp:webkit_renderer',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
- '../webkit/support/webkit_support.gyp:glue',
- '../webkit/support/webkit_support.gyp:glue_child',
],
}],
['enable_plugins==0', {
@@ -824,9 +824,9 @@
'../ui/ui.gyp:shell_dialogs',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
+ '../webkit/glue/webkit_glue.gyp:glue',
+ '../webkit/glue/webkit_glue.gyp:glue_child',
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
- '../webkit/support/webkit_support.gyp:glue',
- '../webkit/support/webkit_support.gyp:glue_child',
],
'include_dirs': [
'..',
@@ -1056,8 +1056,8 @@
'../third_party/WebKit/public/blink.gyp:blink',
# The following two dependencies provide the missing
# symbol HeapProfilerStart in Linux component builds.
- '../webkit/support/webkit_support.gyp:glue',
- '../webkit/support/webkit_support.gyp:glue_child',
+ '../webkit/glue/webkit_glue.gyp:glue',
+ '../webkit/glue/webkit_glue.gyp:glue_child',
],
'include_dirs': [
'..',
@@ -1088,8 +1088,8 @@
'../third_party/WebKit/public/blink.gyp:blink',
# The following two dependencies provide the missing
# symbol HeapProfilerStart in Linux component builds.
- '../webkit/support/webkit_support.gyp:glue',
- '../webkit/support/webkit_support.gyp:glue_child',
+ '../webkit/glue/webkit_glue.gyp:glue',
+ '../webkit/glue/webkit_glue.gyp:glue_child',
],
'include_dirs': [
'..',
« no previous file with comments | « content/content_shell.gypi ('k') | webkit/glue/webkit_glue.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698