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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 13926006: Add ui::GrabDesktopSnapshot for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GrabDesktopSnapshot is now available only to tests Created 7 years, 8 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 | chrome/test/base/ui_test_utils.cc » ('j') | ui/snapshot/snapshot.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index c9bf750e58c284adab8036746f08588bee584ea5..fb7ec07157da106860d83973ee8ec63eb9857061 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -289,6 +289,7 @@
'conditions': [
['OS!="ios"', {
'dependencies': [
+ 'cloud_policy_proto',
grt (UTC plus 2) 2013/04/17 16:58:17 This dependency is required to build this target d
'common/extensions/api/api.gyp:api',
'plugin',
'renderer',
@@ -303,6 +304,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_shared',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../ui/compositor/compositor.gyp:compositor_test_support',
+ '../ui/snapshot/snapshot.gyp:snapshot_test_support',
],
'export_dependent_settings': [
'renderer',
« no previous file with comments | « no previous file | chrome/test/base/ui_test_utils.cc » ('j') | ui/snapshot/snapshot.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698