| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'image/image_skia_util_ios.mm', | 189 'image/image_skia_util_ios.mm', |
| 190 'image/image_skia_util_mac.h', | 190 'image/image_skia_util_mac.h', |
| 191 'image/image_skia_util_mac.mm', | 191 'image/image_skia_util_mac.mm', |
| 192 'image/image_util.cc', | 192 'image/image_util.cc', |
| 193 'image/image_util.h', | 193 'image/image_util.h', |
| 194 'image/image_util_ios.mm', | 194 'image/image_util_ios.mm', |
| 195 'interpolated_transform.cc', | 195 'interpolated_transform.cc', |
| 196 'interpolated_transform.h', | 196 'interpolated_transform.h', |
| 197 'linux_font_delegate.cc', | 197 'linux_font_delegate.cc', |
| 198 'linux_font_delegate.h', | 198 'linux_font_delegate.h', |
| 199 'mac/point_utils.h', |
| 200 'mac/point_utils.mm', |
| 199 'mac/scoped_ns_disable_screen_updates.h', | 201 'mac/scoped_ns_disable_screen_updates.h', |
| 200 'native_widget_types.h', | 202 'native_widget_types.h', |
| 201 'nine_image_painter.cc', | 203 'nine_image_painter.cc', |
| 202 'nine_image_painter.h', | 204 'nine_image_painter.h', |
| 203 'overlay_transform.h', | 205 'overlay_transform.h', |
| 204 'ozone/dri/dri_buffer.cc', | 206 'ozone/dri/dri_buffer.cc', |
| 205 'ozone/dri/dri_buffer.h', | 207 'ozone/dri/dri_buffer.h', |
| 206 'ozone/dri/dri_surface.cc', | 208 'ozone/dri/dri_surface.cc', |
| 207 'ozone/dri/dri_surface.h', | 209 'ozone/dri/dri_surface.h', |
| 208 'ozone/dri/dri_surface_factory.cc', | 210 'ozone/dri/dri_surface_factory.cc', |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 ], | 549 ], |
| 548 'variables': { | 550 'variables': { |
| 549 'test_suite_name': 'gfx_unittests', | 551 'test_suite_name': 'gfx_unittests', |
| 550 }, | 552 }, |
| 551 'includes': [ '../../build/apk_test.gypi' ], | 553 'includes': [ '../../build/apk_test.gypi' ], |
| 552 }, | 554 }, |
| 553 ], | 555 ], |
| 554 }], | 556 }], |
| 555 ], | 557 ], |
| 556 } | 558 } |
| OLD | NEW |