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

Side by Side Diff: third_party/WebKit/Source/modules/wake_lock/DEPS

Issue 1794553002: [Playground] Onion Soup: moving ScreenWakeLock to Blink modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit DEPS Created 4 years, 8 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 "+core", 2 "+core",
3 "-modules", 3 "-modules",
4 "+modules/ModulesExport.h", 4 "+modules/ModulesExport.h",
5 "+modules/wake_lock", 5 "+modules/wake_lock",
6 "+mojo/public/cpp/bindings",
6 "+platform", 7 "+platform",
7 "+public/platform", 8 "+public/platform",
8 "-web", 9 "-web",
10 # Only used from ScreenWakeLockTest.cpp
11 "+base/run_loop.h",
12 "+public/web/WebCache.h",
13 "+web/tests/FrameTestHelpers.h",
14 "+web/WebLocalFrameImpl.h",
9 ] 15 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/wake_lock/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698