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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 552923002: Scroll-bar browser test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed debug code. Created 6 years, 3 months 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
OLDNEW
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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 'test/remoting/key_code_conv.h', 1637 'test/remoting/key_code_conv.h',
1638 'test/remoting/key_code_map.h', 1638 'test/remoting/key_code_map.h',
1639 'test/remoting/launch_browsertest.cc', 1639 'test/remoting/launch_browsertest.cc',
1640 'test/remoting/me2me_browsertest.cc', 1640 'test/remoting/me2me_browsertest.cc',
1641 'test/remoting/page_load_notification_observer.cc', 1641 'test/remoting/page_load_notification_observer.cc',
1642 'test/remoting/page_load_notification_observer.h', 1642 'test/remoting/page_load_notification_observer.h',
1643 'test/remoting/pin_browsertest.cc', 1643 'test/remoting/pin_browsertest.cc',
1644 'test/remoting/qunit_browser_test_runner.cc', 1644 'test/remoting/qunit_browser_test_runner.cc',
1645 'test/remoting/remote_desktop_browsertest.cc', 1645 'test/remoting/remote_desktop_browsertest.cc',
1646 'test/remoting/remote_desktop_browsertest.h', 1646 'test/remoting/remote_desktop_browsertest.h',
1647 'test/remoting/scrollbar_browsertest.cc',
1647 'test/remoting/waiter.cc', 1648 'test/remoting/waiter.cc',
1648 'test/remoting/waiter.h', 1649 'test/remoting/waiter.h',
1649 'test/remoting/webapp_javascript_unittest.cc', 1650 'test/remoting/webapp_javascript_unittest.cc',
1650 # TODO(craig): Rename this and run from base_unittests when the test 1651 # TODO(craig): Rename this and run from base_unittests when the test
1651 # is safe to run there. See http://crbug.com/78722 for details. 1652 # is safe to run there. See http://crbug.com/78722 for details.
1652 '../base/files/file_path_watcher_browsertest.cc', 1653 '../base/files/file_path_watcher_browsertest.cc',
1653 ], 1654 ],
1654 'rules': [ 1655 'rules': [
1655 { 1656 {
1656 'rule_name': 'js2webui', 1657 'rule_name': 'js2webui',
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
3041 ['enable_webrtc==1', { 3042 ['enable_webrtc==1', {
3042 'dependencies': [ 3043 'dependencies': [
3043 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3044 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3044 ] 3045 ]
3045 }], 3046 }],
3046 ], 3047 ],
3047 }] 3048 }]
3048 }], 3049 }],
3049 ], # 'conditions' 3050 ], # 'conditions'
3050 } 3051 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/remoting/scrollbar_browsertest.cc » ('j') | remoting/webapp/browser_test/scrollbar_browser_test.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698