| 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 '..', | 489 '..', |
| 490 ], | 490 ], |
| 491 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 491 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
| 492 'sources': [ | 492 'sources': [ |
| 493 'browser/accessibility/accessibility_mac_uitest.mm', | 493 'browser/accessibility/accessibility_mac_uitest.mm', |
| 494 'browser/autofill/autofill_browsertest.cc', | 494 'browser/autofill/autofill_browsertest.cc', |
| 495 'browser/browser_focus_uitest.cc', | 495 'browser/browser_focus_uitest.cc', |
| 496 'browser/browser_keyevents_browsertest.cc', | 496 'browser/browser_keyevents_browsertest.cc', |
| 497 'browser/collected_cookies_uitest.cc', | 497 'browser/collected_cookies_uitest.cc', |
| 498 'browser/debugger/devtools_sanity_unittest.cc', | 498 'browser/debugger/devtools_sanity_unittest.cc', |
| 499 'browser/fast_shutdown_interactive_uitest.cc', |
| 499 'browser/instant/instant_browsertest.cc', | 500 'browser/instant/instant_browsertest.cc', |
| 501 'browser/keyboard_access_uitest.cc', |
| 502 'browser/mouseleave_interactive_uitest.cc', |
| 500 'browser/notifications/notifications_interactive_uitest.cc', | 503 'browser/notifications/notifications_interactive_uitest.cc', |
| 504 'browser/npapi_interactive_test.cc', |
| 505 'browser/tab_contents/infobars_uitest.cc', |
| 501 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 506 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
| 502 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 507 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
| 503 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 508 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 504 'browser/ui/views/button_dropdown_test.cc', | 509 'browser/ui/views/button_dropdown_test.cc', |
| 505 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 510 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 506 'browser/ui/views/menu_item_view_test.cc', | 511 'browser/ui/views/menu_item_view_test.cc', |
| 507 'browser/ui/views/menu_model_adapter_test.cc', | 512 'browser/ui/views/menu_model_adapter_test.cc', |
| 508 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 513 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 509 'browser/ui/views/tabs/tab_dragging_test.cc', | 514 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 510 'browser/ui/webui/workers_ui_browsertest.cc', | 515 'browser/ui/webui/workers_ui_browsertest.cc', |
| 511 'test/base/out_of_proc_test_runner.cc', | 516 'test/base/out_of_proc_test_runner.cc', |
| 512 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 517 'test/base/view_event_test_base.cc', |
| 513 'test/interactive_ui/infobars_uitest.cc', | 518 'test/base/view_event_test_base.h', |
| 514 'test/interactive_ui/keyboard_access_uitest.cc', | |
| 515 'test/interactive_ui/mouseleave_interactive_uitest.cc', | |
| 516 'test/interactive_ui/npapi_interactive_test.cc', | |
| 517 'test/interactive_ui/view_event_test_base.cc', | |
| 518 'test/interactive_ui/view_event_test_base.h', | |
| 519 ], | 519 ], |
| 520 'conditions': [ | 520 'conditions': [ |
| 521 ['toolkit_uses_gtk == 1', { | 521 ['toolkit_uses_gtk == 1', { |
| 522 'dependencies': [ | 522 'dependencies': [ |
| 523 '../build/linux/system.gyp:gtk', | 523 '../build/linux/system.gyp:gtk', |
| 524 '../build/linux/system.gyp:ssl', | 524 '../build/linux/system.gyp:ssl', |
| 525 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 525 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 526 ], | 526 ], |
| 527 }], | 527 }], |
| 528 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 528 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
| 529 'sources!': [ | 529 'sources!': [ |
| 530 # TODO(port) | 530 # TODO(port) |
| 531 'browser/npapi_interactive_test.cc', |
| 531 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 532 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 532 'browser/ui/views/button_dropdown_test.cc', | 533 'browser/ui/views/button_dropdown_test.cc', |
| 533 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 534 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 534 'browser/ui/views/menu_item_view_test.cc', | 535 'browser/ui/views/menu_item_view_test.cc', |
| 535 'browser/ui/views/menu_model_adapter_test.cc', | 536 'browser/ui/views/menu_model_adapter_test.cc', |
| 536 'browser/ui/views/tabs/tab_dragging_test.cc', | 537 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 537 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 538 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
| 538 'test/interactive_ui/npapi_interactive_test.cc', | 539 'test/base/view_event_test_base.cc', |
| 539 'test/interactive_ui/view_event_test_base.cc', | 540 'test/base/view_event_test_base.h', |
| 540 'test/interactive_ui/view_event_test_base.h', | |
| 541 ], | 541 ], |
| 542 }], | 542 }], |
| 543 ['OS=="linux" and toolkit_views==1', { | 543 ['OS=="linux" and toolkit_views==1', { |
| 544 'sources!': [ | 544 'sources!': [ |
| 545 # TODO(port) |
| 546 'browser/npapi_interactive_test.cc', |
| 547 |
| 545 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 548 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
| 546 # TODO(port) | |
| 547 'test/interactive_ui/npapi_interactive_test.cc', | |
| 548 ], | 549 ], |
| 549 }], | 550 }], |
| 550 ['target_arch!="arm"', { | 551 ['target_arch!="arm"', { |
| 551 'dependencies': [ | 552 'dependencies': [ |
| 552 # run time dependency | 553 # run time dependency |
| 553 '../webkit/webkit.gyp:npapi_test_plugin', | 554 '../webkit/webkit.gyp:npapi_test_plugin', |
| 554 ], | 555 ], |
| 555 }], # target_arch | 556 }], # target_arch |
| 556 ['OS=="mac"', { | 557 ['OS=="mac"', { |
| 557 'sources!': [ | 558 'sources!': [ |
| 558 # TODO(port) | 559 # TODO(port) |
| 560 'browser/npapi_interactive_test.cc', |
| 559 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 561 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 560 'browser/ui/views/button_dropdown_test.cc', | 562 'browser/ui/views/button_dropdown_test.cc', |
| 561 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 563 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 562 'browser/ui/views/menu_item_view_test.cc', | 564 'browser/ui/views/menu_item_view_test.cc', |
| 563 'browser/ui/views/menu_model_adapter_test.cc', | 565 'browser/ui/views/menu_model_adapter_test.cc', |
| 564 'browser/ui/views/tabs/tab_dragging_test.cc', | 566 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 565 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 567 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
| 566 'test/interactive_ui/npapi_interactive_test.cc', | 568 'test/base/view_event_test_base.cc', |
| 567 'test/interactive_ui/view_event_test_base.cc', | 569 'test/base/view_event_test_base.h', |
| 568 'test/interactive_ui/view_event_test_base.h', | |
| 569 '../content/browser/debugger/devtools_sanity_unittest.cc', | 570 '../content/browser/debugger/devtools_sanity_unittest.cc', |
| 570 ], | 571 ], |
| 571 # See comment about the same line in chrome/chrome_tests.gypi. | 572 # See comment about the same line in chrome/chrome_tests.gypi. |
| 572 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 573 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 573 }], # OS=="mac" | 574 }], # OS=="mac" |
| 574 ['toolkit_views==1', { | 575 ['toolkit_views==1', { |
| 575 'dependencies': [ | 576 'dependencies': [ |
| 576 '../views/views.gyp:views', | 577 '../views/views.gyp:views', |
| 577 ], | 578 ], |
| 578 }], | 579 }], |
| (...skipping 3556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4135 # Use outputs of this action as inputs for the main target build. | 4136 # Use outputs of this action as inputs for the main target build. |
| 4136 # Seems as a misnomer but makes this happy on Linux (scons). | 4137 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4137 'process_outputs_as_sources': 1, | 4138 'process_outputs_as_sources': 1, |
| 4138 }, | 4139 }, |
| 4139 ], # 'actions' | 4140 ], # 'actions' |
| 4140 }, | 4141 }, |
| 4141 ] | 4142 ] |
| 4142 }], # 'coverage!=0' | 4143 }], # 'coverage!=0' |
| 4143 ], # 'conditions' | 4144 ], # 'conditions' |
| 4144 } | 4145 } |
| OLD | NEW |