| 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.cc', |
| 222 'ozone/surface_ozone.h', |
| 221 'ozone/overlay_candidates_ozone.cc', | 223 'ozone/overlay_candidates_ozone.cc', |
| 222 'ozone/overlay_candidates_ozone.h', | 224 'ozone/overlay_candidates_ozone.h', |
| 223 'pango_util.cc', | 225 'pango_util.cc', |
| 224 'pango_util.h', | 226 'pango_util.h', |
| 225 'path.cc', | 227 'path.cc', |
| 226 'path.h', | 228 'path.h', |
| 227 'path_aura.cc', | 229 'path_aura.cc', |
| 228 'path_gtk.cc', | 230 'path_gtk.cc', |
| 229 'path_win.cc', | 231 'path_win.cc', |
| 230 'path_win.h', | 232 'path_win.h', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 'variables': { | 532 'variables': { |
| 531 'jni_gen_package': 'ui/gfx', | 533 'jni_gen_package': 'ui/gfx', |
| 532 'jni_generator_ptr_type': 'long' | 534 'jni_generator_ptr_type': 'long' |
| 533 }, | 535 }, |
| 534 'includes': [ '../../build/jni_generator.gypi' ], | 536 'includes': [ '../../build/jni_generator.gypi' ], |
| 535 }, | 537 }, |
| 536 ], | 538 ], |
| 537 }], | 539 }], |
| 538 ], | 540 ], |
| 539 } | 541 } |
| OLD | NEW |