| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'test/data/webui/chrome_send_browsertest.h', | 604 'test/data/webui/chrome_send_browsertest.h', |
| 605 'test/data/webui/history_ui_browsertest.cc', | 605 'test/data/webui/history_ui_browsertest.cc', |
| 606 'test/data/webui/history_ui_browsertest.h', | 606 'test/data/webui/history_ui_browsertest.h', |
| 607 'test/data/webui/ntp4_browsertest.cc', | 607 'test/data/webui/ntp4_browsertest.cc', |
| 608 'test/data/webui/ntp4_browsertest.h', | 608 'test/data/webui/ntp4_browsertest.h', |
| 609 'test/data/webui/print_preview.cc', | 609 'test/data/webui/print_preview.cc', |
| 610 'test/data/webui/print_preview.h', | 610 'test/data/webui/print_preview.h', |
| 611 'test/data/webui/webui_resource_browsertest.cc', | 611 'test/data/webui/webui_resource_browsertest.cc', |
| 612 'test/gpu/webgl_infobar_browsertest.cc', | 612 'test/gpu/webgl_infobar_browsertest.cc', |
| 613 'test/ppapi/ppapi_browsertest.cc', | 613 'test/ppapi/ppapi_browsertest.cc', |
| 614 'test/ppapi/ppapi_filechooser_browsertest.cc', |
| 614 ], | 615 ], |
| 615 'chrome_browser_tests_ash_sources': [ | 616 'chrome_browser_tests_ash_sources': [ |
| 616 'browser/ui/ash/accelerator_commands_browsertest.cc', | 617 'browser/ui/ash/accelerator_commands_browsertest.cc', |
| 617 'browser/ui/ash/accelerator_controller_browsertest.cc', | 618 'browser/ui/ash/accelerator_controller_browsertest.cc', |
| 618 'browser/ui/ash/keyboard_controller_browsertest.cc', | 619 'browser/ui/ash/keyboard_controller_browsertest.cc', |
| 619 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', | 620 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', |
| 620 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', | 621 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', |
| 621 'browser/ui/ash/multi_user/multi_user_window_manager_test.cc', | 622 'browser/ui/ash/multi_user/multi_user_window_manager_test.cc', |
| 622 'browser/ui/ash/multi_user/multi_user_window_manager_test.h', | 623 'browser/ui/ash/multi_user/multi_user_window_manager_test.h', |
| 623 'browser/ui/ash/shelf_browsertest.cc', | 624 'browser/ui/ash/shelf_browsertest.cc', |
| (...skipping 2819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3443 'utility', | 3444 'utility', |
| 3444 ], | 3445 ], |
| 3445 'sources': [ | 3446 'sources': [ |
| 3446 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3447 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3447 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3448 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3448 ], | 3449 ], |
| 3449 }] | 3450 }] |
| 3450 }], | 3451 }], |
| 3451 ], # 'conditions' | 3452 ], # 'conditions' |
| 3452 } | 3453 } |
| OLD | NEW |