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

Side by Side Diff: content/content_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 (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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 ], 1428 ],
1429 }], 1429 }],
1430 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { 1430 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', {
1431 'include_dirs': [ 1431 'include_dirs': [
1432 '<(DEPTH)/third_party/libva', 1432 '<(DEPTH)/third_party/libva',
1433 ], 1433 ],
1434 }], 1434 }],
1435 ['use_x11==1', { 1435 ['use_x11==1', {
1436 'dependencies': [ 1436 'dependencies': [
1437 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c 1437 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c
1438 '../ui/gfx/gfx.gyp:gfx_x11', 1438 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1439 ], 1439 ],
1440 }], 1440 }],
1441 ], 1441 ],
1442 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1442 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1443 'msvs_disabled_warnings': [ 4267, ], 1443 'msvs_disabled_warnings': [ 4267, ],
1444 }, 1444 },
1445 ] 1445 ]
1446 }], 1446 }],
1447 ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', { 1447 ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', {
1448 'targets': [ 1448 'targets': [
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1828 }, 1828 },
1829 ], 1829 ],
1830 }], 1830 }],
1831 ], 1831 ],
1832 }, 1832 },
1833 ], 1833 ],
1834 }], 1834 }],
1835 ], 1835 ],
1836 } 1836 }
OLDNEW
« no previous file with comments | « chromeos/chromeos.gyp ('k') | ui/aura/DEPS » ('j') | ui/window/platform_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698