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

Unified Diff: webkit/tools/test_shell/test_shell.gyp

Issue 27214: Leverage the awesome power of export_dependent_settings (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gyp
===================================================================
--- webkit/tools/test_shell/test_shell.gyp (revision 10471)
+++ webkit/tools/test_shell/test_shell.gyp (working copy)
@@ -16,10 +16,12 @@
'dependencies': [
'../../../base/base.gyp:base',
'../../../base/base.gyp:base_gfx',
+ '../../../net/net.gyp:net',
+ '../../../skia/skia.gyp:skia',
'../../../testing/gtest.gyp:gtest',
- '../../../skia/skia.gyp:skia',
'../../../third_party/npapi/npapi.gyp:npapi',
'../../webkit.gyp:glue',
+ '../../webkit.gyp:webkit',
],
'sources': [
'mac/DumpRenderTreePasteboard.h',
@@ -71,6 +73,12 @@
'webwidget_host_gtk.cc',
'webwidget_host_win.cc',
],
+ 'export_dependent_settings': [
+ '../../../base/base.gyp:base',
+ '../../../net/net.gyp:net',
+ '../../webkit.gyp:glue',
+ '../../webkit.gyp:webkit',
+ ],
'conditions': [
['OS!="linux"', {'sources/': [['exclude', '_gtk\\.cc$']]}],
['OS!="mac"', {
@@ -100,10 +108,6 @@
'type': 'application',
'dependencies': [
'test_shell_common',
- '../../../base/base.gyp:base',
- '../../../net/net.gyp:net',
- '../../webkit.gyp:glue',
- '../../webkit.gyp:webkit',
],
'sources': [
'test_shell_main.cc',
@@ -134,11 +138,8 @@
'type': 'executable',
'dependencies': [
'test_shell_common',
- '../../../base/base.gyp:base',
- '../../../net/net.gyp:net',
'../../../skia/skia.gyp:skia',
'../../../testing/gtest.gyp:gtest',
- '../../webkit.gyp:glue',
],
'sources': [
'../../../skia/ext/convolver_unittest.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698