| 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 499 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| 500 '../webcore_unit_tests/GKURL_unittest.cpp', | 500 '../webcore_unit_tests/GKURL_unittest.cpp', |
| 501 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 501 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
| 502 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', | 502 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', |
| 503 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', | 503 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', |
| 504 '../webcore_unit_tests/TransparencyWin_unittest.cpp', | 504 '../webcore_unit_tests/TransparencyWin_unittest.cpp', |
| 505 'image_decoder_unittest.cc', | 505 'image_decoder_unittest.cc', |
| 506 'image_decoder_unittest.h', | 506 'image_decoder_unittest.h', |
| 507 'keyboard_unittest.cc', | 507 'keyboard_unittest.cc', |
| 508 'layout_test_controller_unittest.cc', | 508 'layout_test_controller_unittest.cc', |
| 509 'listener_leak_test.cc', |
| 509 'media_leak_test.cc', | 510 'media_leak_test.cc', |
| 510 'node_leak_test.cc', | 511 'node_leak_test.cc', |
| 511 'plugin_tests.cc', | 512 'plugin_tests.cc', |
| 512 'run_all_tests.cc', | 513 'run_all_tests.cc', |
| 513 'test_shell_test.cc', | 514 'test_shell_test.cc', |
| 514 'test_shell_test.h', | 515 'test_shell_test.h', |
| 515 'text_input_controller_unittest.cc', | 516 'text_input_controller_unittest.cc', |
| 516 ], | 517 ], |
| 517 'conditions': [ | 518 'conditions': [ |
| 518 ['OS=="win"', { | 519 ['OS=="win"', { |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'link_settings': { | 664 'link_settings': { |
| 664 'libraries': [ | 665 'libraries': [ |
| 665 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 666 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 666 ], | 667 ], |
| 667 }, | 668 }, |
| 668 }, | 669 }, |
| 669 ], | 670 ], |
| 670 }], | 671 }], |
| 671 ], | 672 ], |
| 672 } | 673 } |
| OLD | NEW |