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

Side by Side Diff: chromeos/chromeos.gyp

Issue 468393005: app_shell: Shut down in response to power button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/dbus/fake_power_manager_client.h » ('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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'system/mock_statistics_provider.cc', 484 'system/mock_statistics_provider.cc',
485 'system/mock_statistics_provider.h', 485 'system/mock_statistics_provider.h',
486 ], 486 ],
487 'include_dirs': [ 487 'include_dirs': [
488 '..', 488 '..',
489 ], 489 ],
490 }, 490 },
491 { 491 {
492 'target_name': 'chromeos_test_support_without_gmock', 492 'target_name': 'chromeos_test_support_without_gmock',
493 'type': 'static_library', 493 'type': 'static_library',
494 'export_dependent_settings': [
495 # fake_power_manager_client.h includes pb.h files.
496 'power_manager_proto',
497 ],
494 'dependencies': [ 498 'dependencies': [
495 '../build/linux/system.gyp:dbus', 499 '../build/linux/system.gyp:dbus',
496 '../crypto/crypto.gyp:crypto', 500 '../crypto/crypto.gyp:crypto',
497 '../dbus/dbus.gyp:dbus', 501 '../dbus/dbus.gyp:dbus',
498 'chromeos', 502 'chromeos',
499 'cryptohome_proto', 503 'cryptohome_proto',
500 'power_manager_proto', 504 'power_manager_proto',
501 ], 505 ],
502 'sources': [ 506 'sources': [
503 'dbus/fake_cros_disks_client.cc', 507 'dbus/fake_cros_disks_client.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 ], 659 ],
656 'variables': { 660 'variables': {
657 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
658 'proto_out_dir': 'chromeos/cryptohome', 662 'proto_out_dir': 'chromeos/cryptohome',
659 }, 663 },
660 'includes': ['../build/protoc.gypi'], 664 'includes': ['../build/protoc.gypi'],
661 }, 665 },
662 666
663 ], 667 ],
664 } 668 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/fake_power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698