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

Side by Side Diff: ash/ash.gyp

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. 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 | « ash/BUILD.gn ('k') | ash/shell/content/client/shell_browser_main_parts.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "sticky_keys/sticky_keys_controller.cc", 1034 "sticky_keys/sticky_keys_controller.cc",
1035 "sticky_keys/sticky_keys_controller.h", 1035 "sticky_keys/sticky_keys_controller.h",
1036 ], 1036 ],
1037 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1037 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1038 'msvs_disabled_warnings': [ 4267, ], 1038 'msvs_disabled_warnings': [ 4267, ],
1039 }], 1039 }],
1040 ['use_x11==1', { 1040 ['use_x11==1', {
1041 'dependencies': [ 1041 'dependencies': [
1042 '../build/linux/system.gyp:x11', 1042 '../build/linux/system.gyp:x11',
1043 '../build/linux/system.gyp:xfixes', 1043 '../build/linux/system.gyp:xfixes',
1044 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_x11' ,
1044 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1045 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1045 ], 1046 ],
1046 }], 1047 }],
1047 ['use_ozone==1', { 1048 ['use_ozone==1', {
1048 'dependencies': [ 1049 'dependencies': [
1049 '../ui/events/ozone/events_ozone.gyp:events_ozone', 1050 '../ui/events/ozone/events_ozone.gyp:events_ozone',
1050 '../ui/ozone/ozone.gyp:ozone', 1051 '../ui/ozone/ozone.gyp:ozone',
1051 ], 1052 ],
1052 }], 1053 }],
1053 ['chromeos==1', { 1054 ['chromeos==1', {
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1392 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1392 ], 1393 ],
1393 } 1394 }
1394 ], 1395 ],
1395 ], 1396 ],
1396 }, 1397 },
1397 ], 1398 ],
1398 }], 1399 }],
1399 ], 1400 ],
1400 } 1401 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/shell/content/client/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698