OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. | 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. |
9 }, | 9 }, |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'gfx/rect.h', | 269 'gfx/rect.h', |
270 'gfx/render_text.cc', | 270 'gfx/render_text.cc', |
271 'gfx/render_text.h', | 271 'gfx/render_text.h', |
272 'gfx/render_text_linux.cc', | 272 'gfx/render_text_linux.cc', |
273 'gfx/render_text_linux.h', | 273 'gfx/render_text_linux.h', |
274 'gfx/render_text_win.cc', | 274 'gfx/render_text_win.cc', |
275 'gfx/render_text_win.h', | 275 'gfx/render_text_win.h', |
276 'gfx/screen.h', | 276 'gfx/screen.h', |
277 'gfx/screen_aura.cc', | 277 'gfx/screen_aura.cc', |
278 'gfx/screen_gtk.cc', | 278 'gfx/screen_gtk.cc', |
| 279 'gfx/screen_mac.mm', |
279 'gfx/screen_wayland.cc', | 280 'gfx/screen_wayland.cc', |
280 'gfx/screen_win.cc', | 281 'gfx/screen_win.cc', |
281 'gfx/scoped_cg_context_save_gstate_mac.h', | 282 'gfx/scoped_cg_context_save_gstate_mac.h', |
282 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', | 283 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', |
283 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', | 284 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', |
284 'gfx/scrollbar_size.cc', | 285 'gfx/scrollbar_size.cc', |
285 'gfx/scrollbar_size.h', | 286 'gfx/scrollbar_size.h', |
286 'gfx/size.cc', | 287 'gfx/size.cc', |
287 'gfx/size.h', | 288 'gfx/size.h', |
288 'gfx/skbitmap_operations.cc', | 289 'gfx/skbitmap_operations.cc', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 530 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
530 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 531 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
531 ] | 532 ] |
532 } | 533 } |
533 ], | 534 ], |
534 }, | 535 }, |
535 ], | 536 ], |
536 }], | 537 }], |
537 ], | 538 ], |
538 } | 539 } |
OLD | NEW |