OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'browser/browser_keyevents_browsertest.cc', | 437 'browser/browser_keyevents_browsertest.cc', |
438 'browser/collected_cookies_uitest.cc', | 438 'browser/collected_cookies_uitest.cc', |
439 'browser/debugger/devtools_sanity_unittest.cc', | 439 'browser/debugger/devtools_sanity_unittest.cc', |
440 'browser/instant/instant_browsertest.cc', | 440 'browser/instant/instant_browsertest.cc', |
441 'browser/notifications/notifications_interactive_uitest.cc', | 441 'browser/notifications/notifications_interactive_uitest.cc', |
442 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 442 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
443 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 443 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
444 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 444 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
445 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 445 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
446 'browser/ui/views/tabs/tab_dragging_test.cc', | 446 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 447 'browser/ui/views/menu_item_view_test.cc', |
447 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 448 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', |
448 'test/interactive_ui/infobars_uitest.cc', | 449 'test/interactive_ui/infobars_uitest.cc', |
449 'test/interactive_ui/keyboard_access_uitest.cc', | 450 'test/interactive_ui/keyboard_access_uitest.cc', |
450 'test/interactive_ui/mouseleave_interactive_uitest.cc', | 451 'test/interactive_ui/mouseleave_interactive_uitest.cc', |
451 'test/interactive_ui/npapi_interactive_test.cc', | 452 'test/interactive_ui/npapi_interactive_test.cc', |
452 'test/interactive_ui/view_event_test_base.cc', | 453 'test/interactive_ui/view_event_test_base.cc', |
453 'test/interactive_ui/view_event_test_base.h', | 454 'test/interactive_ui/view_event_test_base.h', |
454 'test/out_of_proc_test_runner.cc', | 455 'test/out_of_proc_test_runner.cc', |
455 'test/unit/chrome_test_suite.h', | 456 'test/unit/chrome_test_suite.h', |
456 ], | 457 ], |
457 'conditions': [ | 458 'conditions': [ |
458 ['OS=="linux"', { | 459 ['OS=="linux"', { |
459 'dependencies': [ | 460 'dependencies': [ |
460 '../build/linux/system.gyp:gtk', | 461 '../build/linux/system.gyp:gtk', |
461 '../build/linux/system.gyp:nss', | 462 '../build/linux/system.gyp:nss', |
462 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 463 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
463 ], | 464 ], |
464 }], | 465 }], |
465 ['OS=="linux" and toolkit_views==0', { | 466 ['OS=="linux" and toolkit_views==0', { |
466 'sources!': [ | 467 'sources!': [ |
467 # TODO(port) | 468 # TODO(port) |
468 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 469 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
469 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 470 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 471 'browser/ui/views/menu_item_view_test.cc', |
470 'browser/ui/views/tabs/tab_dragging_test.cc', | 472 'browser/ui/views/tabs/tab_dragging_test.cc', |
471 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 473 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
472 'test/interactive_ui/npapi_interactive_test.cc', | 474 'test/interactive_ui/npapi_interactive_test.cc', |
473 'test/interactive_ui/view_event_test_base.cc', | 475 'test/interactive_ui/view_event_test_base.cc', |
474 'test/interactive_ui/view_event_test_base.h', | 476 'test/interactive_ui/view_event_test_base.h', |
475 ], | 477 ], |
476 }], | 478 }], |
477 ['OS=="linux" and toolkit_views==1', { | 479 ['OS=="linux" and toolkit_views==1', { |
478 'sources!': [ | 480 'sources!': [ |
479 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 481 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
480 # TODO(port) | 482 # TODO(port) |
481 'test/interactive_ui/npapi_interactive_test.cc', | 483 'test/interactive_ui/npapi_interactive_test.cc', |
482 ], | 484 ], |
483 }], | 485 }], |
484 ['target_arch!="arm"', { | 486 ['target_arch!="arm"', { |
485 'dependencies': [ | 487 'dependencies': [ |
486 # run time dependency | 488 # run time dependency |
487 '../webkit/webkit.gyp:npapi_test_plugin', | 489 '../webkit/webkit.gyp:npapi_test_plugin', |
488 ], | 490 ], |
489 }], # target_arch | 491 }], # target_arch |
490 ['OS=="mac"', { | 492 ['OS=="mac"', { |
491 'sources!': [ | 493 'sources!': [ |
492 # TODO(port) | 494 # TODO(port) |
493 'browser/debugger/devtools_sanity_unittest.cc', | 495 'browser/debugger/devtools_sanity_unittest.cc', |
494 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 496 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
495 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 497 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 498 'browser/ui/views/menu_item_view_test.cc', |
496 'browser/ui/views/tabs/tab_dragging_test.cc', | 499 'browser/ui/views/tabs/tab_dragging_test.cc', |
497 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 500 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
498 'test/interactive_ui/npapi_interactive_test.cc', | 501 'test/interactive_ui/npapi_interactive_test.cc', |
499 'test/interactive_ui/view_event_test_base.cc', | 502 'test/interactive_ui/view_event_test_base.cc', |
500 'test/interactive_ui/view_event_test_base.h', | 503 'test/interactive_ui/view_event_test_base.h', |
501 ], | 504 ], |
502 # See comment about the same line in chrome/chrome_tests.gypi. | 505 # See comment about the same line in chrome/chrome_tests.gypi. |
503 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 506 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
504 }], # OS=="mac" | 507 }], # OS=="mac" |
505 ['toolkit_views==1', { | 508 ['toolkit_views==1', { |
(...skipping 3410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3916 ] | 3919 ] |
3917 }], # 'coverage!=0' | 3920 }], # 'coverage!=0' |
3918 ], # 'conditions' | 3921 ], # 'conditions' |
3919 } | 3922 } |
3920 | 3923 |
3921 # Local Variables: | 3924 # Local Variables: |
3922 # tab-width:2 | 3925 # tab-width:2 |
3923 # indent-tabs-mode:nil | 3926 # indent-tabs-mode:nil |
3924 # End: | 3927 # End: |
3925 # vim: set expandtab tabstop=2 shiftwidth=2: | 3928 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |