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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 'include_dirs': [ | 469 'include_dirs': [ |
470 '..', | 470 '..', |
471 ], | 471 ], |
472 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 472 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
473 'sources': [ | 473 'sources': [ |
474 'browser/accessibility/accessibility_mac_uitest.mm', | 474 'browser/accessibility/accessibility_mac_uitest.mm', |
475 'browser/autofill/autofill_browsertest.cc', | 475 'browser/autofill/autofill_browsertest.cc', |
476 'browser/browser_focus_uitest.cc', | 476 'browser/browser_focus_uitest.cc', |
477 'browser/browser_keyevents_browsertest.cc', | 477 'browser/browser_keyevents_browsertest.cc', |
478 'browser/collected_cookies_uitest.cc', | 478 'browser/collected_cookies_uitest.cc', |
| 479 'browser/debugger/devtools_extension_debug_unittest.cc', |
479 'browser/instant/instant_browsertest.cc', | 480 'browser/instant/instant_browsertest.cc', |
480 'browser/notifications/notifications_interactive_uitest.cc', | 481 'browser/notifications/notifications_interactive_uitest.cc', |
481 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 482 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
482 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 483 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
483 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 484 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
484 'browser/ui/views/button_dropdown_test.cc', | 485 'browser/ui/views/button_dropdown_test.cc', |
485 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 486 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
486 'browser/ui/views/tabs/tab_dragging_test.cc', | 487 'browser/ui/views/tabs/tab_dragging_test.cc', |
487 'browser/ui/views/menu_item_view_test.cc', | 488 'browser/ui/views/menu_item_view_test.cc', |
488 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 489 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 }], | 528 }], |
528 ['target_arch!="arm"', { | 529 ['target_arch!="arm"', { |
529 'dependencies': [ | 530 'dependencies': [ |
530 # run time dependency | 531 # run time dependency |
531 '../webkit/webkit.gyp:npapi_test_plugin', | 532 '../webkit/webkit.gyp:npapi_test_plugin', |
532 ], | 533 ], |
533 }], # target_arch | 534 }], # target_arch |
534 ['OS=="mac"', { | 535 ['OS=="mac"', { |
535 'sources!': [ | 536 'sources!': [ |
536 # TODO(port) | 537 # TODO(port) |
| 538 'browser/debugger/devtools_extension_debug_unittest.cc', |
537 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 539 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
538 'browser/ui/views/button_dropdown_test.cc', | 540 'browser/ui/views/button_dropdown_test.cc', |
539 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 541 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
540 'browser/ui/views/menu_item_view_test.cc', | 542 'browser/ui/views/menu_item_view_test.cc', |
541 'browser/ui/views/tabs/tab_dragging_test.cc', | 543 'browser/ui/views/tabs/tab_dragging_test.cc', |
542 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 544 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
543 'test/interactive_ui/npapi_interactive_test.cc', | 545 'test/interactive_ui/npapi_interactive_test.cc', |
544 'test/interactive_ui/view_event_test_base.cc', | 546 'test/interactive_ui/view_event_test_base.cc', |
545 'test/interactive_ui/view_event_test_base.h', | 547 'test/interactive_ui/view_event_test_base.h', |
546 '../content/browser/debugger/devtools_sanity_unittest.cc', | 548 '../content/browser/debugger/devtools_sanity_unittest.cc', |
(...skipping 3614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4161 ] | 4163 ] |
4162 }], # 'coverage!=0' | 4164 }], # 'coverage!=0' |
4163 ], # 'conditions' | 4165 ], # 'conditions' |
4164 } | 4166 } |
4165 | 4167 |
4166 # Local Variables: | 4168 # Local Variables: |
4167 # tab-width:2 | 4169 # tab-width:2 |
4168 # indent-tabs-mode:nil | 4170 # indent-tabs-mode:nil |
4169 # End: | 4171 # End: |
4170 # vim: set expandtab tabstop=2 shiftwidth=2: | 4172 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |