| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'gfx/mac/nsimage_cache.h', | 251 'gfx/mac/nsimage_cache.h', |
| 252 'gfx/mac/nsimage_cache.mm', | 252 'gfx/mac/nsimage_cache.mm', |
| 253 'gfx/mac/scoped_ns_disable_screen_updates.h', | 253 'gfx/mac/scoped_ns_disable_screen_updates.h', |
| 254 'gfx/native_theme.cc', | 254 'gfx/native_theme.cc', |
| 255 'gfx/native_theme.h', | 255 'gfx/native_theme.h', |
| 256 'gfx/native_widget_types.h', | 256 'gfx/native_widget_types.h', |
| 257 'gfx/pango_util.h', | 257 'gfx/pango_util.h', |
| 258 'gfx/pango_util.cc', | 258 'gfx/pango_util.cc', |
| 259 'gfx/path.cc', | 259 'gfx/path.cc', |
| 260 'gfx/path.h', | 260 'gfx/path.h', |
| 261 'gfx/path_aura.cc', |
| 261 'gfx/path_gtk.cc', | 262 'gfx/path_gtk.cc', |
| 262 'gfx/path_win.cc', | 263 'gfx/path_win.cc', |
| 263 'gfx/platform_font.h', | 264 'gfx/platform_font.h', |
| 264 'gfx/platform_font_pango.h', | 265 'gfx/platform_font_pango.h', |
| 265 'gfx/platform_font_pango.cc', | 266 'gfx/platform_font_pango.cc', |
| 266 'gfx/platform_font_mac.h', | 267 'gfx/platform_font_mac.h', |
| 267 'gfx/platform_font_mac.mm', | 268 'gfx/platform_font_mac.mm', |
| 268 'gfx/platform_font_win.h', | 269 'gfx/platform_font_win.h', |
| 269 'gfx/platform_font_win.cc', | 270 'gfx/platform_font_win.cc', |
| 270 'gfx/point.cc', | 271 'gfx/point.cc', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 579 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 579 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 580 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 580 ] | 581 ] |
| 581 } | 582 } |
| 582 ], | 583 ], |
| 583 }, | 584 }, |
| 584 ], | 585 ], |
| 585 }], | 586 }], |
| 586 ], | 587 ], |
| 587 } | 588 } |
| OLD | NEW |