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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 ], | 640 ], |
641 'direct_dependent_settings': { | 641 'direct_dependent_settings': { |
642 'include_dirs': [ | 642 'include_dirs': [ |
643 '<(SHARED_INTERMEDIATE_DIR)', | 643 '<(SHARED_INTERMEDIATE_DIR)', |
644 ], | 644 ], |
645 }, | 645 }, |
646 'conditions': [ | 646 'conditions': [ |
647 ['use_x11==1', { | 647 ['use_x11==1', { |
648 'dependencies': [ | 648 'dependencies': [ |
649 '../build/linux/system.gyp:x11', | 649 '../build/linux/system.gyp:x11', |
650 '../ui/gfx/gfx.gyp:gfx_x11', | 650 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
651 ] | 651 ] |
652 }] | 652 }] |
653 ], | 653 ], |
654 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 654 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
655 'msvs_disabled_warnings': [ 4267, ], | 655 'msvs_disabled_warnings': [ 4267, ], |
656 }, | 656 }, |
657 { | 657 { |
658 'target_name': 'chromedriver', | 658 'target_name': 'chromedriver', |
659 'type': 'executable', | 659 'type': 'executable', |
660 'dependencies': [ | 660 'dependencies': [ |
(...skipping 2290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2951 ['enable_webrtc==1', { | 2951 ['enable_webrtc==1', { |
2952 'dependencies': [ | 2952 'dependencies': [ |
2953 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2953 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2954 ] | 2954 ] |
2955 }], | 2955 }], |
2956 ], | 2956 ], |
2957 }] | 2957 }] |
2958 }], | 2958 }], |
2959 ], # 'conditions' | 2959 ], # 'conditions' |
2960 } | 2960 } |
OLD | NEW |