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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'browser/instant/instant_browsertest.cc', | 507 'browser/instant/instant_browsertest.cc', |
508 'browser/keyboard_access_uitest.cc', | 508 'browser/keyboard_access_uitest.cc', |
509 'browser/mouseleave_interactive_uitest.cc', | 509 'browser/mouseleave_interactive_uitest.cc', |
510 'browser/notifications/notifications_interactive_uitest.cc', | 510 'browser/notifications/notifications_interactive_uitest.cc', |
511 'browser/npapi_interactive_test.cc', | 511 'browser/npapi_interactive_test.cc', |
512 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 512 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
513 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 513 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
514 'browser/ui/panels/panel_browsertest.cc', | 514 'browser/ui/panels/panel_browsertest.cc', |
515 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 515 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
516 'browser/ui/views/button_dropdown_test.cc', | 516 'browser/ui/views/button_dropdown_test.cc', |
| 517 'browser/ui/views/constrained_window_views_browsertest.cc', |
517 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 518 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
518 'browser/ui/views/menu_item_view_test.cc', | 519 'browser/ui/views/menu_item_view_test.cc', |
519 'browser/ui/views/menu_model_adapter_test.cc', | 520 'browser/ui/views/menu_model_adapter_test.cc', |
520 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 521 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
521 'browser/ui/views/tabs/tab_dragging_test.cc', | 522 'browser/ui/views/tabs/tab_dragging_test.cc', |
522 'browser/ui/webui/workers_ui_browsertest.cc', | 523 'browser/ui/webui/workers_ui_browsertest.cc', |
523 'test/base/chrome_test_launcher.cc', | 524 'test/base/chrome_test_launcher.cc', |
524 'test/base/view_event_test_base.cc', | 525 'test/base/view_event_test_base.cc', |
525 'test/base/view_event_test_base.h', | 526 'test/base/view_event_test_base.h', |
526 '../content/app/startup_helper_win.cc', | 527 '../content/app/startup_helper_win.cc', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 'Debug_Base': { | 645 'Debug_Base': { |
645 'msvs_settings': { | 646 'msvs_settings': { |
646 'VCLinkerTool': { | 647 'VCLinkerTool': { |
647 'LinkIncremental': '<(msvs_debug_link_nonincremental)', | 648 'LinkIncremental': '<(msvs_debug_link_nonincremental)', |
648 }, | 649 }, |
649 }, | 650 }, |
650 }, | 651 }, |
651 }, # configurations | 652 }, # configurations |
652 }, { # else: OS != "win" | 653 }, { # else: OS != "win" |
653 'sources!': [ | 654 'sources!': [ |
| 655 'browser/ui/views/constrained_window_views_browsertest.cc', |
654 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 656 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
655 ], | 657 ], |
656 }], # OS != "win" | 658 }], # OS != "win" |
657 ], # conditions | 659 ], # conditions |
658 }, | 660 }, |
659 { | 661 { |
660 'target_name': 'ui_tests', | 662 'target_name': 'ui_tests', |
661 'type': 'executable', | 663 'type': 'executable', |
662 'dependencies': [ | 664 'dependencies': [ |
663 'chrome', | 665 'chrome', |
(...skipping 3404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4068 # Use outputs of this action as inputs for the main target build. | 4070 # Use outputs of this action as inputs for the main target build. |
4069 # Seems as a misnomer but makes this happy on Linux (scons). | 4071 # Seems as a misnomer but makes this happy on Linux (scons). |
4070 'process_outputs_as_sources': 1, | 4072 'process_outputs_as_sources': 1, |
4071 }, | 4073 }, |
4072 ], # 'actions' | 4074 ], # 'actions' |
4073 }, | 4075 }, |
4074 ] | 4076 ] |
4075 }], # 'coverage!=0' | 4077 }], # 'coverage!=0' |
4076 ], # 'conditions' | 4078 ], # 'conditions' |
4077 } | 4079 } |
OLD | NEW |