| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'win/direct_write.cc', | 315 'win/direct_write.cc', |
| 316 'win/direct_write.h', | 316 'win/direct_write.h', |
| 317 'win/display_info.cc', | 317 'win/display_info.cc', |
| 318 'win/display_info.h', | 318 'win/display_info.h', |
| 319 'win/dpi.cc', | 319 'win/dpi.cc', |
| 320 'win/dpi.h', | 320 'win/dpi.h', |
| 321 'win/hwnd_util.cc', | 321 'win/hwnd_util.cc', |
| 322 'win/hwnd_util.h', | 322 'win/hwnd_util.h', |
| 323 "win/physical_size.cc", | 323 "win/physical_size.cc", |
| 324 "win/physical_size.h", | 324 "win/physical_size.h", |
| 325 'win/rect_util.cc', | 325 'win/scaling_util.cc', |
| 326 'win/rect_util.h', | 326 'win/scaling_util.h', |
| 327 'win/scoped_set_map_mode.h', | 327 'win/scoped_set_map_mode.h', |
| 328 'win/screen_win_display.cc', | 328 'win/screen_win_display.cc', |
| 329 'win/screen_win_display.h', | 329 'win/screen_win_display.h', |
| 330 'win/singleton_hwnd.cc', | 330 'win/singleton_hwnd.cc', |
| 331 'win/singleton_hwnd.h', | 331 'win/singleton_hwnd.h', |
| 332 'win/singleton_hwnd_observer.cc', | 332 'win/singleton_hwnd_observer.cc', |
| 333 'win/singleton_hwnd_observer.h', | 333 'win/singleton_hwnd_observer.h', |
| 334 'win/window_impl.cc', | 334 'win/window_impl.cc', |
| 335 'win/window_impl.h', | 335 'win/window_impl.h', |
| 336 ], | 336 ], |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 ], | 589 ], |
| 590 'variables': { | 590 'variables': { |
| 591 'jni_gen_package': 'ui/gfx', | 591 'jni_gen_package': 'ui/gfx', |
| 592 }, | 592 }, |
| 593 'includes': [ '../../build/jni_generator.gypi' ], | 593 'includes': [ '../../build/jni_generator.gypi' ], |
| 594 }, | 594 }, |
| 595 ], | 595 ], |
| 596 }], | 596 }], |
| 597 ], | 597 ], |
| 598 } | 598 } |
| OLD | NEW |