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

Side by Side Diff: blimp/engine/DEPS

Issue 2572563006: [Blimp] Refactor Blimp test engine with embedded test server and URL rewriting (Closed)
Patch Set: Function works. Needs to refactor blimp_url_rewriter_unittest.cc Created 3 years, 11 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 "-blimp/client", 3 "-blimp/client",
4 "+cc", 4 "+cc",
5 "-chrome", 5 "-chrome",
6 "+components/crash", 6 "+components/crash",
7 "+components/metrics", 7 "+components/metrics",
8 "+components/pref_registry", 8 "+components/pref_registry",
9 "+components/prefs", 9 "+components/prefs",
10 "+components/version_info", 10 "+components/version_info",
11 "+components/web_cache/renderer", 11 "+components/web_cache/renderer",
12 "+content/browser",
jbudorick at gmail 2017/01/06 16:09:36 I think depending on the nonpublic part of content
shenghuazhang 2017/01/07 01:21:24 Replace the #include "content/browser/browser_url_
12 "+content/public", 13 "+content/public",
13 "+device/geolocation", 14 "+device/geolocation",
14 "+mojo/public", 15 "+mojo/public",
15 "+net", 16 "+net",
16 "+services/service_manager/public/cpp", 17 "+services/service_manager/public/cpp",
17 "+third_party/blimp_fonts", 18 "+third_party/blimp_fonts",
18 "+third_party/khronos/GLES2/gl2.h", 19 "+third_party/khronos/GLES2/gl2.h",
19 "+third_party/WebKit/public/platform/WebGestureEvent.h", 20 "+third_party/WebKit/public/platform/WebGestureEvent.h",
20 "+third_party/WebKit/public/platform/WebInputEvent.h", 21 "+third_party/WebKit/public/platform/WebInputEvent.h",
21 "+ui/aura", 22 "+ui/aura",
22 "+ui/base", 23 "+ui/base",
23 "+ui/compositor", 24 "+ui/compositor",
24 "+ui/display", 25 "+ui/display",
25 "+ui/events", 26 "+ui/events",
26 "+ui/gfx", 27 "+ui/gfx",
27 "+ui/gl", 28 "+ui/gl",
28 "+ui/native_theme", 29 "+ui/native_theme",
29 "+ui/platform_window", 30 "+ui/platform_window",
30 "+ui/resources", 31 "+ui/resources",
31 "+ui/wm", 32 "+ui/wm",
32 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698