Chromium Code Reviews| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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_gtk.cc', | 319 'gfx/screen_gtk.cc', |
| 320 'gfx/screen_mac.mm', | 320 'gfx/screen_mac.mm', |
| 321 'gfx/screen_wayland.cc', | 321 'gfx/screen_wayland.cc', |
| 322 'gfx/screen_win.cc', | 322 'gfx/screen_win.cc', |
| 323 'gfx/screen_compatible_dc_win.cc', | |
|
sky
2012/02/03 23:14:42
sort
Alexei Svitkine (slow)
2012/02/06 14:37:38
Done.
| |
| 324 'gfx/screen_compatible_dc_win.h', | |
| 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', |
| 329 'gfx/selection_model.h', | 331 'gfx/selection_model.h', |
| 330 'gfx/size.cc', | 332 'gfx/size.cc', |
| 331 'gfx/size.h', | 333 'gfx/size.h', |
| 332 'gfx/skbitmap_operations.cc', | 334 'gfx/skbitmap_operations.cc', |
| (...skipping 338 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 |