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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
830 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 830 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
831 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 831 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
832 '../ui/accessibility/accessibility.gyp:accessibility_test_support', | 832 '../ui/accessibility/accessibility.gyp:accessibility_test_support', |
833 '../ui/compositor/compositor.gyp:compositor_test_support', | 833 '../ui/compositor/compositor.gyp:compositor_test_support', |
834 '../ui/resources/ui_resources.gyp:ui_resources', | 834 '../ui/resources/ui_resources.gyp:ui_resources', |
835 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 835 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
836 '../v8/tools/gyp/v8.gyp:v8', | 836 '../v8/tools/gyp/v8.gyp:v8', |
837 # Runtime dependencies | 837 # Runtime dependencies |
838 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 838 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
839 '../remoting/remoting.gyp:remoting_browser_test_resources', | 839 '../remoting/remoting.gyp:remoting_browser_test_resources', |
| 840 '../remoting/remoting.gyp:remoting_webapp_unittest', |
840 '../third_party/mesa/mesa.gyp:osmesa', | 841 '../third_party/mesa/mesa.gyp:osmesa', |
841 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv
er', | 842 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv
er', |
842 ], | 843 ], |
843 'include_dirs': [ | 844 'include_dirs': [ |
844 '..', | 845 '..', |
845 '<(SHARED_INTERMEDIATE_DIR)', | 846 '<(SHARED_INTERMEDIATE_DIR)', |
846 ], | 847 ], |
847 'defines': [ | 848 'defines': [ |
848 'HAS_OUT_OF_PROC_TEST_RUNNER', | 849 'HAS_OUT_OF_PROC_TEST_RUNNER', |
849 ], | 850 ], |
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1595 'test/ppapi/ppapi_browsertest.cc', | 1596 'test/ppapi/ppapi_browsertest.cc', |
1596 'test/remoting/auth_browsertest.cc', | 1597 'test/remoting/auth_browsertest.cc', |
1597 'test/remoting/launch_browsertest.cc', | 1598 'test/remoting/launch_browsertest.cc', |
1598 'test/remoting/key_code_conv.cc', | 1599 'test/remoting/key_code_conv.cc', |
1599 'test/remoting/key_code_conv.h', | 1600 'test/remoting/key_code_conv.h', |
1600 'test/remoting/key_code_map.h', | 1601 'test/remoting/key_code_map.h', |
1601 'test/remoting/me2me_browsertest.cc', | 1602 'test/remoting/me2me_browsertest.cc', |
1602 'test/remoting/page_load_notification_observer.cc', | 1603 'test/remoting/page_load_notification_observer.cc', |
1603 'test/remoting/page_load_notification_observer.h', | 1604 'test/remoting/page_load_notification_observer.h', |
1604 'test/remoting/pin_browsertest.cc', | 1605 'test/remoting/pin_browsertest.cc', |
| 1606 'test/remoting/qunit_browser_test_runner.cc', |
1605 'test/remoting/remote_desktop_browsertest.cc', | 1607 'test/remoting/remote_desktop_browsertest.cc', |
1606 'test/remoting/remote_desktop_browsertest.h', | 1608 'test/remoting/remote_desktop_browsertest.h', |
1607 'test/remoting/waiter.cc', | 1609 'test/remoting/waiter.cc', |
1608 'test/remoting/waiter.h', | 1610 'test/remoting/waiter.h', |
| 1611 'test/remoting/webapp_javascript_unittest.cc', |
1609 # TODO(craig): Rename this and run from base_unittests when the test | 1612 # TODO(craig): Rename this and run from base_unittests when the test |
1610 # is safe to run there. See http://crbug.com/78722 for details. | 1613 # is safe to run there. See http://crbug.com/78722 for details. |
1611 '../base/files/file_path_watcher_browsertest.cc', | 1614 '../base/files/file_path_watcher_browsertest.cc', |
1612 ], | 1615 ], |
1613 'rules': [ | 1616 'rules': [ |
1614 { | 1617 { |
1615 'rule_name': 'js2webui', | 1618 'rule_name': 'js2webui', |
1616 'extension': 'js', | 1619 'extension': 'js', |
1617 'msvs_external_rule': 1, | 1620 'msvs_external_rule': 1, |
1618 'inputs': [ | 1621 'inputs': [ |
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2986 ['enable_webrtc==1', { | 2989 ['enable_webrtc==1', { |
2987 'dependencies': [ | 2990 'dependencies': [ |
2988 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2989 ] | 2992 ] |
2990 }], | 2993 }], |
2991 ], | 2994 ], |
2992 }] | 2995 }] |
2993 }], | 2996 }], |
2994 ], # 'conditions' | 2997 ], # 'conditions' |
2995 } | 2998 } |
OLD | NEW |