| 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'gfx/point.h', | 330 'gfx/point.h', |
| 331 'gfx/rect.cc', | 331 'gfx/rect.cc', |
| 332 'gfx/rect.h', | 332 'gfx/rect.h', |
| 333 'gfx/render_text.cc', | 333 'gfx/render_text.cc', |
| 334 'gfx/render_text.h', | 334 'gfx/render_text.h', |
| 335 'gfx/render_text_linux.cc', | 335 'gfx/render_text_linux.cc', |
| 336 'gfx/render_text_linux.h', | 336 'gfx/render_text_linux.h', |
| 337 'gfx/render_text_win.cc', | 337 'gfx/render_text_win.cc', |
| 338 'gfx/render_text_win.h', | 338 'gfx/render_text_win.h', |
| 339 'gfx/screen.h', | 339 'gfx/screen.h', |
| 340 'gfx/screen_aura.cc', | 340 'gfx/screen_ash.cc', |
| 341 'gfx/screen_gtk.cc', | 341 'gfx/screen_gtk.cc', |
| 342 'gfx/screen_mac.mm', | 342 'gfx/screen_mac.mm', |
| 343 'gfx/screen_wayland.cc', | 343 'gfx/screen_wayland.cc', |
| 344 'gfx/screen_win.cc', | 344 'gfx/screen_win.cc', |
| 345 'gfx/scoped_cg_context_save_gstate_mac.h', | 345 'gfx/scoped_cg_context_save_gstate_mac.h', |
| 346 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', | 346 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', |
| 347 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', | 347 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', |
| 348 'gfx/scrollbar_size.cc', | 348 'gfx/scrollbar_size.cc', |
| 349 'gfx/scrollbar_size.h', | 349 'gfx/scrollbar_size.h', |
| 350 'gfx/selection_model.cc', | 350 'gfx/selection_model.cc', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 692 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 693 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 693 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 694 ] | 694 ] |
| 695 } | 695 } |
| 696 ], | 696 ], |
| 697 }, | 697 }, |
| 698 ], | 698 ], |
| 699 }], | 699 }], |
| 700 ], | 700 ], |
| 701 } | 701 } |
| OLD | NEW |