| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'animation.h', | 61 'animation.h', |
| 62 'app_paths.h', | 62 'app_paths.h', |
| 63 'app_paths.cc', | 63 'app_paths.cc', |
| 64 'app_switches.h', | 64 'app_switches.h', |
| 65 'app_switches.cc', | 65 'app_switches.cc', |
| 66 'drag_drop_types.cc', | 66 'drag_drop_types.cc', |
| 67 'drag_drop_types.h', | 67 'drag_drop_types.h', |
| 68 'gfx/canvas.cc', | 68 'gfx/canvas.cc', |
| 69 'gfx/canvas.h', | 69 'gfx/canvas.h', |
| 70 'gfx/canvas_linux.cc', | 70 'gfx/canvas_linux.cc', |
| 71 'gfx/canvas_mac.mm', |
| 71 'gfx/canvas_win.cc', | 72 'gfx/canvas_win.cc', |
| 72 'gfx/font.h', | 73 'gfx/font.h', |
| 73 'gfx/font_gtk.cc', | 74 'gfx/font_gtk.cc', |
| 74 'gfx/font_mac.mm', | 75 'gfx/font_mac.mm', |
| 75 'gfx/font_skia.cc', | 76 'gfx/font_skia.cc', |
| 76 'gfx/font_win.cc', | 77 'gfx/font_win.cc', |
| 77 'gfx/color_utils.cc', | 78 'gfx/color_utils.cc', |
| 78 'gfx/color_utils.h', | 79 'gfx/color_utils.h', |
| 79 'gfx/favicon_size.h', | 80 'gfx/favicon_size.h', |
| 80 'gfx/icon_util.cc', | 81 'gfx/icon_util.cc', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 ], | 268 ], |
| 268 }, | 269 }, |
| 269 'conditions': [ | 270 'conditions': [ |
| 270 ['OS=="win"', { | 271 ['OS=="win"', { |
| 271 'dependencies': ['../build/win/system.gyp:cygwin'], | 272 'dependencies': ['../build/win/system.gyp:cygwin'], |
| 272 }], | 273 }], |
| 273 ], | 274 ], |
| 274 }, | 275 }, |
| 275 ], | 276 ], |
| 276 } | 277 } |
| OLD | NEW |