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 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1598 'test/data/webui/ntp4_browsertest.h', | 1598 'test/data/webui/ntp4_browsertest.h', |
1599 'test/data/webui/print_preview.cc', | 1599 'test/data/webui/print_preview.cc', |
1600 'test/data/webui/print_preview.h', | 1600 'test/data/webui/print_preview.h', |
1601 'test/data/webui/print_preview.js', | 1601 'test/data/webui/print_preview.js', |
1602 'test/data/webui/sandboxstatus_browsertest.js', | 1602 'test/data/webui/sandboxstatus_browsertest.js', |
1603 'test/data/webui/webui_resource_browsertest.cc', | 1603 'test/data/webui/webui_resource_browsertest.cc', |
1604 'test/gpu/gpu_feature_browsertest.cc', | 1604 'test/gpu/gpu_feature_browsertest.cc', |
1605 'test/gpu/webgl_infobar_browsertest.cc', | 1605 'test/gpu/webgl_infobar_browsertest.cc', |
1606 'test/ppapi/ppapi_browsertest.cc', | 1606 'test/ppapi/ppapi_browsertest.cc', |
1607 'test/remoting/auth_browsertest.cc', | 1607 'test/remoting/auth_browsertest.cc', |
1608 'test/remoting/launch_browsertest.cc', | 1608 'test/remoting/fullscreen_browsertest.cc', |
1609 'test/remoting/key_code_conv.cc', | 1609 'test/remoting/key_code_conv.cc', |
1610 'test/remoting/key_code_conv.h', | 1610 'test/remoting/key_code_conv.h', |
1611 'test/remoting/key_code_map.h', | 1611 'test/remoting/key_code_map.h', |
| 1612 'test/remoting/launch_browsertest.cc', |
1612 'test/remoting/me2me_browsertest.cc', | 1613 'test/remoting/me2me_browsertest.cc', |
1613 'test/remoting/page_load_notification_observer.cc', | 1614 'test/remoting/page_load_notification_observer.cc', |
1614 'test/remoting/page_load_notification_observer.h', | 1615 'test/remoting/page_load_notification_observer.h', |
1615 'test/remoting/pin_browsertest.cc', | 1616 'test/remoting/pin_browsertest.cc', |
1616 'test/remoting/qunit_browser_test_runner.cc', | 1617 'test/remoting/qunit_browser_test_runner.cc', |
1617 'test/remoting/remote_desktop_browsertest.cc', | 1618 'test/remoting/remote_desktop_browsertest.cc', |
1618 'test/remoting/remote_desktop_browsertest.h', | 1619 'test/remoting/remote_desktop_browsertest.h', |
1619 'test/remoting/waiter.cc', | 1620 'test/remoting/waiter.cc', |
1620 'test/remoting/waiter.h', | 1621 'test/remoting/waiter.h', |
1621 'test/remoting/webapp_javascript_unittest.cc', | 1622 'test/remoting/webapp_javascript_unittest.cc', |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3012 ['enable_webrtc==1', { | 3013 ['enable_webrtc==1', { |
3013 'dependencies': [ | 3014 'dependencies': [ |
3014 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3015 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3015 ] | 3016 ] |
3016 }], | 3017 }], |
3017 ], | 3018 ], |
3018 }] | 3019 }] |
3019 }], | 3020 }], |
3020 ], # 'conditions' | 3021 ], # 'conditions' |
3021 } | 3022 } |
OLD | NEW |