Chromium Code Reviews| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 253 'node_leak_test.cc', | 253 'node_leak_test.cc', |
| 254 'plugin_tests.cc', | 254 'plugin_tests.cc', |
| 255 'run_all_tests.cc', | 255 'run_all_tests.cc', |
| 256 'test_shell_test.cc', | 256 'test_shell_test.cc', |
| 257 'test_shell_test.h', | 257 'test_shell_test.h', |
| 258 'text_input_controller_unittest.cc', | 258 'text_input_controller_unittest.cc', |
| 259 ], | 259 ], |
| 260 'conditions': [ | 260 'conditions': [ |
| 261 ['OS=="linux"', { | 261 ['OS=="linux"', { |
| 262 'dependencies': [ | 262 'dependencies': [ |
| 263 # Linux tests use the built test_shell beside the test | |
| 264 'test_shell', | |
|
Mark Mentovai
2009/04/02 05:08:50
We do this for Linux and Mac now. I wonder if Win
| |
| 263 '../../../build/linux/system.gyp:gtk', | 265 '../../../build/linux/system.gyp:gtk', |
| 264 ], | 266 ], |
| 265 'sources!': [ | 267 'sources!': [ |
| 266 # TODO(port) | 268 # TODO(port) |
| 267 '../../../skia/ext/platform_canvas_unittest.cc', | 269 '../../../skia/ext/platform_canvas_unittest.cc', |
| 268 '../../glue/webplugin_impl_unittest.cc', | 270 '../../glue/webplugin_impl_unittest.cc', |
| 269 ], | 271 ], |
| 270 }], | 272 }], |
| 271 ['OS=="mac"', { | 273 ['OS=="mac"', { |
| 272 # mac tests load the resources from the built test_shell beside the | 274 # mac tests load the resources from the built test_shell beside the |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 383 ], | 385 ], |
| 384 'dependencies': [ | 386 'dependencies': [ |
| 385 '../../../third_party/npapi/npapi.gyp:npapi', | 387 '../../../third_party/npapi/npapi.gyp:npapi', |
| 386 '../../webkit.gyp:wtf', | 388 '../../webkit.gyp:wtf', |
| 387 ], | 389 ], |
| 388 }, | 390 }, |
| 389 ], | 391 ], |
| 390 }], | 392 }], |
| 391 ], | 393 ], |
| 392 } | 394 } |
| OLD | NEW |