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

Side by Side Diff: blimp/client/DEPS

Issue 2406203003: Added blimp support strings. (Closed)
Patch Set: Add entry in translation expectation script. Created 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+cc", 3 "+cc",
4 "-cc/blink", 4 "-cc/blink",
5 "-chrome", 5 "-chrome",
6 "+components/safe_json", 6 "+components/safe_json",
7 "+components/url_formatter", 7 "+components/url_formatter",
8 "+components/version_info", 8 "+components/version_info",
9 "+components/signin/core/browser/android", 9 "+components/signin/core/browser/android",
10 "-content", 10 "-content",
11 "+device/geolocation", 11 "+device/geolocation",
12 "+google_apis/gaia", 12 "+google_apis/gaia",
13 "+gpu", 13 "+gpu",
14 "+jni", 14 "+jni",
15 "+net", 15 "+net",
16 "+third_party/WebKit/public/web/WebInputEvent.h", 16 "+third_party/WebKit/public/web/WebInputEvent.h",
17 "+ui/android", 17 "+ui/android",
18 "+ui/base/l10n",
Lei Zhang 2016/10/13 18:09:48 alphabetical order please
xingliu 2016/10/13 21:00:14 Done.
18 "+ui/base/ime/text_input_type.h", 19 "+ui/base/ime/text_input_type.h",
19 "+ui/events", 20 "+ui/events",
20 "+ui/events/android", 21 "+ui/events/android",
21 "+ui/events/blink", 22 "+ui/events/blink",
22 "+ui/events/gesture_detection", 23 "+ui/events/gesture_detection",
23 "+ui/events/gestures/blink", 24 "+ui/events/gestures/blink",
24 "+ui/gfx", 25 "+ui/gfx",
25 "+ui/gl", 26 "+ui/gl",
26 "+ui/platform_window", 27 "+ui/platform_window",
27 "+url", 28 "+url",
28 ] 29 ]
OLDNEW
« no previous file with comments | « no previous file | blimp/client/support/BUILD.gn » ('j') | blimp/client/support/resources/blimp_strings.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698