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

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

Issue 1739113002: Revert of Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix patch failure Created 4 years, 9 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 | « third_party/WebKit/PRESUBMIT.py ('k') | third_party/WebKit/Source/platform/DEPS » ('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 "+base/macros.h",
3 "+base/gtest_prod_util.h", 2 "+base/gtest_prod_util.h",
4 "+testing/gmock/include/gmock", 3 "+testing/gmock/include/gmock",
5 "+testing/gtest/include/gtest", 4 "+testing/gtest/include/gtest",
6 "+wtf", 5 "+wtf",
7 ] 6 ]
8 7
9 skip_child_includes = [ 8 skip_child_includes = [
10 "testing", 9 "testing",
11 ] 10 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/PRESUBMIT.py ('k') | third_party/WebKit/Source/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698