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

Unified Diff: chrome/chrome_tests.gypi

Issue 2729002: Run in-process browser tests using the sandbox. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 49137)
+++ chrome/chrome_tests.gypi (working copy)
@@ -1407,6 +1407,7 @@
'dependencies': [
'chrome_dll_version',
'installer_util_strings',
+ '../sandbox/sandbox.gyp:sandbox',
'<(allocator_target)',
],
'configurations': {
@@ -2031,6 +2032,7 @@
'chrome_dll_version',
'installer_util_strings',
'../views/views.gyp:views',
+ '../sandbox/sandbox.gyp:sandbox',
'<(allocator_target)',
],
'configurations': {
« no previous file with comments | « no previous file | chrome/test/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698