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

Side by Side Diff: content/browser/DEPS

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort Created 6 years, 4 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 | « content/browser/BUILD.gn ('k') | content/browser/accessibility/browser_accessibility_cocoa.mm » ('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 "+content/app/strings/grit", # For generated headers
2 "+content/public/browser", 3 "+content/public/browser",
3 "+media/audio", # For audio input for speech input feature. 4 "+media/audio", # For audio input for speech input feature.
4 "+media/base", # For Android JNI registration. 5 "+media/base", # For Android JNI registration.
5 "+media/midi", # For Web MIDI API 6 "+media/midi", # For Web MIDI API
6 "+media/video", # For Video Device monitoring in Mac. 7 "+media/video", # For Video Device monitoring in Mac.
7 "+sql", 8 "+sql",
8 "+ui/webui", 9 "+ui/webui",
9 "+win8/util", 10 "+win8/util",
10 11
11 # TODO(joi): This was misplaced; need to move it somewhere else, 12 # TODO(joi): This was misplaced; need to move it somewhere else,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 68 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
68 "+third_party/WebKit/public/web/WebTextDirection.h", 69 "+third_party/WebKit/public/web/WebTextDirection.h",
69 70
70 # These should be burned down. http://crbug.com/237267 71 # These should be burned down. http://crbug.com/237267
71 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 72 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
72 73
73 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 74 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
74 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 75 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
75 # for more information. 76 # for more information.
76 ] 77 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/accessibility/browser_accessibility_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698