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

Side by Side Diff: android_webview/aw_common.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
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': [
Torne 2012/08/29 10:34:29 Let's not add any more of these include files in t
joth 2012/08/29 22:28:05 Thanks. I sent your CL to CQ so I can rebase onto
8 'browser/renderer_host/aw_resource_dispatcher_host_delegate.cc', 8 'common/android_webview_message_generator.cc',
9 'browser/renderer_host/aw_resource_dispatcher_host_delegate.h', 9 'common/android_webview_message_generator.h',
10 'common/render_view_messages.cc',
11 'common/render_view_messages.h',
10 ], 12 ],
11 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698