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

Side by Side Diff: content/renderer/DEPS

Issue 10827282: Move the injection test API to content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gypi 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 # TODO(avi): remove this chrome include http://crbug.com/139631
3 "+chrome/test/security_tests/renderer_sandbox_tests_mac.h",
4 "+content/public/renderer", 2 "+content/public/renderer",
5 "+content/public/browser/native_web_keyboard_event.h", # For tests. 3 "+content/public/browser/native_web_keyboard_event.h", # For tests.
6 "+content/public/browser/web_ui_controller_factory.h", # For tests. 4 "+content/public/browser/web_ui_controller_factory.h", # For tests.
7 "+jingle/glue", 5 "+jingle/glue",
8 "+media", # For audio input/output and audio/video decoding. 6 "+media", # For audio input/output and audio/video decoding.
9 "+third_party/hyphen/hyphen.h", 7 "+third_party/hyphen/hyphen.h",
10 "+third_party/libjingle", 8 "+third_party/libjingle",
11 "+third_party/mach_override", 9 "+third_party/mach_override",
12 "+third_party/tcmalloc", 10 "+third_party/tcmalloc",
13 "+v8/include", 11 "+v8/include",
14 ] 12 ]
OLDNEW
« no previous file with comments | « content/public/common/injection_test_win.h ('k') | content/renderer/renderer_main_platform_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698