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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1943603002: Makes ash/wm/common a library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again Created 4 years, 7 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/ash/window_positioner_unittest.cc ('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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 'defines': [ 1263 'defines': [
1264 'USE_CRAS', 1264 'USE_CRAS',
1265 ], 1265 ],
1266 }], 1266 }],
1267 ['use_ash==1', { 1267 ['use_ash==1', {
1268 'dependencies': [ 1268 'dependencies': [
1269 '../ash/ash.gyp:ash', 1269 '../ash/ash.gyp:ash',
1270 '../ash/ash.gyp:ash_with_content', 1270 '../ash/ash.gyp:ash_with_content',
1271 '../ash/ash_resources.gyp:ash_resources', 1271 '../ash/ash_resources.gyp:ash_resources',
1272 '../ash/ash_strings.gyp:ash_strings', 1272 '../ash/ash_strings.gyp:ash_strings',
1273 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common',
1273 '../components/components.gyp:session_manager_component', 1274 '../components/components.gyp:session_manager_component',
1274 '../components/components.gyp:user_manager', 1275 '../components/components.gyp:user_manager',
1275 '../ui/app_list/app_list.gyp:app_list', 1276 '../ui/app_list/app_list.gyp:app_list',
1276 '../ui/message_center/message_center.gyp:message_center', 1277 '../ui/message_center/message_center.gyp:message_center',
1277 ], 1278 ],
1278 }], 1279 }],
1279 ['use_aura==1', { 1280 ['use_aura==1', {
1280 'dependencies': [ 1281 'dependencies': [
1281 '../ui/aura/aura.gyp:aura', 1282 '../ui/aura/aura.gyp:aura',
1282 '../ui/compositor/compositor.gyp:compositor', 1283 '../ui/compositor/compositor.gyp:compositor',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'browser/chromeos/attestation/attestation_signed_data.proto', 1348 'browser/chromeos/attestation/attestation_signed_data.proto',
1348 ], 1349 ],
1349 'variables': { 1350 'variables': {
1350 'proto_in_dir': 'browser/chromeos/attestation', 1351 'proto_in_dir': 'browser/chromeos/attestation',
1351 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1352 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1352 }, 1353 },
1353 'includes': [ '../build/protoc.gypi' ] 1354 'includes': [ '../build/protoc.gypi' ]
1354 }, 1355 },
1355 ], 1356 ],
1356 } 1357 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/window_positioner_unittest.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698