| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'app_base_target': 0, | 8 'app_base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'clipboard/clipboard_util_win.cc', | 105 'clipboard/clipboard_util_win.cc', |
| 106 'clipboard/clipboard_util_win.h', | 106 'clipboard/clipboard_util_win.h', |
| 107 'clipboard/clipboard_win.cc', | 107 'clipboard/clipboard_win.cc', |
| 108 'clipboard/scoped_clipboard_writer.cc', | 108 'clipboard/scoped_clipboard_writer.cc', |
| 109 'clipboard/scoped_clipboard_writer.h', | 109 'clipboard/scoped_clipboard_writer.h', |
| 110 'combobox_model.h', | 110 'combobox_model.h', |
| 111 'drag_drop_types_gtk.cc', | 111 'drag_drop_types_gtk.cc', |
| 112 'drag_drop_types_win.cc', | 112 'drag_drop_types_win.cc', |
| 113 'drag_drop_types.h', | 113 'drag_drop_types.h', |
| 114 'file_download_interface.h', | 114 'file_download_interface.h', |
| 115 'gfx/canvas.cc', | |
| 116 'gfx/canvas.h', | |
| 117 'gfx/canvas_linux.cc', | |
| 118 'gfx/canvas_mac.mm', | |
| 119 'gfx/canvas_win.cc', | |
| 120 'gfx/font.h', | |
| 121 'gfx/font_gtk.cc', | |
| 122 'gfx/font_mac.mm', | |
| 123 'gfx/font_skia.cc', | |
| 124 'gfx/font_util.h', | 115 'gfx/font_util.h', |
| 125 'gfx/font_util.cc', | 116 'gfx/font_util.cc', |
| 126 'gfx/font_win.cc', | |
| 127 'gtk_dnd_util.cc', | 117 'gtk_dnd_util.cc', |
| 128 'gtk_dnd_util.h', | 118 'gtk_dnd_util.h', |
| 129 'gtk_signal.h', | 119 'gtk_signal.h', |
| 130 'gtk_util.cc', | 120 'gtk_util.cc', |
| 131 'gtk_util.h', | 121 'gtk_util.h', |
| 132 'l10n_util.cc', | 122 'l10n_util.cc', |
| 133 'l10n_util.h', | 123 'l10n_util.h', |
| 134 'l10n_util_mac.h', | 124 'l10n_util_mac.h', |
| 135 'l10n_util_mac.mm', | 125 'l10n_util_mac.mm', |
| 136 'l10n_util_posix.cc', | 126 'l10n_util_posix.cc', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'configurations': { | 266 'configurations': { |
| 277 'Common_Base': { | 267 'Common_Base': { |
| 278 'msvs_target_platform': 'x64', | 268 'msvs_target_platform': 'x64', |
| 279 }, | 269 }, |
| 280 }, | 270 }, |
| 281 }, | 271 }, |
| 282 ], | 272 ], |
| 283 }], | 273 }], |
| 284 ], | 274 ], |
| 285 } | 275 } |
| OLD | NEW |