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

Side by Side Diff: content/browser/DEPS

Issue 10035034: Implement the skeleton of an android content shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed drawable png as it was checked in separately. Created 8 years, 7 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 "+content/gpu", # For gpu_info_collector.h and in-process GPU 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 "+content/port/browser", 3 "+content/port/browser",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+media/audio", # For audio input for speech input feature. 5 "+media/audio", # For audio input for speech input feature.
6 "+media/base/android", # For Android JNI registration.
6 7
7 # Other libraries. 8 # Other libraries.
8 "+third_party/iaccessible2", 9 "+third_party/iaccessible2",
9 "+third_party/isimpledom", 10 "+third_party/isimpledom",
10 11
11 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 12 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
12 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 13 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
13 # for more information. 14 # for more information.
14 15
15 # ONLY USED BY TESTS 16 # ONLY USED BY TESTS
16 "+chrome/browser/ui/browser.h", 17 "+chrome/browser/ui/browser.h",
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698