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 '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 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1521 'test/gpu/webgl_infobar_browsertest.cc', | 1521 'test/gpu/webgl_infobar_browsertest.cc', |
1522 'test/ppapi/ppapi_browsertest.cc', | 1522 'test/ppapi/ppapi_browsertest.cc', |
1523 'test/remoting/auth_browsertest.cc', | 1523 'test/remoting/auth_browsertest.cc', |
1524 'test/remoting/launch_browsertest.cc', | 1524 'test/remoting/launch_browsertest.cc', |
1525 'test/remoting/key_code_conv.cc', | 1525 'test/remoting/key_code_conv.cc', |
1526 'test/remoting/key_code_conv.h', | 1526 'test/remoting/key_code_conv.h', |
1527 'test/remoting/key_code_map.h', | 1527 'test/remoting/key_code_map.h', |
1528 'test/remoting/me2me_browsertest.cc', | 1528 'test/remoting/me2me_browsertest.cc', |
1529 'test/remoting/page_load_notification_observer.cc', | 1529 'test/remoting/page_load_notification_observer.cc', |
1530 'test/remoting/page_load_notification_observer.h', | 1530 'test/remoting/page_load_notification_observer.h', |
| 1531 'test/remoting/pin_browsertest.cc', |
1531 'test/remoting/remote_desktop_browsertest.cc', | 1532 'test/remoting/remote_desktop_browsertest.cc', |
1532 'test/remoting/remote_desktop_browsertest.h', | 1533 'test/remoting/remote_desktop_browsertest.h', |
1533 'test/remoting/waiter.cc', | 1534 'test/remoting/waiter.cc', |
1534 'test/remoting/waiter.h', | 1535 'test/remoting/waiter.h', |
1535 'test/security_tests/sandbox_browsertest_linux.cc', | 1536 'test/security_tests/sandbox_browsertest_linux.cc', |
1536 'test/security_tests/sandbox_browsertest_win.cc', | 1537 'test/security_tests/sandbox_browsertest_win.cc', |
1537 # TODO(craig): Rename this and run from base_unittests when the test | 1538 # TODO(craig): Rename this and run from base_unittests when the test |
1538 # is safe to run there. See http://crbug.com/78722 for details. | 1539 # is safe to run there. See http://crbug.com/78722 for details. |
1539 '../base/files/file_path_watcher_browsertest.cc', | 1540 '../base/files/file_path_watcher_browsertest.cc', |
1540 ], | 1541 ], |
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2932 ['enable_webrtc==1', { | 2933 ['enable_webrtc==1', { |
2933 'dependencies': [ | 2934 'dependencies': [ |
2934 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2935 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2935 ] | 2936 ] |
2936 }], | 2937 }], |
2937 ], | 2938 ], |
2938 }] | 2939 }] |
2939 }], | 2940 }], |
2940 ], # 'conditions' | 2941 ], # 'conditions' |
2941 } | 2942 } |
OLD | NEW |