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

Side by Side Diff: chrome/browser/DEPS

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/grit", # For generated headers 5 "+chrome/grit", # For generated headers
6 "+chrome/installer", 6 "+chrome/installer",
7 "+chrome_elf/blacklist", 7 "+chrome_elf/blacklist",
8 "+chrome_elf/chrome_elf_constants.h", 8 "+chrome_elf/chrome_elf_constants.h",
9 "+chrome_elf/create_file", 9 "+chrome_elf/create_file",
10 "+chrome_elf/dll_hash", 10 "+chrome_elf/dll_hash",
(...skipping 29 matching lines...) Expand all
40 "+components/metrics", 40 "+components/metrics",
41 "+components/nacl/browser", 41 "+components/nacl/browser",
42 "+components/nacl/common", 42 "+components/nacl/common",
43 "+components/navigation_interception", 43 "+components/navigation_interception",
44 "+components/navigation_metrics", 44 "+components/navigation_metrics",
45 "+components/network_time", 45 "+components/network_time",
46 "+components/omaha_query_params", 46 "+components/omaha_query_params",
47 "+components/omnibox", 47 "+components/omnibox",
48 "+components/os_crypt", 48 "+components/os_crypt",
49 "+components/password_manager", 49 "+components/password_manager",
50 "+components/pdf/browser",
50 "+components/policy", 51 "+components/policy",
51 "+components/power", 52 "+components/power",
52 "+components/precache", 53 "+components/precache",
53 "+components/pref_registry", 54 "+components/pref_registry",
54 "+components/query_parser", 55 "+components/query_parser",
55 "+components/rappor", 56 "+components/rappor",
56 "+components/renderer_context_menu", 57 "+components/renderer_context_menu",
57 "+components/search", 58 "+components/search",
58 "+components/search_engines", 59 "+components/search_engines",
59 "+components/search_provider_logos", 60 "+components/search_provider_logos",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "+third_party/WebKit/public/web/WebCache.h", 150 "+third_party/WebKit/public/web/WebCache.h",
150 "+third_party/WebKit/public/web/WebContextMenuData.h", 151 "+third_party/WebKit/public/web/WebContextMenuData.h",
151 "+third_party/WebKit/public/web/WebFindOptions.h", 152 "+third_party/WebKit/public/web/WebFindOptions.h",
152 "+third_party/WebKit/public/web/WebInputEvent.h", 153 "+third_party/WebKit/public/web/WebInputEvent.h",
153 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 154 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
154 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 155 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
155 "+third_party/WebKit/public/web/WebPluginAction.h", 156 "+third_party/WebKit/public/web/WebPluginAction.h",
156 "+third_party/WebKit/public/web/WebTextDirection.h", 157 "+third_party/WebKit/public/web/WebTextDirection.h",
157 "+third_party/WebKit/public/web/WebWindowFeatures.h", 158 "+third_party/WebKit/public/web/WebWindowFeatures.h",
158 ] 159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698