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

Side by Side Diff: ui/base/DEPS

Issue 262483003: Implementation of the Touch Exploration Mode - Part I (ui) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_source
Patch Set: Reverting all non- ui/ changes from this CL - they will be submitted separately. 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+grit/app_locale_settings.h", 2 "+grit/app_locale_settings.h",
3 "+grit/ui_resources.h", 3 "+grit/ui_resources.h",
4 "+grit/ui_strings.h", 4 "+grit/ui_strings.h",
5 "+grit/ui_unscaled_resources.h", 5 "+grit/ui_unscaled_resources.h",
6 "+grit/webui_resources.h", 6 "+grit/webui_resources.h",
7 "+jni", 7 "+jni",
8 "+net", 8 "+net",
9 "+skia/ext", 9 "+skia/ext",
10 "+third_party/skia", 10 "+third_party/skia",
11 "+ui/events", 11 "+ui/events",
12 "+ui/gfx", 12 "+ui/gfx",
13 "+ui/gl"
oshima 2014/05/01 21:24:33 My apologies, I didn't know that this requires new
mfomitchev 2014/05/02 17:01:47 Removed this, moved initialization to the test as
13 ] 14 ]
OLDNEW
« no previous file with comments | « no previous file | ui/base/test/run_all_unittests.cc » ('j') | ui/chromeos/touch_exploration_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698