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

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: Fix bad rebase. 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/exo/wayland/BUILD.gn » ('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 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 2052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 ], 2063 ],
2064 'direct_dependent_settings': { 2064 'direct_dependent_settings': {
2065 'include_dirs': [ 2065 'include_dirs': [
2066 '<(SHARED_INTERMEDIATE_DIR)', 2066 '<(SHARED_INTERMEDIATE_DIR)',
2067 ], 2067 ],
2068 }, 2068 },
2069 'conditions': [ 2069 'conditions': [
2070 ['use_x11==1', { 2070 ['use_x11==1', {
2071 'dependencies': [ 2071 'dependencies': [
2072 '../build/linux/system.gyp:x11', 2072 '../build/linux/system.gyp:x11',
2073 '../ui/events/keycodes/events_keycodes.gyp:keycodes_x11',
2073 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 2074 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
2074 ] 2075 ]
2075 }] 2076 }]
2076 ], 2077 ],
2077 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2078 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2078 'msvs_disabled_warnings': [ 4267, ], 2079 'msvs_disabled_warnings': [ 4267, ],
2079 }, 2080 },
2080 { 2081 {
2081 # GN version: //chrome/test/chromedriver 2082 # GN version: //chrome/test/chromedriver
2082 'target_name': 'chromedriver', 2083 'target_name': 'chromedriver',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'browser', 3613 'browser',
3613 ], 3614 ],
3614 'sources': [ 3615 'sources': [
3615 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3616 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3617 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3617 ], 3618 ],
3618 }] 3619 }]
3619 }], 3620 }],
3620 ], # 'conditions' 3621 ], # 'conditions'
3621 } 3622 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/exo/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698