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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1880313004: Remove X11 deps from //ui/events:events_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device_refactor
Patch Set: Maybe GYP actually works now? Created 4 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
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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 2046 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 ], 2057 ],
2058 'direct_dependent_settings': { 2058 'direct_dependent_settings': {
2059 'include_dirs': [ 2059 'include_dirs': [
2060 '<(SHARED_INTERMEDIATE_DIR)', 2060 '<(SHARED_INTERMEDIATE_DIR)',
2061 ], 2061 ],
2062 }, 2062 },
2063 'conditions': [ 2063 'conditions': [
2064 ['use_x11==1', { 2064 ['use_x11==1', {
2065 'dependencies': [ 2065 'dependencies': [
2066 '../build/linux/system.gyp:x11', 2066 '../build/linux/system.gyp:x11',
2067 '../ui/events/keycodes/events_keycodes.gyp:keycodes_x',
2067 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 2068 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
2068 ] 2069 ]
2069 }] 2070 }]
2070 ], 2071 ],
2071 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2072 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2072 'msvs_disabled_warnings': [ 4267, ], 2073 'msvs_disabled_warnings': [ 4267, ],
2073 }, 2074 },
2074 { 2075 {
2075 # GN version: //chrome/test/chromedriver 2076 # GN version: //chrome/test/chromedriver
2076 'target_name': 'chromedriver', 2077 'target_name': 'chromedriver',
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 'browser', 3605 'browser',
3605 ], 3606 ],
3606 'sources': [ 3607 'sources': [
3607 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3608 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3608 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3609 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3609 ], 3610 ],
3610 }] 3611 }]
3611 }], 3612 }],
3612 ], # 'conditions' 3613 ], # 'conditions'
3613 } 3614 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698