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

Side by Side Diff: android_webview/aw_browser.gypi

Issue 10890024: Implement DocuementHasImages (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « no previous file | android_webview/aw_common.gypi » ('j') | android_webview/aw_common.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'sources': [ 7 'sources': [
8 'browser/renderer_host/aw_render_view_host_ext.cc',
9 'browser/renderer_host/aw_render_view_host_ext.h',
8 'browser/renderer_host/aw_resource_dispatcher_host_delegate.cc', 10 'browser/renderer_host/aw_resource_dispatcher_host_delegate.cc',
9 'browser/renderer_host/aw_resource_dispatcher_host_delegate.h', 11 'browser/renderer_host/aw_resource_dispatcher_host_delegate.h',
10 ], 12 ],
11 } 13 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/aw_common.gypi » ('j') | android_webview/aw_common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698