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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
956 'test/data/webui/net_internals/main.js', | 956 'test/data/webui/net_internals/main.js', |
957 'test/data/webui/net_internals/net_internals_test.js', | 957 'test/data/webui/net_internals/net_internals_test.js', |
958 'test/data/webui/net_internals/prerender_view.js', | 958 'test/data/webui/net_internals/prerender_view.js', |
959 'test/data/webui/net_internals/timeline_view.js', | 959 'test/data/webui/net_internals/timeline_view.js', |
960 'test/data/webui/net_internals/waterfall_view.js', | 960 'test/data/webui/net_internals/waterfall_view.js', |
961 'test/data/webui/net_internals/sdch_view.js', | 961 'test/data/webui/net_internals/sdch_view.js', |
962 'test/data/webui/ntp4.js', | 962 'test/data/webui/ntp4.js', |
963 'test/data/webui/polymer_browser_test_base.js', | 963 'test/data/webui/polymer_browser_test_base.js', |
964 'test/data/webui/print_preview.js', | 964 'test/data/webui/print_preview.js', |
965 'test/data/webui/sandboxstatus_browsertest.js', | 965 'test/data/webui/sandboxstatus_browsertest.js', |
| 966 'test/data/webui/settings/cr_settings_browsertest.js', |
966 ], | 967 ], |
967 # TODO(rockot) bug 505926: These should be moved to a target in | 968 # TODO(rockot) bug 505926: These should be moved to a target in |
968 # //extensions but have old dependencies on chrome files. The chrome | 969 # //extensions but have old dependencies on chrome files. The chrome |
969 # dependencies should be removed and these moved to the | 970 # dependencies should be removed and these moved to the |
970 # extensions_browsertests target. | 971 # extensions_browsertests target. |
971 'chrome_interactive_ui_test_extensions_sources': [ | 972 'chrome_interactive_ui_test_extensions_sources': [ |
972 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 973 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
973 ], | 974 ], |
974 'chrome_interactive_ui_test_sources': [ | 975 'chrome_interactive_ui_test_sources': [ |
975 '../ui/base/clipboard/clipboard_android_unittest.cc', | 976 '../ui/base/clipboard/clipboard_android_unittest.cc', |
(...skipping 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3348 'utility', | 3349 'utility', |
3349 ], | 3350 ], |
3350 'sources': [ | 3351 'sources': [ |
3351 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3352 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3352 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3353 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3353 ], | 3354 ], |
3354 }] | 3355 }] |
3355 }], | 3356 }], |
3356 ], # 'conditions' | 3357 ], # 'conditions' |
3357 } | 3358 } |
OLD | NEW |