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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/dbus/fake_power_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 51cb17a8a4f20068a5e6199361957adcdca4dbd1..6a28795cda6ab42be7ee64172255d78884253d91 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -491,6 +491,10 @@
{
'target_name': 'chromeos_test_support_without_gmock',
'type': 'static_library',
+ 'export_dependent_settings': [
+ # fake_power_manager_client.h includes pb.h files.
+ 'power_manager_proto',
+ ],
'dependencies': [
'../build/linux/system.gyp:dbus',
'../crypto/crypto.gyp:crypto',
« 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