| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 }, | 451 }, |
| 452 | 452 |
| 453 { | 453 { |
| 454 'target_name': 'chrome_frame_reliability_tests', | 454 'target_name': 'chrome_frame_reliability_tests', |
| 455 'type': 'executable', | 455 'type': 'executable', |
| 456 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7', | 456 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7', |
| 457 'dependencies': [ | 457 'dependencies': [ |
| 458 '../base/base.gyp:test_support_base', | 458 '../base/base.gyp:test_support_base', |
| 459 '../chrome/chrome.gyp:browser', | 459 '../chrome/chrome.gyp:browser', |
| 460 '../chrome/chrome.gyp:renderer', | 460 '../chrome/chrome.gyp:renderer', |
| 461 '../chrome/chrome.gyp:test_support_common', |
| 461 '../testing/gtest.gyp:gtest', | 462 '../testing/gtest.gyp:gtest', |
| 462 'base_noicu', | 463 'base_noicu', |
| 463 'chrome_frame_ie', | 464 'chrome_frame_ie', |
| 464 'chrome_frame_npapi', | 465 'chrome_frame_npapi', |
| 465 'chrome_frame_strings', | 466 'chrome_frame_strings', |
| 466 ], | 467 ], |
| 467 'sources': [ | 468 'sources': [ |
| 468 'test/reliability/run_all_unittests.cc', | 469 'test/reliability/run_all_unittests.cc', |
| 469 'test/reliability/page_load_test.cc', | 470 'test/reliability/page_load_test.cc', |
| 470 'test/reliability/page_load_test.h', | 471 'test/reliability/page_load_test.h', |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 ], # 'conditions' | 967 ], # 'conditions' |
| 967 } | 968 } |
| 968 | 969 |
| 969 # vim: shiftwidth=2:et:ai:tabstop=2 | 970 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 970 | 971 |
| 971 # Local Variables: | 972 # Local Variables: |
| 972 # tab-width:2 | 973 # tab-width:2 |
| 973 # indent-tabs-mode:nil | 974 # indent-tabs-mode:nil |
| 974 # End: | 975 # End: |
| 975 # vim: set expandtab tabstop=2 shiftwidth=2: | 976 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |