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

Side by Side Diff: content/content_tests.gypi

Issue 235043005: x11: Remove X11 message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 8 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
« no previous file with comments | « content/common/gpu/media/rendering_helper.cc ('k') | gpu/config/gpu_info_collector_x11.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 ], 1393 ],
1394 }], 1394 }],
1395 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { 1395 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', {
1396 'include_dirs': [ 1396 'include_dirs': [
1397 '<(DEPTH)/third_party/libva', 1397 '<(DEPTH)/third_party/libva',
1398 ], 1398 ],
1399 }], 1399 }],
1400 ['use_x11==1', { 1400 ['use_x11==1', {
1401 'dependencies': [ 1401 'dependencies': [
1402 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c 1402 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c
1403 '../ui/gfx/gfx.gyp:gfx_x11',
1403 ], 1404 ],
1404 }], 1405 }],
1405 ], 1406 ],
1406 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1407 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1407 'msvs_disabled_warnings': [ 4267, ], 1408 'msvs_disabled_warnings': [ 4267, ],
1408 }, 1409 },
1409 ] 1410 ]
1410 }], 1411 }],
1411 ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', { 1412 ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', {
1412 'targets': [ 1413 'targets': [
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1791 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1791 }, 1792 },
1792 ], 1793 ],
1793 }], 1794 }],
1794 ], 1795 ],
1795 }, 1796 },
1796 ], 1797 ],
1797 }], 1798 }],
1798 ], 1799 ],
1799 } 1800 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/rendering_helper.cc ('k') | gpu/config/gpu_info_collector_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698