Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 } |
| OLD | NEW |