| 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 # TODO: remove this helper when we have loops in GYP | 7 # TODO: remove this helper when we have loops in GYP |
| 8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], | 8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 }, | 10 }, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'clipboard/clipboard_mac.mm', | 74 'clipboard/clipboard_mac.mm', |
| 75 'clipboard/clipboard_util_win.cc', | 75 'clipboard/clipboard_util_win.cc', |
| 76 'clipboard/clipboard_util_win.h', | 76 'clipboard/clipboard_util_win.h', |
| 77 'clipboard/clipboard_win.cc', | 77 'clipboard/clipboard_win.cc', |
| 78 'clipboard/scoped_clipboard_writer.cc', | 78 'clipboard/scoped_clipboard_writer.cc', |
| 79 'clipboard/scoped_clipboard_writer.h', | 79 'clipboard/scoped_clipboard_writer.h', |
| 80 'combobox_model.h', | 80 'combobox_model.h', |
| 81 'drag_drop_types_gtk.cc', | 81 'drag_drop_types_gtk.cc', |
| 82 'drag_drop_types_win.cc', | 82 'drag_drop_types_win.cc', |
| 83 'drag_drop_types.h', | 83 'drag_drop_types.h', |
| 84 'gfx/blit.cc', |
| 85 'gfx/blit.h', |
| 84 'gfx/canvas.cc', | 86 'gfx/canvas.cc', |
| 85 'gfx/canvas.h', | 87 'gfx/canvas.h', |
| 86 'gfx/canvas_linux.cc', | 88 'gfx/canvas_linux.cc', |
| 87 'gfx/canvas_mac.mm', | 89 'gfx/canvas_mac.mm', |
| 88 'gfx/canvas_win.cc', | 90 'gfx/canvas_win.cc', |
| 89 'gfx/codec/jpeg_codec.cc', | 91 'gfx/codec/jpeg_codec.cc', |
| 90 'gfx/codec/jpeg_codec.h', | 92 'gfx/codec/jpeg_codec.h', |
| 91 'gfx/codec/png_codec.cc', | 93 'gfx/codec/png_codec.cc', |
| 92 'gfx/codec/png_codec.h', | 94 'gfx/codec/png_codec.h', |
| 93 'gfx/font.h', | 95 'gfx/font.h', |
| 94 'gfx/font_gtk.cc', | 96 'gfx/font_gtk.cc', |
| 95 'gfx/font_mac.mm', | 97 'gfx/font_mac.mm', |
| 96 'gfx/font_skia.cc', | 98 'gfx/font_skia.cc', |
| 97 'gfx/font_win.cc', | 99 'gfx/font_win.cc', |
| 98 'gfx/color_utils.cc', | 100 'gfx/color_utils.cc', |
| 99 'gfx/color_utils.h', | 101 'gfx/color_utils.h', |
| 100 'gfx/favicon_size.h', | 102 'gfx/favicon_size.h', |
| 103 'gfx/gdi_util.cc', |
| 104 'gfx/gdi_util.h', |
| 105 'gfx/gtk_util.cc', |
| 106 'gfx/gtk_util.h', |
| 101 'gfx/icon_util.cc', | 107 'gfx/icon_util.cc', |
| 102 'gfx/icon_util.h', | 108 'gfx/icon_util.h', |
| 103 'gfx/insets.h', | 109 'gfx/insets.h', |
| 110 'gfx/native_theme_win.cc', |
| 111 'gfx/native_theme_win.h', |
| 104 'gfx/path_gtk.cc', | 112 'gfx/path_gtk.cc', |
| 105 'gfx/path_win.cc', | 113 'gfx/path_win.cc', |
| 106 'gfx/path.h', | 114 'gfx/path.h', |
| 107 'gfx/skbitmap_operations.cc', | 115 'gfx/skbitmap_operations.cc', |
| 108 'gfx/skbitmap_operations.h', | 116 'gfx/skbitmap_operations.h', |
| 109 'gfx/text_elider.cc', | 117 'gfx/text_elider.cc', |
| 110 'gfx/text_elider.h', | 118 'gfx/text_elider.h', |
| 111 'gtk_dnd_util.cc', | 119 'gtk_dnd_util.cc', |
| 112 'gtk_dnd_util.h', | 120 'gtk_dnd_util.h', |
| 113 'l10n_util.cc', | 121 'l10n_util.cc', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 }], | 191 }], |
| 184 ['OS=="win"', { | 192 ['OS=="win"', { |
| 185 'sources': [ | 193 'sources': [ |
| 186 'win_util.cc', | 194 'win_util.cc', |
| 187 'win_util.h', | 195 'win_util.h', |
| 188 ], | 196 ], |
| 189 }], | 197 }], |
| 190 ['OS!="win"', { | 198 ['OS!="win"', { |
| 191 'sources!': [ | 199 'sources!': [ |
| 192 'drag_drop_types.h', | 200 'drag_drop_types.h', |
| 201 'gfx/gdi_util.cc', |
| 202 'gfx/gdi_util.h', |
| 193 'gfx/icon_util.cc', | 203 'gfx/icon_util.cc', |
| 194 'gfx/icon_util.h', | 204 'gfx/icon_util.h', |
| 205 'gfx/native_theme_win.cc', |
| 206 'gfx/native_theme_win.h', |
| 195 'os_exchange_data.cc', | 207 'os_exchange_data.cc', |
| 196 ], | 208 ], |
| 197 }], | 209 }], |
| 198 ['OS!="linux"', { | 210 ['OS!="linux"', { |
| 199 'sources!': [ | 211 'sources!': [ |
| 212 'gfx/gtk_util.cc', |
| 213 'gfx/gtk_util.h', |
| 200 'gtk_dnd_util.cc', | 214 'gtk_dnd_util.cc', |
| 201 'gtk_dnd_util.h', | 215 'gtk_dnd_util.h', |
| 202 ], | 216 ], |
| 203 }], | 217 }], |
| 204 ], | 218 ], |
| 205 }, | 219 }, |
| 206 { | 220 { |
| 207 'target_name': 'app_unittests', | 221 'target_name': 'app_unittests', |
| 208 'type': 'executable', | 222 'type': 'executable', |
| 209 'msvs_guid': 'B4D59AE8-8D2F-97E1-A8E9-6D2826729530', | 223 'msvs_guid': 'B4D59AE8-8D2F-97E1-A8E9-6D2826729530', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 221 '../third_party/zlib/zlib.gyp:zlib', | 235 '../third_party/zlib/zlib.gyp:zlib', |
| 222 ], | 236 ], |
| 223 'sources': [ | 237 'sources': [ |
| 224 'animation_unittest.cc', | 238 'animation_unittest.cc', |
| 225 'clipboard/clipboard_unittest.cc', | 239 'clipboard/clipboard_unittest.cc', |
| 226 'gfx/codec/jpeg_codec_unittest.cc', | 240 'gfx/codec/jpeg_codec_unittest.cc', |
| 227 'gfx/codec/png_codec_unittest.cc', | 241 'gfx/codec/png_codec_unittest.cc', |
| 228 'gfx/color_utils_unittest.cc', | 242 'gfx/color_utils_unittest.cc', |
| 229 'gfx/font_unittest.cc', | 243 'gfx/font_unittest.cc', |
| 230 'gfx/icon_util_unittest.cc', | 244 'gfx/icon_util_unittest.cc', |
| 245 'gfx/native_theme_win_unittest.cc', |
| 231 'gfx/skbitmap_operations_unittest.cc', | 246 'gfx/skbitmap_operations_unittest.cc', |
| 232 'gfx/text_elider_unittest.cc', | 247 'gfx/text_elider_unittest.cc', |
| 233 'l10n_util_mac_unittest.mm', | 248 'l10n_util_mac_unittest.mm', |
| 234 'l10n_util_unittest.cc', | 249 'l10n_util_unittest.cc', |
| 235 'os_exchange_data_win_unittest.cc', | 250 'os_exchange_data_win_unittest.cc', |
| 236 'run_all_unittests.cc', | 251 'run_all_unittests.cc', |
| 237 'test_suite.h', | 252 'test_suite.h', |
| 238 'sql/connection_unittest.cc', | 253 'sql/connection_unittest.cc', |
| 239 'sql/statement_unittest.cc', | 254 'sql/statement_unittest.cc', |
| 240 'sql/transaction_unittest.cc', | 255 'sql/transaction_unittest.cc', |
| 241 'tree_node_iterator_unittest.cc', | 256 'tree_node_iterator_unittest.cc', |
| 242 'win_util_unittest.cc', | 257 'win_util_unittest.cc', |
| 243 ], | 258 ], |
| 244 'include_dirs': [ | 259 'include_dirs': [ |
| 245 '..', | 260 '..', |
| 246 ], | 261 ], |
| 247 'conditions': [ | 262 'conditions': [ |
| 248 ['OS=="linux"', { | 263 ['OS=="linux"', { |
| 249 'dependencies': [ | 264 'dependencies': [ |
| 250 '../build/linux/system.gyp:gtk', | 265 '../build/linux/system.gyp:gtk', |
| 251 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 266 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 252 ], | 267 ], |
| 253 }], | 268 }], |
| 254 ['OS!="win"', { | 269 ['OS!="win"', { |
| 255 'sources!': [ | 270 'sources!': [ |
| 256 'gfx/icon_util_unittest.cc', | 271 'gfx/icon_util_unittest.cc', |
| 272 'gfx/native_theme_win_unittest.cc', |
| 257 'os_exchange_data_win_unittest.cc', | 273 'os_exchange_data_win_unittest.cc', |
| 258 'win_util_unittest.cc', | 274 'win_util_unittest.cc', |
| 259 ], | 275 ], |
| 260 }], | 276 }], |
| 261 ], | 277 ], |
| 262 }, | 278 }, |
| 263 { | 279 { |
| 264 'target_name': 'app_strings', | 280 'target_name': 'app_strings', |
| 265 'msvs_guid': 'AE9BF4A2-19C5-49D8-BB1A-F28496DD7051', | 281 'msvs_guid': 'AE9BF4A2-19C5-49D8-BB1A-F28496DD7051', |
| 266 'type': 'none', | 282 'type': 'none', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 'process_outputs_as_sources': 1, | 398 'process_outputs_as_sources': 1, |
| 383 'message': 'Generating appid information in <(SHARED_INTERMEDIAT
E_DIR)/chrome/appid.h' | 399 'message': 'Generating appid information in <(SHARED_INTERMEDIAT
E_DIR)/chrome/appid.h' |
| 384 }, | 400 }, |
| 385 ], | 401 ], |
| 386 }, | 402 }, |
| 387 ], | 403 ], |
| 388 ], | 404 ], |
| 389 }, | 405 }, |
| 390 ], | 406 ], |
| 391 } | 407 } |
| OLD | NEW |