| 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 'gfx/rect_base_impl.h', | 354 'gfx/rect_base_impl.h', |
| 355 'gfx/render_text.cc', | 355 'gfx/render_text.cc', |
| 356 'gfx/render_text.h', | 356 'gfx/render_text.h', |
| 357 'gfx/render_text_linux.cc', | 357 'gfx/render_text_linux.cc', |
| 358 'gfx/render_text_linux.h', | 358 'gfx/render_text_linux.h', |
| 359 'gfx/render_text_win.cc', | 359 'gfx/render_text_win.cc', |
| 360 'gfx/render_text_win.h', | 360 'gfx/render_text_win.h', |
| 361 'gfx/screen.h', | 361 'gfx/screen.h', |
| 362 'gfx/screen_android.cc', | 362 'gfx/screen_android.cc', |
| 363 'gfx/screen_ash.cc', | 363 'gfx/screen_ash.cc', |
| 364 'gfx/screen_aurax11.cc', |
| 364 'gfx/screen_gtk.cc', | 365 'gfx/screen_gtk.cc', |
| 365 'gfx/screen_mac.mm', | 366 'gfx/screen_mac.mm', |
| 366 'gfx/screen_win.cc', | 367 'gfx/screen_win.cc', |
| 367 'gfx/scoped_cg_context_save_gstate_mac.h', | 368 'gfx/scoped_cg_context_save_gstate_mac.h', |
| 368 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', | 369 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', |
| 369 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', | 370 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', |
| 370 'gfx/scrollbar_size.cc', | 371 'gfx/scrollbar_size.cc', |
| 371 'gfx/scrollbar_size.h', | 372 'gfx/scrollbar_size.h', |
| 372 'gfx/selection_model.cc', | 373 'gfx/selection_model.cc', |
| 373 'gfx/selection_model.h', | 374 'gfx/selection_model.h', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 724 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 724 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 725 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 725 ] | 726 ] |
| 726 } | 727 } |
| 727 ], | 728 ], |
| 728 }, | 729 }, |
| 729 ], | 730 ], |
| 730 }], | 731 }], |
| 731 ], | 732 ], |
| 732 } | 733 } |
| OLD | NEW |