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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'ozone/dri/dri_skbitmap.cc', | 225 'ozone/dri/dri_skbitmap.cc', |
226 'ozone/dri/dri_skbitmap.h', | 226 'ozone/dri/dri_skbitmap.h', |
227 'ozone/dri/dri_surface.cc', | 227 'ozone/dri/dri_surface.cc', |
228 'ozone/dri/dri_surface.h', | 228 'ozone/dri/dri_surface.h', |
229 'ozone/dri/dri_surface_factory.cc', | 229 'ozone/dri/dri_surface_factory.cc', |
230 'ozone/dri/dri_surface_factory.h', | 230 'ozone/dri/dri_surface_factory.h', |
231 'ozone/dri/dri_vsync_provider.cc', | 231 'ozone/dri/dri_vsync_provider.cc', |
232 'ozone/dri/dri_vsync_provider.h', | 232 'ozone/dri/dri_vsync_provider.h', |
233 'ozone/dri/dri_wrapper.cc', | 233 'ozone/dri/dri_wrapper.cc', |
234 'ozone/dri/dri_wrapper.h', | 234 'ozone/dri/dri_wrapper.h', |
| 235 'ozone/dri/gbm_surface.h', |
| 236 'ozone/dri/gbm_surface.cc', |
| 237 'ozone/dri/gbm_surface_factory.cc', |
| 238 'ozone/dri/gbm_surface_factory.h', |
235 'ozone/dri/hardware_display_controller.cc', | 239 'ozone/dri/hardware_display_controller.cc', |
236 'ozone/dri/hardware_display_controller.h', | 240 'ozone/dri/hardware_display_controller.h', |
| 241 'ozone/dri/scanout_surface.h', |
237 'ozone/impl/file_surface_factory.cc', | 242 'ozone/impl/file_surface_factory.cc', |
238 'ozone/impl/file_surface_factory.h', | 243 'ozone/impl/file_surface_factory.h', |
| 244 'ozone/overlay_hal_ozone.cc', |
| 245 'ozone/overlay_hal_ozone.h', |
239 'ozone/surface_factory_ozone.cc', | 246 'ozone/surface_factory_ozone.cc', |
240 'ozone/surface_factory_ozone.h', | 247 'ozone/surface_factory_ozone.h', |
241 'pango_util.cc', | 248 'pango_util.cc', |
242 'pango_util.h', | 249 'pango_util.h', |
243 'path.cc', | 250 'path.cc', |
244 'path.h', | 251 'path.h', |
245 'path_aura.cc', | 252 'path_aura.cc', |
246 'path_gtk.cc', | 253 'path_gtk.cc', |
247 'path_win.cc', | 254 'path_win.cc', |
248 'path_win.h', | 255 'path_win.h', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 'dependencies': [ | 427 'dependencies': [ |
421 '<(DEPTH)/build/linux/system.gyp:pangocairo', | 428 '<(DEPTH)/build/linux/system.gyp:pangocairo', |
422 ], | 429 ], |
423 'sources!': [ | 430 'sources!': [ |
424 'platform_font_ozone.cc', | 431 'platform_font_ozone.cc', |
425 'render_text_ozone.cc', | 432 'render_text_ozone.cc', |
426 ], | 433 ], |
427 }], | 434 }], |
428 ['ozone_platform_dri==1', { | 435 ['ozone_platform_dri==1', { |
429 'dependencies': [ | 436 'dependencies': [ |
430 '<(DEPTH)/build/linux/system.gyp:dridrm', | 437 '<(DEPTH)/build/linux/system.gyp:dridrm', |
| 438 ], |
| 439 }], |
| 440 ['ozone_platform_gbm==1', { |
| 441 'dependencies': [ |
| 442 '<(DEPTH)/build/linux/system.gyp:dridrm', |
| 443 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_gbm', |
| 444 ], |
| 445 'include_dirs': [ |
| 446 '<(DEPTH)/third_party/khronos', |
| 447 '<(DEPTH)/third_party/mesa/src/include', |
431 ], | 448 ], |
432 }], | 449 }], |
433 ], | 450 ], |
434 'target_conditions': [ | 451 'target_conditions': [ |
435 # Need 'target_conditions' to override default filename_rules to include | 452 # Need 'target_conditions' to override default filename_rules to include |
436 # the file on iOS. | 453 # the file on iOS. |
437 ['OS == "ios"', { | 454 ['OS == "ios"', { |
438 'sources/': [ | 455 'sources/': [ |
439 ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], | 456 ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], |
440 ], | 457 ], |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 'variables': { | 496 'variables': { |
480 'jni_gen_package': 'ui/gfx', | 497 'jni_gen_package': 'ui/gfx', |
481 'jni_generator_ptr_type': 'long' | 498 'jni_generator_ptr_type': 'long' |
482 }, | 499 }, |
483 'includes': [ '../../build/jni_generator.gypi' ], | 500 'includes': [ '../../build/jni_generator.gypi' ], |
484 }, | 501 }, |
485 ], | 502 ], |
486 }], | 503 }], |
487 ], | 504 ], |
488 } | 505 } |
OLD | NEW |