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

Side by Side Diff: content/browser/DEPS

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix license year (->2012) 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
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 "+jni", # For generated JNI includes
5 "+media/audio", # For audio input for speech input feature. 6 "+media/audio", # For audio input for speech input feature.
6 "+media/base/android", # For Android JNI registration. 7 "+media/base/android", # For Android JNI registration.
7 8
8 # Other libraries. 9 # Other libraries.
9 "+third_party/iaccessible2", 10 "+third_party/iaccessible2",
10 "+third_party/isimpledom", 11 "+third_party/isimpledom",
11 "+third_party/speex", 12 "+third_party/speex",
12 13
13 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 14 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
14 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 15 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
15 # for more information. 16 # for more information.
16 17
17 # ONLY USED BY TESTS 18 # ONLY USED BY TESTS
18 "+chrome/browser/ui/browser.h", 19 "+chrome/browser/ui/browser.h",
19 ] 20 ]
OLDNEW
« no previous file with comments | « base/android/java/org/chromium/base/ThreadUtils.java ('k') | content/browser/geolocation/arbitrator_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698