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

Side by Side Diff: ui/views/DEPS

Issue 107363004: ui/views: Remove gmock dependency from views_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/views/controls/single_split_view_unittest.cc » ('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 "+grit/ui_resources.h", 2 "+grit/ui_resources.h",
3 "+grit/ui_strings.h", 3 "+grit/ui_strings.h",
4 "+skia/ext", 4 "+skia/ext",
5 "+third_party/iaccessible2", 5 "+third_party/iaccessible2",
6 "+third_party/skia", 6 "+third_party/skia",
7 "+ui/aura", 7 "+ui/aura",
8 "+ui/base", 8 "+ui/base",
9 "+ui/compositor", 9 "+ui/compositor",
10 "+ui/events", 10 "+ui/events",
11 "+ui/gfx", 11 "+ui/gfx",
12 "+ui/ozone", 12 "+ui/ozone",
13 "+ui/native_theme", 13 "+ui/native_theme",
14
15 "-testing/gmock",
14 ] 16 ]
15 17
16 specific_include_rules = { 18 specific_include_rules = {
17 "examples_browser_main_parts\.cc": [ 19 "examples_browser_main_parts\.cc": [
18 "+ui/wm/test" 20 "+ui/wm/test"
19 ], 21 ],
20 } 22 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/controls/single_split_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698