| 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 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 'test/data/webui/net_internals/main.js', | 983 'test/data/webui/net_internals/main.js', |
| 984 'test/data/webui/net_internals/net_internals_test.js', | 984 'test/data/webui/net_internals/net_internals_test.js', |
| 985 'test/data/webui/net_internals/prerender_view.js', | 985 'test/data/webui/net_internals/prerender_view.js', |
| 986 'test/data/webui/net_internals/timeline_view.js', | 986 'test/data/webui/net_internals/timeline_view.js', |
| 987 'test/data/webui/net_internals/waterfall_view.js', | 987 'test/data/webui/net_internals/waterfall_view.js', |
| 988 'test/data/webui/net_internals/sdch_view.js', | 988 'test/data/webui/net_internals/sdch_view.js', |
| 989 'test/data/webui/ntp4.js', | 989 'test/data/webui/ntp4.js', |
| 990 'test/data/webui/polymer_browser_test_base.js', | 990 'test/data/webui/polymer_browser_test_base.js', |
| 991 'test/data/webui/print_preview.js', | 991 'test/data/webui/print_preview.js', |
| 992 'test/data/webui/sandboxstatus_browsertest.js', | 992 'test/data/webui/sandboxstatus_browsertest.js', |
| 993 'test/data/webui/settings/appearance_browsertest.js', |
| 993 'test/data/webui/settings/cr_settings_browsertest.js', | 994 'test/data/webui/settings/cr_settings_browsertest.js', |
| 994 ], | 995 ], |
| 995 # TODO(rockot) bug 505926: These should be moved to a target in | 996 # TODO(rockot) bug 505926: These should be moved to a target in |
| 996 # //extensions but have old dependencies on chrome files. The chrome | 997 # //extensions but have old dependencies on chrome files. The chrome |
| 997 # dependencies should be removed and these moved to the | 998 # dependencies should be removed and these moved to the |
| 998 # extensions_browsertests target. | 999 # extensions_browsertests target. |
| 999 'chrome_interactive_ui_test_extensions_sources': [ | 1000 'chrome_interactive_ui_test_extensions_sources': [ |
| 1000 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | 1001 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
| 1001 ], | 1002 ], |
| 1002 'chrome_interactive_ui_test_sources': [ | 1003 'chrome_interactive_ui_test_sources': [ |
| (...skipping 2481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3484 'utility', | 3485 'utility', |
| 3485 ], | 3486 ], |
| 3486 'sources': [ | 3487 'sources': [ |
| 3487 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3488 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3488 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3489 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3489 ], | 3490 ], |
| 3490 }] | 3491 }] |
| 3491 }], | 3492 }], |
| 3492 ], # 'conditions' | 3493 ], # 'conditions' |
| 3493 } | 3494 } |
| OLD | NEW |