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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10985069: [test fixlet] Add tests for the zoom icon in the location bar on GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: making bubble tests interactive_ui_tests Created 8 years, 2 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 ], 500 ],
501 'sources': [ 501 'sources': [
502 'browser/browser_focus_uitest.cc', 502 'browser/browser_focus_uitest.cc',
503 'browser/browser_keyevents_browsertest.cc', 503 'browser/browser_keyevents_browsertest.cc',
504 'browser/instant/instant_browsertest.cc', 504 'browser/instant/instant_browsertest.cc',
505 'browser/mouseleave_browsertest.cc', 505 'browser/mouseleave_browsertest.cc',
506 'browser/printing/print_dialog_cloud_interative_uitest.cc', 506 'browser/printing/print_dialog_cloud_interative_uitest.cc',
507 'browser/task_manager/task_manager_browsertest_util.cc', 507 'browser/task_manager/task_manager_browsertest_util.cc',
508 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' , 508 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' ,
509 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 509 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
510 'browser/ui/gtk/zoom_bubble_gtk_browsertest.cc',
510 'browser/ui/omnibox/omnibox_view_browsertest.cc', 511 'browser/ui/omnibox/omnibox_view_browsertest.cc',
511 'browser/ui/panels/detached_panel_browsertest.cc', 512 'browser/ui/panels/detached_panel_browsertest.cc',
512 'browser/ui/panels/docked_panel_browsertest.cc', 513 'browser/ui/panels/docked_panel_browsertest.cc',
513 'browser/ui/panels/panel_and_desktop_notification_browsertest.cc', 514 'browser/ui/panels/panel_and_desktop_notification_browsertest.cc',
514 'browser/ui/panels/panel_browsertest.cc', 515 'browser/ui/panels/panel_browsertest.cc',
515 'browser/ui/panels/panel_drag_browsertest.cc', 516 'browser/ui/panels/panel_drag_browsertest.cc',
516 'browser/ui/panels/panel_resize_browsertest.cc', 517 'browser/ui/panels/panel_resize_browsertest.cc',
517 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 518 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
518 'browser/ui/views/button_dropdown_test.cc', 519 'browser/ui/views/button_dropdown_test.cc',
519 'browser/ui/views/find_bar_host_interactive_uitest.cc', 520 'browser/ui/views/find_bar_host_interactive_uitest.cc',
(...skipping 2513 matching lines...) Expand 10 before | Expand all | Expand 10 after
3033 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest .mm', 3034 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa_unittest .mm',
3034 'browser/ui/cocoa/view_id_util_browsertest.mm', 3035 'browser/ui/cocoa/view_id_util_browsertest.mm',
3035 'browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm', 3036 'browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm',
3036 'browser/ui/cocoa/applescript/window_applescript_test.mm', 3037 'browser/ui/cocoa/applescript/window_applescript_test.mm',
3037 'browser/ui/cocoa/web_intent_sheet_controller_browsertest.mm', 3038 'browser/ui/cocoa/web_intent_sheet_controller_browsertest.mm',
3038 'browser/ui/cocoa/browser_window_controller_browsertest.mm', 3039 'browser/ui/cocoa/browser_window_controller_browsertest.mm',
3039 'browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest. mm', 3040 'browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest. mm',
3040 'browser/ui/find_bar/find_bar_host_browsertest.cc', 3041 'browser/ui/find_bar/find_bar_host_browsertest.cc',
3041 'browser/ui/fullscreen/fullscreen_controller_browsertest.cc', 3042 'browser/ui/fullscreen/fullscreen_controller_browsertest.cc',
3042 'browser/ui/global_error/global_error_service_browsertest.cc', 3043 'browser/ui/global_error/global_error_service_browsertest.cc',
3044 'browser/ui/gtk/bubble/bubble_gtk_browsertest.cc',
3045 'browser/ui/gtk/confirm_bubble_gtk_browsertest.cc',
3046 'browser/ui/gtk/location_bar_view_gtk_browsertest.cc',
3043 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc', 3047 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc',
3044 'browser/ui/gtk/view_id_util_browsertest.cc', 3048 'browser/ui/gtk/view_id_util_browsertest.cc',
3045 'browser/ui/intents/web_intent_picker_controller_browsertest.cc', 3049 'browser/ui/intents/web_intent_picker_controller_browsertest.cc',
3046 'browser/ui/login/login_prompt_browsertest.cc', 3050 'browser/ui/login/login_prompt_browsertest.cc',
3047 'browser/ui/prefs/prefs_tab_helper_browsertest.cc', 3051 'browser/ui/prefs/prefs_tab_helper_browsertest.cc',
3048 'browser/ui/startup/startup_browser_creator_browsertest.cc', 3052 'browser/ui/startup/startup_browser_creator_browsertest.cc',
3049 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', 3053 'browser/ui/tab_modal_confirm_dialog_browsertest.cc',
3050 'browser/ui/tab_modal_confirm_dialog_browsertest.h', 3054 'browser/ui/tab_modal_confirm_dialog_browsertest.h',
3051 'browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc', 3055 'browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc',
3052 'browser/ui/views/autofill/autofill_external_delegate_views_browsertest. cc', 3056 'browser/ui/views/autofill/autofill_external_delegate_views_browsertest. cc',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
3347 'sources': [ 3351 'sources': [
3348 # TODO(estade): port to win/mac. 3352 # TODO(estade): port to win/mac.
3349 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', 3353 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc',
3350 ], 3354 ],
3351 }], 3355 }],
3352 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 3356 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
3353 'dependencies': [ 3357 'dependencies': [
3354 '../build/linux/system.gyp:ssl', 3358 '../build/linux/system.gyp:ssl',
3355 ], 3359 ],
3356 }], 3360 }],
3357 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
3358 'sources': [
3359 # BubbleGtk is used only on Linux/GTK.
3360 'browser/ui/gtk/bubble/bubble_gtk_browsertest.cc',
3361 'browser/ui/gtk/confirm_bubble_gtk_browsertest.cc',
3362 ],
3363 }],
3364 ['OS=="mac"', { 3361 ['OS=="mac"', {
3365 'include_dirs': [ 3362 'include_dirs': [
3366 '../third_party/GTM', 3363 '../third_party/GTM',
3367 ], 3364 ],
3368 # TODO(mark): We really want this for all non-static library 3365 # TODO(mark): We really want this for all non-static library
3369 # targets, but when we tried to pull it up to the common.gypi 3366 # targets, but when we tried to pull it up to the common.gypi
3370 # level, it broke other things like the ui, startup, and 3367 # level, it broke other things like the ui, startup, and
3371 # page_cycler tests. *shrug* 3368 # page_cycler tests. *shrug*
3372 'xcode_settings': { 3369 'xcode_settings': {
3373 'OTHER_LDFLAGS': [ 3370 'OTHER_LDFLAGS': [
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
4854 '--result', '<@(_outputs)', 4851 '--result', '<@(_outputs)',
4855 '--isolate', 'browser_tests.isolate', 4852 '--isolate', 'browser_tests.isolate',
4856 ], 4853 ],
4857 }, 4854 },
4858 ], 4855 ],
4859 }, 4856 },
4860 ], 4857 ],
4861 }], 4858 }],
4862 ], # 'conditions' 4859 ], # 'conditions'
4863 } 4860 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698