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

Side by Side Diff: components/plugins/renderer/DEPS

Issue 1132873002: Plugin Power Saver: Fix poster-click flaky test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0275-plugin-power-saver-preserve-js-access-for-throttled-plugins
Patch Set: change expect_eq to assert_eq Created 5 years, 7 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 "+gin", 2 "+gin",
3 "+net", 3 "+net",
4 4
5 "+content/public/child",
5 "+content/public/renderer", 6 "+content/public/renderer",
6 "+content/public/common", 7 "+content/public/common",
7 "+content/public/test", 8 "+content/public/test",
8 "+third_party/WebKit/public", 9 "+third_party/WebKit/public",
9 "+third_party/re2", 10 "+third_party/re2",
10 "+skia", 11 "+skia",
11 "+webkit/common", 12 "+webkit/common",
12 "+ui/base/webui", 13 "+ui/base/webui",
13 ] 14 ]
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_power_saver_browsertest.cc ('k') | components/plugins/renderer/loadable_plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698