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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 273753002: Implement 3 PIN browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR feedbacks Created 6 years, 7 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 | Annotate | Revision Log
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 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 'test/gpu/webgl_infobar_browsertest.cc', 1538 'test/gpu/webgl_infobar_browsertest.cc',
1539 'test/ppapi/ppapi_browsertest.cc', 1539 'test/ppapi/ppapi_browsertest.cc',
1540 'test/remoting/auth_browsertest.cc', 1540 'test/remoting/auth_browsertest.cc',
1541 'test/remoting/launch_browsertest.cc', 1541 'test/remoting/launch_browsertest.cc',
1542 'test/remoting/key_code_conv.cc', 1542 'test/remoting/key_code_conv.cc',
1543 'test/remoting/key_code_conv.h', 1543 'test/remoting/key_code_conv.h',
1544 'test/remoting/key_code_map.h', 1544 'test/remoting/key_code_map.h',
1545 'test/remoting/me2me_browsertest.cc', 1545 'test/remoting/me2me_browsertest.cc',
1546 'test/remoting/page_load_notification_observer.cc', 1546 'test/remoting/page_load_notification_observer.cc',
1547 'test/remoting/page_load_notification_observer.h', 1547 'test/remoting/page_load_notification_observer.h',
1548 'test/remoting/pin_browsertest.cc',
1548 'test/remoting/remote_desktop_browsertest.cc', 1549 'test/remoting/remote_desktop_browsertest.cc',
1549 'test/remoting/remote_desktop_browsertest.h', 1550 'test/remoting/remote_desktop_browsertest.h',
1550 'test/remoting/waiter.cc', 1551 'test/remoting/waiter.cc',
1551 'test/remoting/waiter.h', 1552 'test/remoting/waiter.h',
1552 'test/security_tests/sandbox_browsertest_linux.cc', 1553 'test/security_tests/sandbox_browsertest_linux.cc',
1553 'test/security_tests/sandbox_browsertest_win.cc', 1554 'test/security_tests/sandbox_browsertest_win.cc',
1554 # TODO(craig): Rename this and run from base_unittests when the test 1555 # TODO(craig): Rename this and run from base_unittests when the test
1555 # is safe to run there. See http://crbug.com/78722 for details. 1556 # is safe to run there. See http://crbug.com/78722 for details.
1556 '../base/files/file_path_watcher_browsertest.cc', 1557 '../base/files/file_path_watcher_browsertest.cc',
1557 ], 1558 ],
(...skipping 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 ['enable_webrtc==1', { 2954 ['enable_webrtc==1', {
2954 'dependencies': [ 2955 'dependencies': [
2955 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2956 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2956 ] 2957 ]
2957 }], 2958 }],
2958 ], 2959 ],
2959 }] 2960 }]
2960 }], 2961 }],
2961 ], # 'conditions' 2962 ], # 'conditions'
2962 } 2963 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/remoting/pin_browsertest.cc » ('j') | chrome/test/remoting/pin_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698