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

Side by Side Diff: extensions/browser/DEPS

Issue 494033002: Move AppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded include in chrome_shell_delegate.cc Created 6 years, 3 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 | « extensions/browser/BUILD.gn ('k') | extensions/browser/app_window/app_window.h » ('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 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+components/sessions",
4 "+components/web_modal", 5 "+components/web_modal",
5 "+content/public/browser", 6 "+content/public/browser",
6 "+grit/extensions_strings.h", 7 "+grit/extensions_strings.h",
7 "+net", 8 "+net",
8 "+skia/ext/image_operations.h", 9 "+skia/ext/image_operations.h",
9 "+sync", 10 "+sync",
10 "+third_party/leveldatabase", 11 "+third_party/leveldatabase",
11 "+third_party/skia/include", 12 "+third_party/skia/include",
12 "+third_party/WebKit/public/web/WebInputEvent.h", 13 "+third_party/WebKit/public/web/WebInputEvent.h",
13 "+webkit/browser/fileapi", 14 "+webkit/browser/fileapi",
14 ] 15 ]
15 16
16 specific_include_rules = { 17 specific_include_rules = {
17 ".*test\.cc$": [ 18 ".*test\.cc$": [
18 "+components/user_prefs", 19 "+components/user_prefs",
19 ] 20 ]
20 } 21 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/app_window/app_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698