Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7044016: Replace ButtonDropDown menu implementation (Menu2) with MenuItemView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One last little style fix. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'browser/autofill/autofill_browsertest.cc', 450 'browser/autofill/autofill_browsertest.cc',
451 'browser/browser_focus_uitest.cc', 451 'browser/browser_focus_uitest.cc',
452 'browser/browser_keyevents_browsertest.cc', 452 'browser/browser_keyevents_browsertest.cc',
453 'browser/collected_cookies_uitest.cc', 453 'browser/collected_cookies_uitest.cc',
454 'browser/debugger/devtools_sanity_unittest.cc', 454 'browser/debugger/devtools_sanity_unittest.cc',
455 'browser/instant/instant_browsertest.cc', 455 'browser/instant/instant_browsertest.cc',
456 'browser/notifications/notifications_interactive_uitest.cc', 456 'browser/notifications/notifications_interactive_uitest.cc',
457 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 457 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
458 'browser/ui/omnibox/omnibox_view_browsertest.cc', 458 'browser/ui/omnibox/omnibox_view_browsertest.cc',
459 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 459 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
460 'browser/ui/views/button_dropdown_test.cc',
460 'browser/ui/views/find_bar_host_interactive_uitest.cc', 461 'browser/ui/views/find_bar_host_interactive_uitest.cc',
461 'browser/ui/views/tabs/tab_dragging_test.cc', 462 'browser/ui/views/tabs/tab_dragging_test.cc',
462 'browser/ui/views/menu_item_view_test.cc', 463 'browser/ui/views/menu_item_view_test.cc',
463 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', 464 'test/interactive_ui/fast_shutdown_interactive_uitest.cc',
464 'test/interactive_ui/infobars_uitest.cc', 465 'test/interactive_ui/infobars_uitest.cc',
465 'test/interactive_ui/keyboard_access_uitest.cc', 466 'test/interactive_ui/keyboard_access_uitest.cc',
466 'test/interactive_ui/mouseleave_interactive_uitest.cc', 467 'test/interactive_ui/mouseleave_interactive_uitest.cc',
467 'test/interactive_ui/npapi_interactive_test.cc', 468 'test/interactive_ui/npapi_interactive_test.cc',
468 'test/interactive_ui/view_event_test_base.cc', 469 'test/interactive_ui/view_event_test_base.cc',
469 'test/interactive_ui/view_event_test_base.h', 470 'test/interactive_ui/view_event_test_base.h',
470 'test/out_of_proc_test_runner.cc', 471 'test/out_of_proc_test_runner.cc',
471 'test/unit/chrome_test_suite.h', 472 'test/unit/chrome_test_suite.h',
472 ], 473 ],
473 'conditions': [ 474 'conditions': [
474 ['toolkit_uses_gtk == 1', { 475 ['toolkit_uses_gtk == 1', {
475 'dependencies': [ 476 'dependencies': [
476 '../build/linux/system.gyp:gtk', 477 '../build/linux/system.gyp:gtk',
477 '../build/linux/system.gyp:nss', 478 '../build/linux/system.gyp:nss',
478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
479 ], 480 ],
480 }], 481 }],
481 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { 482 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
482 'sources!': [ 483 'sources!': [
483 # TODO(port) 484 # TODO(port)
484 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 485 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
486 'browser/ui/views/button_dropdown_test.cc',
485 'browser/ui/views/find_bar_host_interactive_uitest.cc', 487 'browser/ui/views/find_bar_host_interactive_uitest.cc',
486 'browser/ui/views/menu_item_view_test.cc', 488 'browser/ui/views/menu_item_view_test.cc',
487 'browser/ui/views/tabs/tab_dragging_test.cc', 489 'browser/ui/views/tabs/tab_dragging_test.cc',
488 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', 490 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc',
489 'test/interactive_ui/npapi_interactive_test.cc', 491 'test/interactive_ui/npapi_interactive_test.cc',
490 'test/interactive_ui/view_event_test_base.cc', 492 'test/interactive_ui/view_event_test_base.cc',
491 'test/interactive_ui/view_event_test_base.h', 493 'test/interactive_ui/view_event_test_base.h',
492 ], 494 ],
493 }], 495 }],
494 ['OS=="linux" and toolkit_views==1', { 496 ['OS=="linux" and toolkit_views==1', {
495 'sources!': [ 497 'sources!': [
496 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 498 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
497 # TODO(port) 499 # TODO(port)
498 'test/interactive_ui/npapi_interactive_test.cc', 500 'test/interactive_ui/npapi_interactive_test.cc',
499 ], 501 ],
500 }], 502 }],
501 ['target_arch!="arm"', { 503 ['target_arch!="arm"', {
502 'dependencies': [ 504 'dependencies': [
503 # run time dependency 505 # run time dependency
504 '../webkit/webkit.gyp:npapi_test_plugin', 506 '../webkit/webkit.gyp:npapi_test_plugin',
505 ], 507 ],
506 }], # target_arch 508 }], # target_arch
507 ['OS=="mac"', { 509 ['OS=="mac"', {
508 'sources!': [ 510 'sources!': [
509 # TODO(port) 511 # TODO(port)
510 'browser/debugger/devtools_sanity_unittest.cc', 512 'browser/debugger/devtools_sanity_unittest.cc',
511 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 513 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
514 'browser/ui/views/button_dropdown_test.cc',
512 'browser/ui/views/find_bar_host_interactive_uitest.cc', 515 'browser/ui/views/find_bar_host_interactive_uitest.cc',
513 'browser/ui/views/menu_item_view_test.cc', 516 'browser/ui/views/menu_item_view_test.cc',
514 'browser/ui/views/tabs/tab_dragging_test.cc', 517 'browser/ui/views/tabs/tab_dragging_test.cc',
515 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', 518 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc',
516 'test/interactive_ui/npapi_interactive_test.cc', 519 'test/interactive_ui/npapi_interactive_test.cc',
517 'test/interactive_ui/view_event_test_base.cc', 520 'test/interactive_ui/view_event_test_base.cc',
518 'test/interactive_ui/view_event_test_base.h', 521 'test/interactive_ui/view_event_test_base.h',
519 ], 522 ],
520 # See comment about the same line in chrome/chrome_tests.gypi. 523 # See comment about the same line in chrome/chrome_tests.gypi.
521 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 524 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
(...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 ] 4037 ]
4035 }], # 'coverage!=0' 4038 }], # 'coverage!=0'
4036 ], # 'conditions' 4039 ], # 'conditions'
4037 } 4040 }
4038 4041
4039 # Local Variables: 4042 # Local Variables:
4040 # tab-width:2 4043 # tab-width:2
4041 # indent-tabs-mode:nil 4044 # indent-tabs-mode:nil
4042 # End: 4045 # End:
4043 # vim: set expandtab tabstop=2 shiftwidth=2: 4046 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/button_dropdown_test.cc ('k') | views/controls/button/button_dropdown.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698