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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8872044: Add test cases for panel overflow handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 9 years 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'browser/debugger/devtools_sanity_unittest.cc', 541 'browser/debugger/devtools_sanity_unittest.cc',
542 'browser/infobars/infobars_uitest.cc', 542 'browser/infobars/infobars_uitest.cc',
543 'browser/instant/instant_browsertest.cc', 543 'browser/instant/instant_browsertest.cc',
544 'browser/keyboard_access_uitest.cc', 544 'browser/keyboard_access_uitest.cc',
545 'browser/mouseleave_interactive_uitest.cc', 545 'browser/mouseleave_interactive_uitest.cc',
546 'browser/notifications/notifications_interactive_uitest.cc', 546 'browser/notifications/notifications_interactive_uitest.cc',
547 'browser/npapi_interactive_test.cc', 547 'browser/npapi_interactive_test.cc',
548 'browser/task_manager/task_manager_browsertest_util.cc', 548 'browser/task_manager/task_manager_browsertest_util.cc',
549 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 549 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
550 'browser/ui/omnibox/omnibox_view_browsertest.cc', 550 'browser/ui/omnibox/omnibox_view_browsertest.cc',
551 'browser/ui/panels/overflow_panel_browsertest.cc',
jennb 2011/12/10 00:42:46 Nit: name this panel_overflow_browsertest.cc? line
jianli 2011/12/13 23:23:40 Done.
551 'browser/ui/panels/panel_browsertest.cc', 552 'browser/ui/panels/panel_browsertest.cc',
552 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 553 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
553 'browser/ui/views/button_dropdown_test.cc', 554 'browser/ui/views/button_dropdown_test.cc',
554 'browser/ui/views/constrained_window_views_browsertest.cc', 555 'browser/ui/views/constrained_window_views_browsertest.cc',
555 'browser/ui/views/find_bar_host_interactive_uitest.cc', 556 'browser/ui/views/find_bar_host_interactive_uitest.cc',
556 'browser/ui/views/menu_item_view_test.cc', 557 'browser/ui/views/menu_item_view_test.cc',
557 'browser/ui/views/menu_model_adapter_test.cc', 558 'browser/ui/views/menu_model_adapter_test.cc',
558 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 559 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
559 'browser/ui/views/tabs/tab_dragging_test.cc', 560 'browser/ui/views/tabs/tab_dragging_test.cc',
560 'browser/ui/webui/workers_ui_browsertest.cc', 561 'browser/ui/webui/workers_ui_browsertest.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 ['exclude', '^browser/notifications/'], 634 ['exclude', '^browser/notifications/'],
634 ], 635 ],
635 }], 636 }],
636 ['toolkit_views==1', { 637 ['toolkit_views==1', {
637 'dependencies': [ 638 'dependencies': [
638 '../ui/views/views.gyp:views', 639 '../ui/views/views.gyp:views',
639 ], 640 ],
640 }], 641 }],
641 ['chromeos==1', { 642 ['chromeos==1', {
642 'sources!': [ 643 'sources!': [
644 'browser/ui/panels/overflow_panel_browsertest.cc',
643 'browser/ui/panels/panel_browsertest.cc', 645 'browser/ui/panels/panel_browsertest.cc',
644 ], 646 ],
645 }], 647 }],
646 ['OS=="win"', { 648 ['OS=="win"', {
647 'include_dirs': [ 649 'include_dirs': [
648 '../third_party/wtl/include', 650 '../third_party/wtl/include',
649 ], 651 ],
650 'dependencies': [ 652 'dependencies': [
651 'chrome.gyp:chrome_version_resources', 653 'chrome.gyp:chrome_version_resources',
652 'chrome.gyp:installer_util_strings', 654 'chrome.gyp:installer_util_strings',
(...skipping 3662 matching lines...) Expand 10 before | Expand all | Expand 10 after
4315 # Use outputs of this action as inputs for the main target build. 4317 # Use outputs of this action as inputs for the main target build.
4316 # Seems as a misnomer but makes this happy on Linux (scons). 4318 # Seems as a misnomer but makes this happy on Linux (scons).
4317 'process_outputs_as_sources': 1, 4319 'process_outputs_as_sources': 1,
4318 }, 4320 },
4319 ], # 'actions' 4321 ], # 'actions'
4320 }, 4322 },
4321 ] 4323 ]
4322 }], # 'coverage!=0' 4324 }], # 'coverage!=0'
4323 ], # 'conditions' 4325 ], # 'conditions'
4324 } 4326 }
OLDNEW
« chrome/browser/ui/panels/panel_overflow_strip.h ('K') | « chrome/browser/ui/panels/panel_strip.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698