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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8052019: Create constrained windows in a hidden state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 1 month 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'browser/instant/instant_browsertest.cc', 508 'browser/instant/instant_browsertest.cc',
509 'browser/keyboard_access_uitest.cc', 509 'browser/keyboard_access_uitest.cc',
510 'browser/mouseleave_interactive_uitest.cc', 510 'browser/mouseleave_interactive_uitest.cc',
511 'browser/notifications/notifications_interactive_uitest.cc', 511 'browser/notifications/notifications_interactive_uitest.cc',
512 'browser/npapi_interactive_test.cc', 512 'browser/npapi_interactive_test.cc',
513 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 513 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
514 'browser/ui/omnibox/omnibox_view_browsertest.cc', 514 'browser/ui/omnibox/omnibox_view_browsertest.cc',
515 'browser/ui/panels/panel_browsertest.cc', 515 'browser/ui/panels/panel_browsertest.cc',
516 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 516 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
517 'browser/ui/views/button_dropdown_test.cc', 517 'browser/ui/views/button_dropdown_test.cc',
518 'browser/ui/views/constrained_window_views_browsertest.cc',
518 'browser/ui/views/find_bar_host_interactive_uitest.cc', 519 'browser/ui/views/find_bar_host_interactive_uitest.cc',
519 'browser/ui/views/menu_item_view_test.cc', 520 'browser/ui/views/menu_item_view_test.cc',
520 'browser/ui/views/menu_model_adapter_test.cc', 521 'browser/ui/views/menu_model_adapter_test.cc',
521 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 522 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
522 'browser/ui/views/tabs/tab_dragging_test.cc', 523 'browser/ui/views/tabs/tab_dragging_test.cc',
523 'browser/ui/webui/workers_ui_browsertest.cc', 524 'browser/ui/webui/workers_ui_browsertest.cc',
524 'test/base/chrome_test_launcher.cc', 525 'test/base/chrome_test_launcher.cc',
525 'test/base/view_event_test_base.cc', 526 'test/base/view_event_test_base.cc',
526 'test/base/view_event_test_base.h', 527 'test/base/view_event_test_base.h',
527 '../content/app/startup_helper_win.cc', 528 '../content/app/startup_helper_win.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'Debug_Base': { 656 'Debug_Base': {
656 'msvs_settings': { 657 'msvs_settings': {
657 'VCLinkerTool': { 658 'VCLinkerTool': {
658 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 659 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
659 }, 660 },
660 }, 661 },
661 }, 662 },
662 }, # configurations 663 }, # configurations
663 }, { # else: OS != "win" 664 }, { # else: OS != "win"
664 'sources!': [ 665 'sources!': [
666 'browser/ui/views/constrained_window_views_browsertest.cc',
665 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 667 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
666 ], 668 ],
667 }], # OS != "win" 669 }], # OS != "win"
668 ], # conditions 670 ], # conditions
669 }, 671 },
670 { 672 {
671 'target_name': 'ui_tests', 673 'target_name': 'ui_tests',
672 'type': 'executable', 674 'type': 'executable',
673 'dependencies': [ 675 'dependencies': [
674 'chrome', 676 'chrome',
(...skipping 3457 matching lines...) Expand 10 before | Expand all | Expand 10 after
4132 # Use outputs of this action as inputs for the main target build. 4134 # Use outputs of this action as inputs for the main target build.
4133 # Seems as a misnomer but makes this happy on Linux (scons). 4135 # Seems as a misnomer but makes this happy on Linux (scons).
4134 'process_outputs_as_sources': 1, 4136 'process_outputs_as_sources': 1,
4135 }, 4137 },
4136 ], # 'actions' 4138 ], # 'actions'
4137 }, 4139 },
4138 ] 4140 ]
4139 }], # 'coverage!=0' 4141 }], # 'coverage!=0'
4140 ], # 'conditions' 4142 ], # 'conditions'
4141 } 4143 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698