| 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
| 9 | 9 |
| 10 # Keep the archive builder happy. | 10 # Keep the archive builder happy. |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 'conditions': [ | 412 'conditions': [ |
| 413 ['OS=="win"', { | 413 ['OS=="win"', { |
| 414 'dependencies': [ | 414 'dependencies': [ |
| 415 '../chrome/chrome.gyp:automation', | 415 '../chrome/chrome.gyp:automation', |
| 416 '../breakpad/breakpad.gyp:breakpad_handler', | 416 '../breakpad/breakpad.gyp:breakpad_handler', |
| 417 '../chrome/installer/installer.gyp:installer_util', | 417 '../chrome/installer/installer.gyp:installer_util', |
| 418 '../google_update/google_update.gyp:google_update', | 418 '../google_update/google_update.gyp:google_update', |
| 419 '../chrome/installer/installer.gyp:installer_util', | 419 '../chrome/installer/installer.gyp:installer_util', |
| 420 ], | 420 ], |
| 421 'sources': [ | 421 'sources': [ |
| 422 '../chrome/test/perf/mem_usage_win.cc', | |
| 423 '../chrome/test/chrome_process_util_win.cc', | 422 '../chrome/test/chrome_process_util_win.cc', |
| 424 '../base/test/test_file_util_win.cc', | 423 '../base/test/test_file_util_win.cc', |
| 425 ] | 424 ] |
| 426 }], | 425 }], |
| 427 ], | 426 ], |
| 428 }, | 427 }, |
| 429 | 428 |
| 430 { | 429 { |
| 431 'target_name': 'chrome_frame_net_tests', | 430 'target_name': 'chrome_frame_net_tests', |
| 432 'type': 'executable', | 431 'type': 'executable', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 ], | 743 ], |
| 745 } | 744 } |
| 746 | 745 |
| 747 # vim: shiftwidth=2:et:ai:tabstop=2 | 746 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 748 | 747 |
| 749 # Local Variables: | 748 # Local Variables: |
| 750 # tab-width:2 | 749 # tab-width:2 |
| 751 # indent-tabs-mode:nil | 750 # indent-tabs-mode:nil |
| 752 # End: | 751 # End: |
| 753 # vim: set expandtab tabstop=2 shiftwidth=2: | 752 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |