| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'scoped_ns_graphics_context_save_gstate_mac.h', | 266 'scoped_ns_graphics_context_save_gstate_mac.h', |
| 267 'scoped_ns_graphics_context_save_gstate_mac.mm', | 267 'scoped_ns_graphics_context_save_gstate_mac.mm', |
| 268 'scoped_ui_graphics_push_context_ios.h', | 268 'scoped_ui_graphics_push_context_ios.h', |
| 269 'scoped_ui_graphics_push_context_ios.mm', | 269 'scoped_ui_graphics_push_context_ios.mm', |
| 270 'screen.cc', | 270 'screen.cc', |
| 271 'screen.h', | 271 'screen.h', |
| 272 'screen_android.cc', | 272 'screen_android.cc', |
| 273 'screen_aura.cc', | 273 'screen_aura.cc', |
| 274 'screen_ios.mm', | 274 'screen_ios.mm', |
| 275 'screen_mac.mm', | 275 'screen_mac.mm', |
| 276 'screen_win.cc', |
| 277 'screen_win.h', |
| 276 'scrollbar_size.cc', | 278 'scrollbar_size.cc', |
| 277 'scrollbar_size.h', | 279 'scrollbar_size.h', |
| 278 'selection_model.cc', | 280 'selection_model.cc', |
| 279 'selection_model.h', | 281 'selection_model.h', |
| 280 'sequential_id_generator.cc', | 282 'sequential_id_generator.cc', |
| 281 'sequential_id_generator.h', | 283 'sequential_id_generator.h', |
| 282 'shadow_value.cc', | 284 'shadow_value.cc', |
| 283 'shadow_value.h', | 285 'shadow_value.h', |
| 284 'skbitmap_operations.cc', | 286 'skbitmap_operations.cc', |
| 285 'skbitmap_operations.h', | 287 'skbitmap_operations.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 301 'transform_util.cc', | 303 'transform_util.cc', |
| 302 'transform_util.h', | 304 'transform_util.h', |
| 303 'ui_gfx_exports.cc', | 305 'ui_gfx_exports.cc', |
| 304 'utf16_indexing.cc', | 306 'utf16_indexing.cc', |
| 305 'utf16_indexing.h', | 307 'utf16_indexing.h', |
| 306 'vsync_provider.h', | 308 'vsync_provider.h', |
| 307 'win/direct_manipulation.cc', | 309 'win/direct_manipulation.cc', |
| 308 'win/direct_manipulation.h', | 310 'win/direct_manipulation.h', |
| 309 'win/direct_write.cc', | 311 'win/direct_write.cc', |
| 310 'win/direct_write.h', | 312 'win/direct_write.h', |
| 313 'win/display_info.cc', |
| 314 'win/display_info.h', |
| 311 'win/dpi.cc', | 315 'win/dpi.cc', |
| 312 'win/dpi.h', | 316 'win/dpi.h', |
| 313 'win/hwnd_util.cc', | 317 'win/hwnd_util.cc', |
| 314 'win/hwnd_util.h', | 318 'win/hwnd_util.h', |
| 315 "win/physical_size.cc", | 319 "win/physical_size.cc", |
| 316 "win/physical_size.h", | 320 "win/physical_size.h", |
| 317 'win/rendering_window_manager.cc', | 321 'win/rendering_window_manager.cc', |
| 318 'win/rendering_window_manager.h', | 322 'win/rendering_window_manager.h', |
| 319 'win/scoped_set_map_mode.h', | 323 'win/scoped_set_map_mode.h', |
| 324 'win/screen_win_display.cc', |
| 325 'win/screen_win_display.h', |
| 320 'win/singleton_hwnd.cc', | 326 'win/singleton_hwnd.cc', |
| 321 'win/singleton_hwnd.h', | 327 'win/singleton_hwnd.h', |
| 322 'win/singleton_hwnd_observer.cc', | 328 'win/singleton_hwnd_observer.cc', |
| 323 'win/singleton_hwnd_observer.h', | 329 'win/singleton_hwnd_observer.h', |
| 324 'win/window_impl.cc', | 330 'win/window_impl.cc', |
| 325 'win/window_impl.h', | 331 'win/window_impl.h', |
| 326 ], | 332 ], |
| 327 'includes': [ | 333 'includes': [ |
| 328 '../../build/android/increase_size_for_speed.gypi', | 334 '../../build/android/increase_size_for_speed.gypi', |
| 329 ], | 335 ], |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 ], | 585 ], |
| 580 'variables': { | 586 'variables': { |
| 581 'jni_gen_package': 'ui/gfx', | 587 'jni_gen_package': 'ui/gfx', |
| 582 }, | 588 }, |
| 583 'includes': [ '../../build/jni_generator.gypi' ], | 589 'includes': [ '../../build/jni_generator.gypi' ], |
| 584 }, | 590 }, |
| 585 ], | 591 ], |
| 586 }], | 592 }], |
| 587 ], | 593 ], |
| 588 } | 594 } |
| OLD | NEW |