| 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 ], | 637 ], |
| 638 'direct_dependent_settings': { | 638 'direct_dependent_settings': { |
| 639 'include_dirs': [ | 639 'include_dirs': [ |
| 640 '<(SHARED_INTERMEDIATE_DIR)', | 640 '<(SHARED_INTERMEDIATE_DIR)', |
| 641 ], | 641 ], |
| 642 }, | 642 }, |
| 643 'conditions': [ | 643 'conditions': [ |
| 644 ['use_x11==1', { | 644 ['use_x11==1', { |
| 645 'dependencies': [ | 645 'dependencies': [ |
| 646 '../build/linux/system.gyp:x11', | 646 '../build/linux/system.gyp:x11', |
| 647 '../ui/gfx/gfx.gyp:gfx_x11', | 647 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 648 ] | 648 ] |
| 649 }] | 649 }] |
| 650 ], | 650 ], |
| 651 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 651 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 652 'msvs_disabled_warnings': [ 4267, ], | 652 'msvs_disabled_warnings': [ 4267, ], |
| 653 }, | 653 }, |
| 654 { | 654 { |
| 655 'target_name': 'chromedriver', | 655 'target_name': 'chromedriver', |
| 656 'type': 'executable', | 656 'type': 'executable', |
| 657 'dependencies': [ | 657 'dependencies': [ |
| (...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2918 ['enable_webrtc==1', { | 2918 ['enable_webrtc==1', { |
| 2919 'dependencies': [ | 2919 'dependencies': [ |
| 2920 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2920 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2921 ] | 2921 ] |
| 2922 }], | 2922 }], |
| 2923 ], | 2923 ], |
| 2924 }] | 2924 }] |
| 2925 }], | 2925 }], |
| 2926 ], # 'conditions' | 2926 ], # 'conditions' |
| 2927 } | 2927 } |
| OLD | NEW |