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

Side by Side Diff: ash/ash.gyp

Issue 2118223004: ash: Refactor touch hud drawing to ash/touch_hud as a separate component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add gyp file Created 4 years, 5 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 (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 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 '../ui/message_center/message_center.gyp:message_center', 1072 '../ui/message_center/message_center.gyp:message_center',
1073 '../ui/native_theme/native_theme.gyp:native_theme', 1073 '../ui/native_theme/native_theme.gyp:native_theme',
1074 '../ui/platform_window/stub/stub_window.gyp:stub_window', 1074 '../ui/platform_window/stub/stub_window.gyp:stub_window',
1075 '../ui/resources/ui_resources.gyp:ui_resources', 1075 '../ui/resources/ui_resources.gyp:ui_resources',
1076 '../ui/strings/ui_strings.gyp:ui_strings', 1076 '../ui/strings/ui_strings.gyp:ui_strings',
1077 '../ui/views/views.gyp:views', 1077 '../ui/views/views.gyp:views',
1078 '../ui/wm/wm.gyp:wm', 1078 '../ui/wm/wm.gyp:wm',
1079 '../url/url.gyp:url_lib', 1079 '../url/url.gyp:url_lib',
1080 'ash_resources.gyp:ash_resources', 1080 'ash_resources.gyp:ash_resources',
1081 'ash_strings.gyp:ash_strings', 1081 'ash_strings.gyp:ash_strings',
1082 'ash_touch_hud.gyp:ash_touch_hud',
1082 ], 1083 ],
1083 'defines': [ 1084 'defines': [
1084 'ASH_IMPLEMENTATION', 1085 'ASH_IMPLEMENTATION',
1085 ], 1086 ],
1086 'sources': [ 1087 'sources': [
1087 '<@(ash_sources)', 1088 '<@(ash_sources)',
1088 ], 1089 ],
1089 'conditions': [ 1090 'conditions': [
1090 ['OS=="win"', { 1091 ['OS=="win"', {
1091 'sources!': [ 1092 'sources!': [
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 '../ui/wm/wm.gyp:wm', 1280 '../ui/wm/wm.gyp:wm',
1280 '../ui/wm/wm.gyp:wm_test_support', 1281 '../ui/wm/wm.gyp:wm_test_support',
1281 '../url/url.gyp:url_lib', 1282 '../url/url.gyp:url_lib',
1282 'ash', 1283 'ash',
1283 'ash_resources.gyp:ash_resources', 1284 'ash_resources.gyp:ash_resources',
1284 'ash_resources.gyp:ash_test_resources_100_percent', 1285 'ash_resources.gyp:ash_test_resources_100_percent',
1285 'ash_resources.gyp:ash_test_resources_200_percent', 1286 'ash_resources.gyp:ash_test_resources_200_percent',
1286 'ash_strings.gyp:ash_strings', 1287 'ash_strings.gyp:ash_strings',
1287 'ash_strings.gyp:ash_test_strings', 1288 'ash_strings.gyp:ash_test_strings',
1288 'ash_test_support', 1289 'ash_test_support',
1290 'ash_touch_hud.gyp:ash_touch_hud',
1289 'ash_with_content', 1291 'ash_with_content',
1290 ], 1292 ],
1291 'sources': [ 1293 'sources': [
1292 '<@(ash_unittests_sources)', 1294 '<@(ash_unittests_sources)',
1293 ], 1295 ],
1294 'conditions': [ 1296 'conditions': [
1295 ['chromeos==0', { 1297 ['chromeos==0', {
1296 'sources!': [ 1298 'sources!': [
1297 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1299 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1298 'focus_cycler_unittest.cc', 1300 'focus_cycler_unittest.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1454 ],
1453 } 1455 }
1454 ], 1456 ],
1455 ], 1457 ],
1456 }, 1458 },
1457 ], 1459 ],
1458 }], 1460 }],
1459 ], 1461 ],
1460 } 1462 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash_touch_hud.gyp » ('j') | ash/ash_touch_hud.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698