| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'browser/ui/image_util.h', | 92 'browser/ui/image_util.h', |
| 93 'browser/ui/image_util.mm', | 93 'browser/ui/image_util.mm', |
| 94 'browser/ui/reversed_animation.h', | 94 'browser/ui/reversed_animation.h', |
| 95 'browser/ui/reversed_animation.mm', | 95 'browser/ui/reversed_animation.mm', |
| 96 'browser/ui/snapshots_util.h', | 96 'browser/ui/snapshots_util.h', |
| 97 'browser/ui/snapshots_util.mm', | 97 'browser/ui/snapshots_util.mm', |
| 98 'browser/ui/ui_util.h', | 98 'browser/ui/ui_util.h', |
| 99 'browser/ui/ui_util.mm', | 99 'browser/ui/ui_util.mm', |
| 100 'browser/ui/uikit_ui_util.h', | 100 'browser/ui/uikit_ui_util.h', |
| 101 'browser/ui/uikit_ui_util.mm', | 101 'browser/ui/uikit_ui_util.mm', |
| 102 'browser/web_resource/ios_web_resource_service.cc', |
| 103 'browser/web_resource/ios_web_resource_service.h', |
| 102 ], | 104 ], |
| 103 }, | 105 }, |
| 104 ], | 106 ], |
| 105 } | 107 } |
| OLD | NEW |