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

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

Issue 2775483003: Use public Service Manager Connector API in Blink (Closed)
Patch Set: . Created 3 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 "+base/macros.h", 2 "+base/macros.h",
3 "+base/gtest_prod_util.h", 3 "+base/gtest_prod_util.h",
4 "+services/service_manager/public/cpp/connector.h",
4 "+testing/gmock/include/gmock", 5 "+testing/gmock/include/gmock",
5 "+testing/gtest/include/gtest", 6 "+testing/gtest/include/gtest",
6 "+v8", 7 "+v8",
7 "+wtf", 8 "+wtf",
8 ] 9 ]
9 10
10 skip_child_includes = [ 11 skip_child_includes = [
11 "testing", 12 "testing",
12 ] 13 ]
OLDNEW
« no previous file with comments | « services/service_manager/public/cpp/lib/connector_impl.cc ('k') | third_party/WebKit/Source/modules/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698