| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'win/direct_write.cc', | 309 'win/direct_write.cc', |
| 310 'win/direct_write.h', | 310 'win/direct_write.h', |
| 311 'win/display_info.cc', | 311 'win/display_info.cc', |
| 312 'win/display_info.h', | 312 'win/display_info.h', |
| 313 'win/dpi.cc', | 313 'win/dpi.cc', |
| 314 'win/dpi.h', | 314 'win/dpi.h', |
| 315 'win/hwnd_util.cc', | 315 'win/hwnd_util.cc', |
| 316 'win/hwnd_util.h', | 316 'win/hwnd_util.h', |
| 317 "win/physical_size.cc", | 317 "win/physical_size.cc", |
| 318 "win/physical_size.h", | 318 "win/physical_size.h", |
| 319 'win/rect_util.cc', |
| 320 'win/rect_util.h', |
| 319 'win/scoped_set_map_mode.h', | 321 'win/scoped_set_map_mode.h', |
| 320 'win/screen_win_display.cc', | 322 'win/screen_win_display.cc', |
| 321 'win/screen_win_display.h', | 323 'win/screen_win_display.h', |
| 322 'win/singleton_hwnd.cc', | 324 'win/singleton_hwnd.cc', |
| 323 'win/singleton_hwnd.h', | 325 'win/singleton_hwnd.h', |
| 324 'win/singleton_hwnd_observer.cc', | 326 'win/singleton_hwnd_observer.cc', |
| 325 'win/singleton_hwnd_observer.h', | 327 'win/singleton_hwnd_observer.h', |
| 326 'win/window_impl.cc', | 328 'win/window_impl.cc', |
| 327 'win/window_impl.h', | 329 'win/window_impl.h', |
| 328 ], | 330 ], |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 ], | 583 ], |
| 582 'variables': { | 584 'variables': { |
| 583 'jni_gen_package': 'ui/gfx', | 585 'jni_gen_package': 'ui/gfx', |
| 584 }, | 586 }, |
| 585 'includes': [ '../../build/jni_generator.gypi' ], | 587 'includes': [ '../../build/jni_generator.gypi' ], |
| 586 }, | 588 }, |
| 587 ], | 589 ], |
| 588 }], | 590 }], |
| 589 ], | 591 ], |
| 590 } | 592 } |
| OLD | NEW |