| 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': [ |
| 8 'browser/renderer_host/aw_resource_dispatcher_host_delegate.cc', | 8 'renderer/aw_render_view_ext.cc', |
| 9 'browser/renderer_host/aw_resource_dispatcher_host_delegate.h', | 9 'renderer/aw_render_view_ext.h', |
| 10 ], | 10 ], |
| 11 } | 11 } |
| OLD | NEW |