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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/app_host/app_host_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome",
3 "+chrome/installer/launcher_support",
4 "+chrome/common/chrome_switches.h",
2 "+google_update", 5 "+google_update",
3 ] 6 ]
7
8 specific_include_rules = {
9 'test_operation\.cc': [
10 "+chrome/browser/operation_output.h",
11 ],
12 }
13
OLDNEW
« 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