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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'insets.h', | 137 'insets.h', |
138 'insets_base.h', | 138 'insets_base.h', |
139 'insets_f.cc', | 139 'insets_f.cc', |
140 'insets_f.h', | 140 'insets_f.h', |
141 'interpolated_transform.cc', | 141 'interpolated_transform.cc', |
142 'interpolated_transform.h', | 142 'interpolated_transform.h', |
143 'mac/scoped_ns_disable_screen_updates.h', | 143 'mac/scoped_ns_disable_screen_updates.h', |
144 'matrix3_f.cc', | 144 'matrix3_f.cc', |
145 'matrix3_f.h', | 145 'matrix3_f.h', |
146 'native_widget_types.h', | 146 'native_widget_types.h', |
147 'ozone/impl/dri_skbitmap.cc', | 147 'ozone/dri/dri_skbitmap.cc', |
148 'ozone/impl/dri_skbitmap.h', | 148 'ozone/dri/dri_skbitmap.h', |
149 'ozone/impl/dri_surface.cc', | 149 'ozone/dri/dri_surface.cc', |
150 'ozone/impl/dri_surface.h', | 150 'ozone/dri/dri_surface.h', |
151 'ozone/impl/dri_surface_factory.cc', | 151 'ozone/dri/dri_surface_factory.cc', |
152 'ozone/impl/dri_surface_factory.h', | 152 'ozone/dri/dri_surface_factory.h', |
153 'ozone/impl/dri_wrapper.cc', | 153 'ozone/dri/dri_wrapper.cc', |
154 'ozone/impl/dri_wrapper.h', | 154 'ozone/dri/dri_wrapper.h', |
| 155 'ozone/dri/hardware_display_controller.cc', |
| 156 'ozone/dri/hardware_display_controller.h', |
155 'ozone/impl/file_surface_factory.cc', | 157 'ozone/impl/file_surface_factory.cc', |
156 'ozone/impl/file_surface_factory.h', | 158 'ozone/impl/file_surface_factory.h', |
157 'ozone/impl/hardware_display_controller.cc', | |
158 'ozone/impl/hardware_display_controller.h', | |
159 'ozone/surface_factory_ozone.cc', | 159 'ozone/surface_factory_ozone.cc', |
160 'ozone/surface_factory_ozone.h', | 160 'ozone/surface_factory_ozone.h', |
161 'pango_util.cc', | 161 'pango_util.cc', |
162 'pango_util.h', | 162 'pango_util.h', |
163 'path.cc', | 163 'path.cc', |
164 'path.h', | 164 'path.h', |
165 'path_aura.cc', | 165 'path_aura.cc', |
166 'path_gtk.cc', | 166 'path_gtk.cc', |
167 'path_win.cc', | 167 'path_win.cc', |
168 'path_win.h', | 168 'path_win.h', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'render_text.cc', | 367 'render_text.cc', |
368 'render_text.h', | 368 'render_text.h', |
369 'text_utils_skia.cc', | 369 'text_utils_skia.cc', |
370 ], | 370 ], |
371 }], | 371 }], |
372 ['use_pango==1', { | 372 ['use_pango==1', { |
373 'dependencies': [ | 373 'dependencies': [ |
374 '<(DEPTH)/build/linux/system.gyp:pangocairo', | 374 '<(DEPTH)/build/linux/system.gyp:pangocairo', |
375 ], | 375 ], |
376 }], | 376 }], |
377 ['use_ozone==1', { | 377 ['ozone_platform_dri==1', { |
378 'dependencies': [ | 378 'dependencies': [ |
379 '<(DEPTH)/build/linux/system.gyp:dridrm', | 379 '<(DEPTH)/build/linux/system.gyp:dridrm', |
380 ], | 380 ], |
381 }], | 381 }], |
382 ], | 382 ], |
383 'target_conditions': [ | 383 'target_conditions': [ |
384 # Need 'target_conditions' to override default filename_rules to include | 384 # Need 'target_conditions' to override default filename_rules to include |
385 # the file on iOS. | 385 # the file on iOS. |
386 ['OS == "ios"', { | 386 ['OS == "ios"', { |
387 'sources/': [ | 387 'sources/': [ |
(...skipping 20 matching lines...) Expand all Loading... |
408 ], | 408 ], |
409 'variables': { | 409 'variables': { |
410 'jni_gen_package': 'ui/gfx', | 410 'jni_gen_package': 'ui/gfx', |
411 }, | 411 }, |
412 'includes': [ '../../build/jni_generator.gypi' ], | 412 'includes': [ '../../build/jni_generator.gypi' ], |
413 }, | 413 }, |
414 ], | 414 ], |
415 }], | 415 }], |
416 ], | 416 ], |
417 } | 417 } |
OLD | NEW |