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

Unified Diff: ash/ash.gyp

Issue 10784009: screenshot disabling policy tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@disable_screenshots
Patch Set: accelerator_table.h, renamed ApplyAshAccelerator, addressed comments (2) Created 8 years, 5 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 61fe79956ffd0a976023f0734c6f241fff0d605c..26ed6e046c07625ef00b0234dfa078224728471b 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -40,6 +40,7 @@
],
'sources': [
# All .cc, .h under ash, except unittests
+ 'accelerators/accelerator_action.h',
'accelerators/accelerator_controller.cc',
'accelerators/accelerator_controller.h',
'accelerators/accelerator_dispatcher.cc',
@@ -548,7 +549,7 @@
},
'dependencies': [
'../sandbox/sandbox.gyp:sandbox',
- ],
+ ],
}],
['OS=="mac"', {
'product_name': 'AuraShell',

Powered by Google App Engine
This is Rietveld 408576698