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', |
489 'test/interactive_ui/infobars_uitest.cc', | 490 'test/interactive_ui/infobars_uitest.cc', |
490 'test/interactive_ui/keyboard_access_uitest.cc', | 491 'test/interactive_ui/keyboard_access_uitest.cc', |
491 'test/interactive_ui/mouseleave_interactive_uitest.cc', | 492 'test/interactive_ui/mouseleave_interactive_uitest.cc', |
492 'test/interactive_ui/npapi_interactive_test.cc', | 493 'test/interactive_ui/npapi_interactive_test.cc', |
493 'test/interactive_ui/view_event_test_base.cc', | 494 'test/interactive_ui/view_event_test_base.cc', |
494 'test/interactive_ui/view_event_test_base.h', | 495 'test/interactive_ui/view_event_test_base.h', |
495 'test/out_of_proc_test_runner.cc', | 496 'test/out_of_proc_test_runner.cc', |
496 'test/unit/chrome_test_suite.h', | 497 'test/unit/chrome_test_suite.h', |
497 '../content/browser/debugger/devtools_sanity_unittest.cc', | 498 '../content/browser/debugger/devtools_sanity_unittest.cc', |
| 499 '../content/browser/debugger/devtools_sanity_unittest.h', |
498 ], | 500 ], |
499 'conditions': [ | 501 'conditions': [ |
500 ['toolkit_uses_gtk == 1', { | 502 ['toolkit_uses_gtk == 1', { |
501 'dependencies': [ | 503 'dependencies': [ |
502 '../build/linux/system.gyp:gtk', | 504 '../build/linux/system.gyp:gtk', |
503 '../build/linux/system.gyp:ssl', | 505 '../build/linux/system.gyp:ssl', |
504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
505 ], | 507 ], |
506 }], | 508 }], |
507 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 509 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
(...skipping 3656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4164 ] | 4166 ] |
4165 }], # 'coverage!=0' | 4167 }], # 'coverage!=0' |
4166 ], # 'conditions' | 4168 ], # 'conditions' |
4167 } | 4169 } |
4168 | 4170 |
4169 # Local Variables: | 4171 # Local Variables: |
4170 # tab-width:2 | 4172 # tab-width:2 |
4171 # indent-tabs-mode:nil | 4173 # indent-tabs-mode:nil |
4172 # End: | 4174 # End: |
4173 # vim: set expandtab tabstop=2 shiftwidth=2: | 4175 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |