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

Side by Side Diff: content/renderer/DEPS

Issue 10832014: Move the browser tests inside content/renderer to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/test", 2 "+chrome/test",
3 "+content/public/renderer", 3 "+content/public/renderer",
4 "+content/public/browser/native_web_keyboard_event.h", # For tests. 4 "+content/public/browser/native_web_keyboard_event.h", # For tests.
5 "+content/public/browser/web_ui_controller_factory.h", # For tests.
5 "+jingle/glue", 6 "+jingle/glue",
6 "+media", # For audio input/output and audio/video decoding. 7 "+media", # For audio input/output and audio/video decoding.
7 "+third_party/hyphen/hyphen.h", 8 "+third_party/hyphen/hyphen.h",
8 "+third_party/libjingle", 9 "+third_party/libjingle",
9 "+third_party/mach_override", 10 "+third_party/mach_override",
10 "+third_party/tcmalloc", 11 "+third_party/tcmalloc",
11 "+v8/include", 12 "+v8/include",
12 ] 13 ]
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/pepper/pepper_file_chooser_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698