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

Unified Diff: apps/app_host/DEPS

Issue 12674028: Report text output and exit code for command-line operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Line endings. Created 7 years, 9 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 | apps/app_host/app_host_main.cc » ('j') | apps/app_host/app_host_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_host/DEPS
diff --git a/apps/app_host/DEPS b/apps/app_host/DEPS
index 7251c420f5134fa07522245caef585d74e79b791..d7804640f94cdf9157fb60e1653f03b7200f15e2 100644
--- a/apps/app_host/DEPS
+++ b/apps/app_host/DEPS
@@ -1,3 +1,13 @@
include_rules = [
"+google_update",
gab 2013/03/28 03:06:06 Shouldn't google_update be alphabetically ordered
erikwright (departed) 2013/04/18 17:43:04 Done.
+ "-chrome",
+ "+chrome/installer/launcher_support",
+ "+chrome/common/chrome_switches.h",
]
+
+specific_include_rules = {
+ 'test_operation\.cc': [
+ "+chrome/browser/operation_output.h",
+ ],
+}
+
« no previous file with comments | « no previous file | apps/app_host/app_host_main.cc » ('j') | apps/app_host/app_host_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698