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

Side by Side Diff: content/shell/browser/DEPS

Issue 2950713002: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: addressed comments, 4 tests Created 3 years, 6 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
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/layout_test/blink_test_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-content/shell/browser/layout_test", 2 "-content/shell/browser/layout_test",
3 "+components/keyed_service/content", 3 "+components/keyed_service/content",
4 "+components/network_session_configurator/common", 4 "+components/network_session_configurator/common",
5 "+device/geolocation", 5 "+device/geolocation",
6 "+services/service_manager/public/cpp", 6 "+services/service_manager/public/cpp",
7 ] 7 ]
8 8
9 specific_include_rules = { 9 specific_include_rules = {
10 "shell\.cc": [ 10 "shell\.cc": [
11 "+content/shell/browser/layout_test", 11 "+content/shell/browser/layout_test",
12 ], 12 ],
13 "shell_devtools_manager_delegate\.cc": [
14 "+content/shell/browser/layout_test",
15 ],
13 } 16 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/layout_test/blink_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698