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

Side by Side Diff: ash/test/DEPS

Issue 2757493002: User orientation lock (Closed)
Patch Set: . Created 3 years, 9 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 # In general files in this directory should not depend upon content. 2 # In general files in this directory should not depend upon content.
3 "+mojo/edk", 3 "+mojo/edk",
4 ] 4 ]
5 5
6 specific_include_rules = { 6 specific_include_rules = {
7 # ash_test_environment_content is only compiled with content. 7 # ash_test_environment_content is only compiled with content.
8 "ash_test_environment_content\.*": [ 8 "ash_test_environment_content\.*": [
9 "+content/public/browser/browser_thread.h", 9 "+content/public/browser/browser_thread.h",
10 "+content/public/test/web_contents_tester.h", 10 "+content/public/test/web_contents_tester.h",
11 "+content/public/test/test_browser_thread_bundle.h", 11 "+content/public/test/test_browser_thread_bundle.h",
12 "+content/public/test/test_browser_context.h", 12 "+content/public/test/test_browser_context.h",
13 ], 13 ],
14 "ash_test_helper\.cc": [ 14 "ash_test_helper\.cc": [
15 "+ash/host", 15 "+ash/host",
16 ], 16 ],
17 "mirror_window_test_api\.cc": [ 17 "mirror_window_test_api\.cc": [
18 "+ash/host" 18 "+ash/host"
19 ], 19 ],
20 "screen_orientation_controller_test_api.h": [
21 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOri entationLockType.h",
22 ],
20 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698