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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 'browser/collected_cookies_uitest.cc', | 496 'browser/collected_cookies_uitest.cc', |
497 'browser/debugger/devtools_sanity_unittest.cc', | 497 'browser/debugger/devtools_sanity_unittest.cc', |
498 'browser/instant/instant_browsertest.cc', | 498 'browser/instant/instant_browsertest.cc', |
499 'browser/notifications/notifications_interactive_uitest.cc', | 499 'browser/notifications/notifications_interactive_uitest.cc', |
500 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 500 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
501 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 501 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
502 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 502 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
503 'browser/ui/views/button_dropdown_test.cc', | 503 'browser/ui/views/button_dropdown_test.cc', |
504 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 504 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
505 'browser/ui/views/menu_item_view_test.cc', | 505 'browser/ui/views/menu_item_view_test.cc', |
| 506 'browser/ui/views/menu_model_adapter_test.cc', |
506 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 507 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
507 'browser/ui/views/tabs/tab_dragging_test.cc', | 508 'browser/ui/views/tabs/tab_dragging_test.cc', |
508 'browser/ui/webui/workers_ui_browsertest.cc', | 509 'browser/ui/webui/workers_ui_browsertest.cc', |
509 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 510 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', |
510 'test/interactive_ui/infobars_uitest.cc', | 511 'test/interactive_ui/infobars_uitest.cc', |
511 'test/interactive_ui/keyboard_access_uitest.cc', | 512 'test/interactive_ui/keyboard_access_uitest.cc', |
512 'test/interactive_ui/mouseleave_interactive_uitest.cc', | 513 'test/interactive_ui/mouseleave_interactive_uitest.cc', |
513 'test/interactive_ui/npapi_interactive_test.cc', | 514 'test/interactive_ui/npapi_interactive_test.cc', |
514 'test/interactive_ui/view_event_test_base.cc', | 515 'test/interactive_ui/view_event_test_base.cc', |
515 'test/interactive_ui/view_event_test_base.h', | 516 'test/interactive_ui/view_event_test_base.h', |
516 'test/out_of_proc_test_runner.cc', | 517 'test/out_of_proc_test_runner.cc', |
517 'test/unit/chrome_test_suite.h', | 518 'test/unit/chrome_test_suite.h', |
518 ], | 519 ], |
519 'conditions': [ | 520 'conditions': [ |
520 ['toolkit_uses_gtk == 1', { | 521 ['toolkit_uses_gtk == 1', { |
521 'dependencies': [ | 522 'dependencies': [ |
522 '../build/linux/system.gyp:gtk', | 523 '../build/linux/system.gyp:gtk', |
523 '../build/linux/system.gyp:ssl', | 524 '../build/linux/system.gyp:ssl', |
524 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 525 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
525 ], | 526 ], |
526 }], | 527 }], |
527 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 528 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
528 'sources!': [ | 529 'sources!': [ |
529 # TODO(port) | 530 # TODO(port) |
530 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 531 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
531 'browser/ui/views/button_dropdown_test.cc', | 532 'browser/ui/views/button_dropdown_test.cc', |
532 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 533 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
533 'browser/ui/views/menu_item_view_test.cc', | 534 'browser/ui/views/menu_item_view_test.cc', |
| 535 'browser/ui/views/menu_model_adapter_test.cc', |
534 'browser/ui/views/tabs/tab_dragging_test.cc', | 536 'browser/ui/views/tabs/tab_dragging_test.cc', |
535 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 537 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
536 'test/interactive_ui/npapi_interactive_test.cc', | 538 'test/interactive_ui/npapi_interactive_test.cc', |
537 'test/interactive_ui/view_event_test_base.cc', | 539 'test/interactive_ui/view_event_test_base.cc', |
538 'test/interactive_ui/view_event_test_base.h', | 540 'test/interactive_ui/view_event_test_base.h', |
539 ], | 541 ], |
540 }], | 542 }], |
541 ['OS=="linux" and toolkit_views==1', { | 543 ['OS=="linux" and toolkit_views==1', { |
542 'sources!': [ | 544 'sources!': [ |
543 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 545 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
544 # TODO(port) | 546 # TODO(port) |
545 'test/interactive_ui/npapi_interactive_test.cc', | 547 'test/interactive_ui/npapi_interactive_test.cc', |
546 ], | 548 ], |
547 }], | 549 }], |
548 ['target_arch!="arm"', { | 550 ['target_arch!="arm"', { |
549 'dependencies': [ | 551 'dependencies': [ |
550 # run time dependency | 552 # run time dependency |
551 '../webkit/webkit.gyp:npapi_test_plugin', | 553 '../webkit/webkit.gyp:npapi_test_plugin', |
552 ], | 554 ], |
553 }], # target_arch | 555 }], # target_arch |
554 ['OS=="mac"', { | 556 ['OS=="mac"', { |
555 'sources!': [ | 557 'sources!': [ |
556 # TODO(port) | 558 # TODO(port) |
557 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 559 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
558 'browser/ui/views/button_dropdown_test.cc', | 560 'browser/ui/views/button_dropdown_test.cc', |
559 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 561 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
560 'browser/ui/views/menu_item_view_test.cc', | 562 'browser/ui/views/menu_item_view_test.cc', |
| 563 'browser/ui/views/menu_model_adapter_test.cc', |
561 'browser/ui/views/tabs/tab_dragging_test.cc', | 564 'browser/ui/views/tabs/tab_dragging_test.cc', |
562 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 565 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
563 'test/interactive_ui/npapi_interactive_test.cc', | 566 'test/interactive_ui/npapi_interactive_test.cc', |
564 'test/interactive_ui/view_event_test_base.cc', | 567 'test/interactive_ui/view_event_test_base.cc', |
565 'test/interactive_ui/view_event_test_base.h', | 568 'test/interactive_ui/view_event_test_base.h', |
566 '../content/browser/debugger/devtools_sanity_unittest.cc', | 569 '../content/browser/debugger/devtools_sanity_unittest.cc', |
567 ], | 570 ], |
568 # See comment about the same line in chrome/chrome_tests.gypi. | 571 # See comment about the same line in chrome/chrome_tests.gypi. |
569 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 572 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
570 }], # OS=="mac" | 573 }], # OS=="mac" |
(...skipping 3787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4358 # Use outputs of this action as inputs for the main target build. | 4361 # Use outputs of this action as inputs for the main target build. |
4359 # Seems as a misnomer but makes this happy on Linux (scons). | 4362 # Seems as a misnomer but makes this happy on Linux (scons). |
4360 'process_outputs_as_sources': 1, | 4363 'process_outputs_as_sources': 1, |
4361 }, | 4364 }, |
4362 ], # 'actions' | 4365 ], # 'actions' |
4363 }, | 4366 }, |
4364 ] | 4367 ] |
4365 }], # 'coverage!=0' | 4368 }], # 'coverage!=0' |
4366 ], # 'conditions' | 4369 ], # 'conditions' |
4367 } | 4370 } |
OLD | NEW |