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

Unified Diff: chrome/test/DEPS

Issue 2364173002: Add app_list_presenterr pointer in app_list_presenter_delegate_mus to use dismiss function (Closed)
Patch Set: remove illegal include 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/DEPS
diff --git a/chrome/test/DEPS b/chrome/test/DEPS
index 254e04739fd516cd145e45ecade78d2dded5eb76..24b934220e3b207c763dc858250a44ac2bcecd36 100644
--- a/chrome/test/DEPS
+++ b/chrome/test/DEPS
@@ -26,4 +26,35 @@ include_rules = [
"+sandbox/win/tests",
"+third_party/ocmock",
"+win8/test",
+
+
+ "+cc",
+ "-cc/blink",
+ "+components/font_service/public",
+ "+components/gpu",
+ "+net",
+ "+mojo/cc",
+ "+mojo/common",
+ "+mojo/converters",
+ "+mojo/public",
+ "+services/catalog/public",
+ "+services/shell/public",
+ "+services/ui",
+ "+skia",
+ "+ui/aura",
+ "+ui/base",
+ "+ui/compositor",
+ "+ui/events",
+ "+ui/gfx",
+ "+ui/gl",
+ "+ui/mojo/display",
+ "+ui/mojo/ime",
+ "+ui/platform_window",
+ "+ui/wm",
]
+
+specific_include_rules = {
+ "views_chrome_test_suite.cc": [
+ "+services/shell/background",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698