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

Side by Side Diff: apps/DEPS

Issue 149163002: app_shell: Add ShellContentRendererClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac build (content_renderer_client) Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/shell/shell_content_renderer_client.cc » ('J')
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 "+content/public/app", 3 "+content/public/app",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+content/public/common", 5 "+content/public/common",
6 "+content/public/renderer",
6 "+content/public/test", 7 "+content/public/test",
7 "+components/browser_context_keyed_service", 8 "+components/browser_context_keyed_service",
8 "+components/user_prefs/pref_registry_syncable.h", 9 "+components/user_prefs/pref_registry_syncable.h",
9 "+components/web_modal", 10 "+components/web_modal",
10 "+extensions", 11 "+extensions",
11 "+net/base", 12 "+net/base",
12 "+skia/ext", 13 "+skia/ext",
13 "+third_party/skia/include", 14 "+third_party/skia/include",
14 "+ui", 15 "+ui",
15 "+win8", 16 "+win8",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "+chrome/browser/ui/browser.h", 61 "+chrome/browser/ui/browser.h",
61 "+chrome/test/base/in_process_browser_test.h", 62 "+chrome/test/base/in_process_browser_test.h",
62 "+chrome/test/base/interactive_test_utils.h", 63 "+chrome/test/base/interactive_test_utils.h",
63 "+chrome/test/base/testing_profile.h", 64 "+chrome/test/base/testing_profile.h",
64 # Temporary allowed testing include. 65 # Temporary allowed testing include.
65 # TODO(benwells): Move app_browsertest_util into apps component once there 66 # TODO(benwells): Move app_browsertest_util into apps component once there
66 # is an apps shell to test with. 67 # is an apps shell to test with.
67 "+chrome/browser/apps/app_browsertest_util.h", 68 "+chrome/browser/apps/app_browsertest_util.h",
68 ] 69 ]
69 } 70 }
OLDNEW
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/shell/shell_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698