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