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

Side by Side Diff: apps/DEPS

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 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
« no previous file with comments | « no previous file | apps/ui/views/app_window_frame_view.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 "+base", 2 "+base",
3 "+cc/paint",
3 "+content/public/app", 4 "+content/public/app",
4 "+content/public/browser", 5 "+content/public/browser",
5 "+content/public/common", 6 "+content/public/common",
6 "+content/public/test", 7 "+content/public/test",
7 "+components/keyed_service", 8 "+components/keyed_service",
8 "+components/pref_registry/pref_registry_syncable.h", 9 "+components/pref_registry/pref_registry_syncable.h",
9 "+components/sessions", 10 "+components/sessions",
10 "+components/user_manager", 11 "+components/user_manager",
11 "+components/web_modal", 12 "+components/web_modal",
12 "+extensions", 13 "+extensions",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "+chrome/browser/ui/simple_message_box_internal.h", 53 "+chrome/browser/ui/simple_message_box_internal.h",
53 "+chrome/test/base/in_process_browser_test.h", 54 "+chrome/test/base/in_process_browser_test.h",
54 "+chrome/test/base/interactive_test_utils.h", 55 "+chrome/test/base/interactive_test_utils.h",
55 "+chrome/test/base/testing_profile.h", 56 "+chrome/test/base/testing_profile.h",
56 # Temporary allowed testing include. 57 # Temporary allowed testing include.
57 # TODO(benwells): Move app_browsertest_util into apps component once there 58 # TODO(benwells): Move app_browsertest_util into apps component once there
58 # is an apps shell to test with. 59 # is an apps shell to test with.
59 "+chrome/browser/apps/app_browsertest_util.h", 60 "+chrome/browser/apps/app_browsertest_util.h",
60 ] 61 ]
61 } 62 }
OLDNEW
« no previous file with comments | « no previous file | apps/ui/views/app_window_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698