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

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

Issue 2400563002: Adds Mojo IDL. (Closed)
Patch Set: fixes modulename typo Created 4 years, 2 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 "+mojo/public",
4 "+testing/gmock/include/gmock", 5 "+testing/gmock/include/gmock",
5 "+testing/gtest/include/gtest", 6 "+testing/gtest/include/gtest",
6 "+wtf", 7 "+wtf",
7 ] 8 ]
8 9
9 skip_child_includes = [ 10 skip_child_includes = [
10 "testing", 11 "testing",
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698