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

Side by Side Diff: ash/ash.gyp

Issue 2026973002: Moves ash/wm/common/resources back to ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete revived file Created 4 years, 6 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/DEPS ('k') | ash/ash_resources.gyp » ('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 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 '../ui/message_center/message_center.gyp:message_center', 1060 '../ui/message_center/message_center.gyp:message_center',
1061 '../ui/native_theme/native_theme.gyp:native_theme', 1061 '../ui/native_theme/native_theme.gyp:native_theme',
1062 '../ui/platform_window/stub/stub_window.gyp:stub_window', 1062 '../ui/platform_window/stub/stub_window.gyp:stub_window',
1063 '../ui/resources/ui_resources.gyp:ui_resources', 1063 '../ui/resources/ui_resources.gyp:ui_resources',
1064 '../ui/strings/ui_strings.gyp:ui_strings', 1064 '../ui/strings/ui_strings.gyp:ui_strings',
1065 '../ui/views/views.gyp:views', 1065 '../ui/views/views.gyp:views',
1066 '../ui/wm/wm.gyp:wm', 1066 '../ui/wm/wm.gyp:wm',
1067 '../url/url.gyp:url_lib', 1067 '../url/url.gyp:url_lib',
1068 'ash_resources.gyp:ash_resources', 1068 'ash_resources.gyp:ash_resources',
1069 'ash_strings.gyp:ash_strings', 1069 'ash_strings.gyp:ash_strings',
1070 'wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources',
1071 ], 1070 ],
1072 'defines': [ 1071 'defines': [
1073 'ASH_IMPLEMENTATION', 1072 'ASH_IMPLEMENTATION',
1074 ], 1073 ],
1075 'sources': [ 1074 'sources': [
1076 '<@(ash_sources)', 1075 '<@(ash_sources)',
1077 ], 1076 ],
1078 'conditions': [ 1077 'conditions': [
1079 ['OS=="win"', { 1078 ['OS=="win"', {
1080 'sources!': [ 1079 'sources!': [
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1443 ], 1442 ],
1444 } 1443 }
1445 ], 1444 ],
1446 ], 1445 ],
1447 }, 1446 },
1448 ], 1447 ],
1449 }], 1448 }],
1450 ], 1449 ],
1451 } 1450 }
OLDNEW
« no previous file with comments | « ash/DEPS ('k') | ash/ash_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698