| 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 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'browser/iframe_uitest.cc', | 311 'browser/iframe_uitest.cc', |
| 312 'browser/images_uitest.cc', | 312 'browser/images_uitest.cc', |
| 313 'browser/in_process_webkit/dom_storage_uitest.cc', | 313 'browser/in_process_webkit/dom_storage_uitest.cc', |
| 314 'browser/locale_tests_uitest.cc', | 314 'browser/locale_tests_uitest.cc', |
| 315 'browser/login_prompt_uitest.cc', | 315 'browser/login_prompt_uitest.cc', |
| 316 'browser/media_uitest.cc', | 316 'browser/media_uitest.cc', |
| 317 'browser/metrics/metrics_service_uitest.cc', | 317 'browser/metrics/metrics_service_uitest.cc', |
| 318 'browser/pref_service_uitest.cc', | 318 'browser/pref_service_uitest.cc', |
| 319 'browser/printing/printing_layout_uitest.cc', | 319 'browser/printing/printing_layout_uitest.cc', |
| 320 'browser/process_singleton_linux_uitest.cc', | 320 'browser/process_singleton_linux_uitest.cc', |
| 321 'browser/process_singleton_win_uitest.cc', | 321 'browser/process_singleton_uitest.cc', |
| 322 'browser/renderer_host/resource_dispatcher_host_uitest.cc', | 322 'browser/renderer_host/resource_dispatcher_host_uitest.cc', |
| 323 'browser/repost_form_warning_uitest.cc', | 323 'browser/repost_form_warning_uitest.cc', |
| 324 'browser/sanity_uitest.cc', | 324 'browser/sanity_uitest.cc', |
| 325 'browser/session_history_uitest.cc', | 325 'browser/session_history_uitest.cc', |
| 326 'browser/sessions/session_restore_uitest.cc', | 326 'browser/sessions/session_restore_uitest.cc', |
| 327 'browser/tab_contents/view_source_uitest.cc', | 327 'browser/tab_contents/view_source_uitest.cc', |
| 328 'browser/tab_restore_uitest.cc', | 328 'browser/tab_restore_uitest.cc', |
| 329 'browser/unload_uitest.cc', | 329 'browser/unload_uitest.cc', |
| 330 'browser/views/find_bar_host_uitest.cc', | 330 'browser/views/find_bar_host_uitest.cc', |
| 331 'common/logging_chrome_uitest.cc', | 331 'common/logging_chrome_uitest.cc', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'dependencies': [ | 374 'dependencies': [ |
| 375 '../views/views.gyp:views', | 375 '../views/views.gyp:views', |
| 376 ], | 376 ], |
| 377 }], | 377 }], |
| 378 ['OS=="mac"', { | 378 ['OS=="mac"', { |
| 379 # See the comment in this section of the unit_tests target for an | 379 # See the comment in this section of the unit_tests target for an |
| 380 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 380 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
| 381 'dependencies+++': [ | 381 'dependencies+++': [ |
| 382 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 382 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
| 383 ], | 383 ], |
| 384 'sources!': [ |
| 385 # ProcessSingletonMac doesn't do anything. |
| 386 'browser/process_singleton_uitest.cc', |
| 387 ], |
| 384 }], | 388 }], |
| 385 ['OS=="win"', { | 389 ['OS=="win"', { |
| 386 'include_dirs': [ | 390 'include_dirs': [ |
| 387 '<(DEPTH)/third_party/wtl/include', | 391 '<(DEPTH)/third_party/wtl/include', |
| 388 ], | 392 ], |
| 389 'dependencies': [ | 393 'dependencies': [ |
| 390 'crash_service', # run time dependency | 394 'crash_service', # run time dependency |
| 391 'security_tests', # run time dependency | 395 'security_tests', # run time dependency |
| 392 'test_support_common', | 396 'test_support_common', |
| 393 '../google_update/google_update.gyp:google_update', | 397 '../google_update/google_update.gyp:google_update', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 404 'VCLinkerTool': { | 408 'VCLinkerTool': { |
| 405 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 409 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 406 }, | 410 }, |
| 407 }, | 411 }, |
| 408 }, | 412 }, |
| 409 }, | 413 }, |
| 410 }, { # else: OS != "win" | 414 }, { # else: OS != "win" |
| 411 'sources!': [ | 415 'sources!': [ |
| 412 # TODO(port): http://crbug.com/45770 | 416 # TODO(port): http://crbug.com/45770 |
| 413 'browser/printing/printing_layout_uitest.cc', | 417 'browser/printing/printing_layout_uitest.cc', |
| 414 'browser/process_singleton_win_uitest.cc', | |
| 415 ], | 418 ], |
| 416 }], | 419 }], |
| 417 ['OS=="linux" or OS=="freebsd"', { | 420 ['OS=="linux" or OS=="freebsd"', { |
| 418 'conditions': [ | 421 'conditions': [ |
| 419 ['linux_use_tcmalloc==1', { | 422 ['linux_use_tcmalloc==1', { |
| 420 'dependencies': [ | 423 'dependencies': [ |
| 421 '../base/allocator/allocator.gyp:allocator', | 424 '../base/allocator/allocator.gyp:allocator', |
| 422 ], | 425 ], |
| 423 }], | 426 }], |
| 424 ], | 427 ], |
| (...skipping 2078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2503 ] | 2506 ] |
| 2504 }], # 'coverage!=0' | 2507 }], # 'coverage!=0' |
| 2505 ], # 'conditions' | 2508 ], # 'conditions' |
| 2506 } | 2509 } |
| 2507 | 2510 |
| 2508 # Local Variables: | 2511 # Local Variables: |
| 2509 # tab-width:2 | 2512 # tab-width:2 |
| 2510 # indent-tabs-mode:nil | 2513 # indent-tabs-mode:nil |
| 2511 # End: | 2514 # End: |
| 2512 # vim: set expandtab tabstop=2 shiftwidth=2: | 2515 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |