Chromium Code Reviews| 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/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 830 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 831 '../ui/compositor/compositor.gyp:compositor_test_support', | 831 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 832 '../ui/resources/ui_resources.gyp:ui_resources', | 832 '../ui/resources/ui_resources.gyp:ui_resources', |
| 833 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 833 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 834 '../v8/tools/gyp/v8.gyp:v8', | 834 '../v8/tools/gyp/v8.gyp:v8', |
| 835 # Runtime dependencies | 835 # Runtime dependencies |
| 836 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 836 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 837 '../remoting/remoting.gyp:remoting_browser_test_resources', | 837 '../remoting/remoting.gyp:remoting_browser_test_resources', |
| 838 '../third_party/mesa/mesa.gyp:osmesa', | 838 '../third_party/mesa/mesa.gyp:osmesa', |
| 839 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er', | 839 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er', |
| 840 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
|
Vadim Sh.
2014/05/30 20:57:13
Other targets list it in ['use_x11==1', {...}] sec
nodir
2014/05/30 21:03:08
Done.
| |
| 840 ], | 841 ], |
| 841 'include_dirs': [ | 842 'include_dirs': [ |
| 842 '..', | 843 '..', |
| 843 '<(SHARED_INTERMEDIATE_DIR)', | 844 '<(SHARED_INTERMEDIATE_DIR)', |
| 844 ], | 845 ], |
| 845 'defines': [ | 846 'defines': [ |
| 846 'HAS_OUT_OF_PROC_TEST_RUNNER', | 847 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 847 ], | 848 ], |
| 848 'sources': [ | 849 'sources': [ |
| 849 '../apps/app_restore_service_browsertest.cc', | 850 '../apps/app_restore_service_browsertest.cc', |
| (...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2991 ['enable_webrtc==1', { | 2992 ['enable_webrtc==1', { |
| 2992 'dependencies': [ | 2993 'dependencies': [ |
| 2993 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2994 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2994 ] | 2995 ] |
| 2995 }], | 2996 }], |
| 2996 ], | 2997 ], |
| 2997 }] | 2998 }] |
| 2998 }], | 2999 }], |
| 2999 ], # 'conditions' | 3000 ], # 'conditions' |
| 3000 } | 3001 } |
| OLD | NEW |