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

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: snapshot_test_support now win-only 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') | no next file with comments »
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 987aa01fd966ade1f38d2d3dc2d0738d03e5dbdb..9368980153f37d0d86c73d1a63df279d59e4764f 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -291,6 +291,7 @@
'conditions': [
['OS!="ios"', {
'dependencies': [
+ 'cloud_policy_proto',
'common/extensions/api/api.gyp:api',
'plugin',
'renderer',
@@ -358,6 +359,9 @@
],
}],
['OS=="win"', {
+ 'dependencies': [
+ '../ui/snapshot/snapshot.gyp:snapshot_test_support',
+ ],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
],
« no previous file with comments | « no previous file | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698