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

Side by Side Diff: third_party/WebKit/Source/web/tests/DEPS

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: webkit_unit_tests does not need to init mojo edk any more by itself 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 "+mojo/public/cpp/bindings", 3 "+mojo/public/cpp/bindings",
4 "+web/tests", 4 "+web/tests",
5 ] 5 ]
6 6
7 specific_include_rules = { 7 specific_include_rules = {
8 'RunAllTests\.cpp': [ 8 'RunAllTests\.cpp': [
9 "+content/test/blink_test_environment.h", 9 "+content/test/blink_test_environment.h",
10 "+mojo/edk/embedder/embedder.h",
11 ], 10 ],
12 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698