OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'gfx/rect.cc', | 309 'gfx/rect.cc', |
310 'gfx/rect.h', | 310 'gfx/rect.h', |
311 'gfx/render_text.cc', | 311 'gfx/render_text.cc', |
312 'gfx/render_text.h', | 312 'gfx/render_text.h', |
313 'gfx/render_text_linux.cc', | 313 'gfx/render_text_linux.cc', |
314 'gfx/render_text_linux.h', | 314 'gfx/render_text_linux.h', |
315 'gfx/render_text_win.cc', | 315 'gfx/render_text_win.cc', |
316 'gfx/render_text_win.h', | 316 'gfx/render_text_win.h', |
317 'gfx/screen.h', | 317 'gfx/screen.h', |
318 'gfx/screen_aura.cc', | 318 'gfx/screen_aura.cc', |
| 319 'gfx/screen_compatible_dc_win.cc', |
| 320 'gfx/screen_compatible_dc_win.h', |
319 'gfx/screen_gtk.cc', | 321 'gfx/screen_gtk.cc', |
320 'gfx/screen_mac.mm', | 322 'gfx/screen_mac.mm', |
321 'gfx/screen_wayland.cc', | 323 'gfx/screen_wayland.cc', |
322 'gfx/screen_win.cc', | 324 'gfx/screen_win.cc', |
323 'gfx/scoped_cg_context_save_gstate_mac.h', | 325 'gfx/scoped_cg_context_save_gstate_mac.h', |
324 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', | 326 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', |
325 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', | 327 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', |
326 'gfx/scrollbar_size.cc', | 328 'gfx/scrollbar_size.cc', |
327 'gfx/scrollbar_size.h', | 329 'gfx/scrollbar_size.h', |
328 'gfx/selection_model.cc', | 330 'gfx/selection_model.cc', |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 673 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
672 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 674 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
673 ] | 675 ] |
674 } | 676 } |
675 ], | 677 ], |
676 }, | 678 }, |
677 ], | 679 ], |
678 }], | 680 }], |
679 ], | 681 ], |
680 } | 682 } |
OLD | NEW |