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

Unified Diff: tools/imagediff/image_diff.gyp

Issue 7283024: Remove the dependency on app_base from some targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add ui_gfx dependency Created 9 years, 6 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 | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/imagediff/image_diff.gyp
diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp
index 0099c6d692ceb48e23ce6d390d02e030b2b82057..4c0462b6a7d1efde282fe0dd1d2cca1be007dc16 100644
--- a/tools/imagediff/image_diff.gyp
+++ b/tools/imagediff/image_diff.gyp
@@ -11,8 +11,8 @@
'target_name': 'image_diff',
'type': 'executable',
'dependencies': [
- '../../app/app.gyp:app_base',
'../../base/base.gyp:base',
+ '../../ui/ui.gyp:ui_gfx',
],
'sources': [
'image_diff.cc',
« no previous file with comments | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698