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

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: Forgotten review responses. 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 | apps/app_host/app_host_main.cc » ('j') | no next file with comments »
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..3c28199b06a3849b78dc044e607ce53939aa258e 100644
--- a/apps/app_host/DEPS
+++ b/apps/app_host/DEPS
@@ -1,3 +1,13 @@
include_rules = [
+ "-chrome",
+ "+chrome/installer/launcher_support",
+ "+chrome/common/chrome_switches.h",
"+google_update",
]
+
+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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698