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

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

Issue 2365623003: Remove unused thread.h include in trace_event_impl.h and fix IWUU. (Closed)
Patch Set: Whitelist base DEPS for all web/tests 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 "+mojo/public/cpp/bindings", 3 "+mojo/public/cpp/bindings",
3 "+web/tests", 4 "+web/tests",
4 ] 5 ]
5 6
6 specific_include_rules = { 7 specific_include_rules = {
7 'RunAllTests\.cpp': [ 8 'RunAllTests\.cpp': [
8 "+base/bind.h",
9 "+base/bind_helpers.h",
10 "+base/run_loop.h",
11 "+base/test/launcher/unit_test_launcher.h",
12 "+base/test/test_suite.h",
13 "+base/threading/thread_task_runner_handle.h",
14 "+content/test/blink_test_environment.h", 9 "+content/test/blink_test_environment.h",
15 "+mojo/edk/embedder/embedder.h", 10 "+mojo/edk/embedder/embedder.h",
16 ], 11 ],
17 } 12 }
OLDNEW
« no previous file with comments | « media/gpu/android_video_decode_accelerator.cc ('k') | third_party/WebKit/Source/web/tests/TimerPerfTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698