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

Unified Diff: content/content_tests.gypi

Issue 8599003: aura: Add glib dependency when appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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 | « no previous file | no next file » | 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 fe9a2272229ca6e9b823c83b68337af24f9b68ce..dc6891c4c484383da866a52b2060493c76c4f666 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -46,8 +46,8 @@
'browser/mock_content_browser_client.h',
'browser/mock_resource_context.cc',
'browser/mock_resource_context.h',
- 'browser/net/url_request_abort_on_end_job.cc',
- 'browser/net/url_request_abort_on_end_job.h',
+ 'browser/net/url_request_abort_on_end_job.cc',
+ 'browser/net/url_request_abort_on_end_job.h',
'browser/renderer_host/dummy_resource_handler.cc',
'browser/renderer_host/dummy_resource_handler.h',
'browser/renderer_host/media/mock_media_observer.cc',
@@ -115,6 +115,11 @@
'../build/linux/system.gyp:gtk',
],
}],
+ ['use_glib == 1', {
sky 2011/11/18 17:26:22 I'm very surprised we need this here. Shouldn't so
sadrul 2011/11/18 17:31:04 Indeed. I am surprised we need this too. And I am
+ 'dependencies': [
+ '../build/linux/system.gyp:glib',
+ ],
+ }],
],
},
{
« 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