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

Side by Side Diff: apps/DEPS

Issue 205653002: Add apps_browsertests target (currently running 0 tests). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/apps.gypi » ('j') | apps/apps.gypi » ('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 "+base", 2 "+base",
3 "+content/public/app",
3 "+content/public/browser", 4 "+content/public/browser",
4 "+content/public/common", 5 "+content/public/common",
5 "+content/public/test", 6 "+content/public/test",
6 "+components/keyed_service", 7 "+components/keyed_service",
7 "+components/user_prefs/pref_registry_syncable.h", 8 "+components/user_prefs/pref_registry_syncable.h",
8 "+components/web_modal", 9 "+components/web_modal",
9 "+extensions", 10 "+extensions",
10 "+net/base", 11 "+net/base",
11 "+skia/ext", 12 "+skia/ext",
12 "+third_party/skia/include", 13 "+third_party/skia/include",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "+chrome/browser/ui/browser.h", 54 "+chrome/browser/ui/browser.h",
54 "+chrome/test/base/in_process_browser_test.h", 55 "+chrome/test/base/in_process_browser_test.h",
55 "+chrome/test/base/interactive_test_utils.h", 56 "+chrome/test/base/interactive_test_utils.h",
56 "+chrome/test/base/testing_profile.h", 57 "+chrome/test/base/testing_profile.h",
57 # Temporary allowed testing include. 58 # Temporary allowed testing include.
58 # TODO(benwells): Move app_browsertest_util into apps component once there 59 # TODO(benwells): Move app_browsertest_util into apps component once there
59 # is an apps shell to test with. 60 # is an apps shell to test with.
60 "+chrome/browser/apps/app_browsertest_util.h", 61 "+chrome/browser/apps/app_browsertest_util.h",
61 ] 62 ]
62 } 63 }
OLDNEW
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/apps.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698