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

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: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/app_host/app_host_main.cc » ('j') | apps/app_host/app_host_main.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+google_update", 2 "+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.
3 "-chrome",
4 "+chrome/installer/launcher_support",
5 "+chrome/common/chrome_switches.h",
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') | apps/app_host/app_host_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698