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

Side by Side Diff: components/test/DEPS

Issue 258043003: Eliminate components_unittests' dependence on chrome resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 6 years, 7 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 "+content/public/test", 2 "+content/public/test",
3 "+ui/base/android/ui_base_jni_registrar.h", 3 "+ui/base/android/ui_base_jni_registrar.h",
4 "+ui/base/resource/resource_bundle.h", 4 "+ui/base/resource/resource_bundle.h",
5 "+ui/base/ui_base_paths.h",
6 "+ui/gfx/android/gfx_jni_registrar.h", 5 "+ui/gfx/android/gfx_jni_registrar.h",
7 "+ui/gl/gl_surface.h", # To initialize GL for tests. 6 "+ui/gl/gl_surface.h", # To initialize GL for tests.
8 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698