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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'ozone/dri/dri_vsync_provider.cc', | 211 'ozone/dri/dri_vsync_provider.cc', |
212 'ozone/dri/dri_vsync_provider.h', | 212 'ozone/dri/dri_vsync_provider.h', |
213 'ozone/dri/dri_wrapper.cc', | 213 'ozone/dri/dri_wrapper.cc', |
214 'ozone/dri/dri_wrapper.h', | 214 'ozone/dri/dri_wrapper.h', |
215 'ozone/dri/hardware_display_controller.cc', | 215 'ozone/dri/hardware_display_controller.cc', |
216 'ozone/dri/hardware_display_controller.h', | 216 'ozone/dri/hardware_display_controller.h', |
217 'ozone/impl/file_surface_factory.cc', | 217 'ozone/impl/file_surface_factory.cc', |
218 'ozone/impl/file_surface_factory.h', | 218 'ozone/impl/file_surface_factory.h', |
219 'ozone/surface_factory_ozone.cc', | 219 'ozone/surface_factory_ozone.cc', |
220 'ozone/surface_factory_ozone.h', | 220 'ozone/surface_factory_ozone.h', |
| 221 'ozone/surface_ozone_base.cc', |
| 222 'ozone/surface_ozone_base.h', |
| 223 'ozone/surface_ozone.h', |
221 'ozone/overlay_candidates_ozone.cc', | 224 'ozone/overlay_candidates_ozone.cc', |
222 'ozone/overlay_candidates_ozone.h', | 225 'ozone/overlay_candidates_ozone.h', |
223 'pango_util.cc', | 226 'pango_util.cc', |
224 'pango_util.h', | 227 'pango_util.h', |
225 'path.cc', | 228 'path.cc', |
226 'path.h', | 229 'path.h', |
227 'path_aura.cc', | 230 'path_aura.cc', |
228 'path_gtk.cc', | 231 'path_gtk.cc', |
229 'path_win.cc', | 232 'path_win.cc', |
230 'path_win.h', | 233 'path_win.h', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 'variables': { | 533 'variables': { |
531 'jni_gen_package': 'ui/gfx', | 534 'jni_gen_package': 'ui/gfx', |
532 'jni_generator_ptr_type': 'long' | 535 'jni_generator_ptr_type': 'long' |
533 }, | 536 }, |
534 'includes': [ '../../build/jni_generator.gypi' ], | 537 'includes': [ '../../build/jni_generator.gypi' ], |
535 }, | 538 }, |
536 ], | 539 ], |
537 }], | 540 }], |
538 ], | 541 ], |
539 } | 542 } |
OLD | NEW |