| 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 'test_shell_windows_resource_files': [ | 8 'test_shell_windows_resource_files': [ |
| 9 'resources/test_shell.rc', | 9 'resources/test_shell.rc', |
| 10 'resources/pan_east.cur', | 10 'resources/pan_east.cur', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 480 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| 481 '../webcore_unit_tests/GKURL_unittest.cpp', | 481 '../webcore_unit_tests/GKURL_unittest.cpp', |
| 482 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 482 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
| 483 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', | 483 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', |
| 484 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', | 484 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', |
| 485 '../webcore_unit_tests/TransparencyWin_unittest.cpp', | 485 '../webcore_unit_tests/TransparencyWin_unittest.cpp', |
| 486 'image_decoder_unittest.cc', | 486 'image_decoder_unittest.cc', |
| 487 'image_decoder_unittest.h', | 487 'image_decoder_unittest.h', |
| 488 'keyboard_unittest.cc', | 488 'keyboard_unittest.cc', |
| 489 'layout_test_controller_unittest.cc', | 489 'layout_test_controller_unittest.cc', |
| 490 'media_leak_test.cc', |
| 490 'node_leak_test.cc', | 491 'node_leak_test.cc', |
| 491 'plugin_tests.cc', | 492 'plugin_tests.cc', |
| 492 'run_all_tests.cc', | 493 'run_all_tests.cc', |
| 493 'test_shell_test.cc', | 494 'test_shell_test.cc', |
| 494 'test_shell_test.h', | 495 'test_shell_test.h', |
| 495 'text_input_controller_unittest.cc', | 496 'text_input_controller_unittest.cc', |
| 496 ], | 497 ], |
| 497 'conditions': [ | 498 'conditions': [ |
| 498 ['OS=="win"', { | 499 ['OS=="win"', { |
| 499 'resource_include_dirs': [ | 500 'resource_include_dirs': [ |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 'link_settings': { | 631 'link_settings': { |
| 631 'libraries': [ | 632 'libraries': [ |
| 632 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 633 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 633 ], | 634 ], |
| 634 }, | 635 }, |
| 635 }, | 636 }, |
| 636 ] | 637 ] |
| 637 }], | 638 }], |
| 638 ], | 639 ], |
| 639 } | 640 } |
| OLD | NEW |