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

Side by Side Diff: android_webview/lib/DEPS

Issue 10825155: Build target for Android WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove chrome/ changes Created 8 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 | « android_webview/OWNERS ('k') | android_webview/lib/android_webview.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Please add joi@ or erikwright@ as reviewers for any changes to DEPS files
2 # under android_webview/ as they are keeping track of what needs to become a
3 # Browser Component.
4
5 include_rules = [
6 # Temporary until we implement our own versions of the *Client classes.
7 "!chrome/common/chrome_content_client.h",
8 "!chrome/browser/chrome_content_browser_client.h",
9 "!chrome/renderer/chrome_content_renderer_client.h",
10
11 # Temporary until services we use no longer depend on Chrome's path service.
12 "!chrome/common/chrome_paths.h",
13
14 # Temporary until TabAndroid is in a more suitable place.
15 "!chrome/browser/android/tab_android.h",
16
17 # Temporary until autofill becomes a browser component.
18 "!chrome/browser/autofill/autofill_external_delegate.h"
19 ]
OLDNEW
« no previous file with comments | « android_webview/OWNERS ('k') | android_webview/lib/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698