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

Side by Side Diff: content/renderer/DEPS

Issue 14304004: Convert a bunch of test_shell_tests to content_browsertests. These are tests that depend on loading… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync 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 | « content/public/test/browser_test_base.cc ('k') | content/renderer/cpp_bound_class_unittest.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 "+content/public/renderer", 2 "+content/public/renderer",
3 "+content/public/browser/native_web_keyboard_event.h", # For tests.
4 "+content/public/browser/web_ui_controller_factory.h", # For tests.
5 "+jingle/glue", 3 "+jingle/glue",
6 "+media", # For audio input/output and audio/video decoding. 4 "+media", # For audio input/output and audio/video decoding.
7 "+third_party/hyphen/hyphen.h", 5 "+third_party/hyphen/hyphen.h",
8 "+third_party/libjingle", 6 "+third_party/libjingle",
9 "+third_party/mach_override", 7 "+third_party/mach_override",
10 "+third_party/tcmalloc", 8 "+third_party/tcmalloc",
11 "+v8/include", 9 "+v8/include",
12 ] 10 ]
11
12 specific_include_rules = {
13 '.*_[a-z]*browsertest.*': [
14 "+content/public/browser",
15 "+content/shell",
16 ],
17 }
OLDNEW
« no previous file with comments | « content/public/test/browser_test_base.cc ('k') | content/renderer/cpp_bound_class_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698