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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 'defines': [ 1273 'defines': [
1274 'USE_CRAS', 1274 'USE_CRAS',
1275 ], 1275 ],
1276 }], 1276 }],
1277 ['use_ash==1', { 1277 ['use_ash==1', {
1278 'dependencies': [ 1278 'dependencies': [
1279 '../ash/ash.gyp:ash', 1279 '../ash/ash.gyp:ash',
1280 '../ash/ash.gyp:ash_with_content', 1280 '../ash/ash.gyp:ash_with_content',
1281 '../ash/ash_resources.gyp:ash_resources', 1281 '../ash/ash_resources.gyp:ash_resources',
1282 '../ash/ash_strings.gyp:ash_strings', 1282 '../ash/ash_strings.gyp:ash_strings',
1283 '../ash/wm/common/ash_wm_common_resources.gyp:ash_wm_common_resource s',
1284 '../components/components.gyp:session_manager_component', 1283 '../components/components.gyp:session_manager_component',
1285 '../components/components.gyp:user_manager', 1284 '../components/components.gyp:user_manager',
1286 '../ui/app_list/app_list.gyp:app_list', 1285 '../ui/app_list/app_list.gyp:app_list',
1287 '../ui/message_center/message_center.gyp:message_center', 1286 '../ui/message_center/message_center.gyp:message_center',
1288 ], 1287 ],
1289 }], 1288 }],
1290 ['use_aura==1', { 1289 ['use_aura==1', {
1291 'dependencies': [ 1290 'dependencies': [
1292 '../ui/aura/aura.gyp:aura', 1291 '../ui/aura/aura.gyp:aura',
1293 '../ui/compositor/compositor.gyp:compositor', 1292 '../ui/compositor/compositor.gyp:compositor',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 'browser/chromeos/attestation/attestation_signed_data.proto', 1357 'browser/chromeos/attestation/attestation_signed_data.proto',
1359 ], 1358 ],
1360 'variables': { 1359 'variables': {
1361 'proto_in_dir': 'browser/chromeos/attestation', 1360 'proto_in_dir': 'browser/chromeos/attestation',
1362 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1361 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1363 }, 1362 },
1364 'includes': [ '../build/protoc.gypi' ] 1363 'includes': [ '../build/protoc.gypi' ]
1365 }, 1364 },
1366 ], 1365 ],
1367 } 1366 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698