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

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

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Syntax Error :-( Created 4 years, 10 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/gtest_prod_util.h", 3 "+base/gtest_prod_util.h",
3 "+testing/gmock/include/gmock", 4 "+testing/gmock/include/gmock",
4 "+testing/gtest/include/gtest", 5 "+testing/gtest/include/gtest",
5 "+wtf", 6 "+wtf",
6 ] 7 ]
7 8
8 skip_child_includes = [ 9 skip_child_includes = [
9 "testing", 10 "testing",
10 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698