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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 275273002: x11: Split the gfx_x11 target into its own gyp file. (Closed) 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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/chromeos.gyp » ('j') | ui/gfx/x/gfx_x11.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698