| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'conditions': [ | 285 'conditions': [ |
| 286 ['OS=="win"', { | 286 ['OS=="win"', { |
| 287 'dependencies': [ | 287 'dependencies': [ |
| 288 '../chrome/chrome.gyp:automation', | 288 '../chrome/chrome.gyp:automation', |
| 289 '../breakpad/breakpad.gyp:breakpad_handler', | 289 '../breakpad/breakpad.gyp:breakpad_handler', |
| 290 '../chrome/installer/installer.gyp:installer_util', | 290 '../chrome/installer/installer.gyp:installer_util', |
| 291 '../google_update/google_update.gyp:google_update', | 291 '../google_update/google_update.gyp:google_update', |
| 292 '../chrome/installer/installer.gyp:installer_util', | 292 '../chrome/installer/installer.gyp:installer_util', |
| 293 ], | 293 ], |
| 294 'sources': [ | 294 'sources': [ |
| 295 '../chrome/test/chrome_process_util_win.cc', | |
| 296 '../base/test/test_file_util_win.cc', | 295 '../base/test/test_file_util_win.cc', |
| 297 ] | 296 ] |
| 298 }], | 297 }], |
| 299 ], | 298 ], |
| 300 }, | 299 }, |
| 301 | 300 |
| 302 { | 301 { |
| 303 'target_name': 'chrome_frame_net_tests', | 302 'target_name': 'chrome_frame_net_tests', |
| 304 'type': 'executable', | 303 'type': 'executable', |
| 305 'dependencies': [ | 304 'dependencies': [ |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 'test/reliability/page_load_test.h', | 371 'test/reliability/page_load_test.h', |
| 373 'test/reliability/reliability_test_suite.h', | 372 'test/reliability/reliability_test_suite.h', |
| 374 'test/chrome_frame_test_utils.cc', | 373 'test/chrome_frame_test_utils.cc', |
| 375 'test/chrome_frame_test_utils.h', | 374 'test/chrome_frame_test_utils.h', |
| 376 'chrome_tab.h', | 375 'chrome_tab.h', |
| 377 'chrome_tab.idl', | 376 'chrome_tab.idl', |
| 378 '../base/test/test_file_util_win.cc', | 377 '../base/test/test_file_util_win.cc', |
| 379 '../chrome/test/ui/ui_test.cc', | 378 '../chrome/test/ui/ui_test.cc', |
| 380 '../chrome/test/ui/ui_test_suite.cc', | 379 '../chrome/test/ui/ui_test_suite.cc', |
| 381 '../chrome/test/ui/ui_test_suite.h', | 380 '../chrome/test/ui/ui_test_suite.h', |
| 382 '../chrome/test/chrome_process_util_win.cc', | |
| 383 '../chrome/test/chrome_process_util.cc', | 381 '../chrome/test/chrome_process_util.cc', |
| 384 '../chrome/test/chrome_process_util.h', | 382 '../chrome/test/chrome_process_util.h', |
| 385 '../chrome/test/chrome_process_util_win.cc', | |
| 386 ], | 383 ], |
| 387 'include_dirs': [ | 384 'include_dirs': [ |
| 388 # To allow including "chrome_tab.h" | 385 # To allow including "chrome_tab.h" |
| 389 '<(INTERMEDIATE_DIR)', | 386 '<(INTERMEDIATE_DIR)', |
| 390 ], | 387 ], |
| 391 'resource_include_dirs': [ | 388 'resource_include_dirs': [ |
| 392 '<(INTERMEDIATE_DIR)', | 389 '<(INTERMEDIATE_DIR)', |
| 393 ], | 390 ], |
| 394 'conditions': [ | 391 'conditions': [ |
| 395 ['OS=="win"', { | 392 ['OS=="win"', { |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 ], | 702 ], |
| 706 } | 703 } |
| 707 | 704 |
| 708 # vim: shiftwidth=2:et:ai:tabstop=2 | 705 # vim: shiftwidth=2:et:ai:tabstop=2 |
| 709 | 706 |
| 710 # Local Variables: | 707 # Local Variables: |
| 711 # tab-width:2 | 708 # tab-width:2 |
| 712 # indent-tabs-mode:nil | 709 # indent-tabs-mode:nil |
| 713 # End: | 710 # End: |
| 714 # vim: set expandtab tabstop=2 shiftwidth=2: | 711 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |