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

Side by Side Diff: components/test/DEPS

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A couple GN fixes. Created 6 years, 2 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
« no previous file with comments | « components/signin.gypi ('k') | components/test/run_all_unittests.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 # To initialize the global data of content_settings. 2 # To initialize the global data of content_settings.
3 "+components/content_settings/core/common", 3 "+components/content_settings/core/common",
4 "+components/invalidation/android/component_jni_registrar.h",
4 "+content/public/test", 5 "+content/public/test",
5 "+ui/base/android/ui_base_jni_registrar.h", 6 "+ui/base/android/ui_base_jni_registrar.h",
6 "+ui/base/resource/resource_bundle.h", 7 "+ui/base/resource/resource_bundle.h",
7 "+ui/base/ui_base_paths.h", 8 "+ui/base/ui_base_paths.h",
8 "+ui/gfx/android/gfx_jni_registrar.h", 9 "+ui/gfx/android/gfx_jni_registrar.h",
9 "+ui/gl/gl_surface.h", # To initialize GL for tests. 10 "+ui/gl/gl_surface.h", # To initialize GL for tests.
10 ] 11 ]
OLDNEW
« no previous file with comments | « components/signin.gypi ('k') | components/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698