Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 255823009: [WIP] ui/window: Master CL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698