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

Unified Diff: ash/ash.gyp

Issue 723633003: Reland ScreenOrientationDelegate on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ChromeOS build error Created 6 years, 1 month 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 | ash/content/display/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 8a8c36edc4c8826cef872695afbf7ef84db81a98..47c268c7638b6dea8df87ce0d87651667587a547 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -47,6 +47,8 @@
'ash_touch_exploration_manager_chromeos.h',
'cancel_mode.cc',
'cancel_mode.h',
+ 'content/display/screen_orientation_delegate_chromeos.cc',
+ 'content/display/screen_orientation_delegate_chromeos.h',
'debug.cc',
'debug.h',
'default_accessibility_delegate.cc',
@@ -771,6 +773,7 @@
'accelerators/spoken_feedback_toggler_unittest.cc',
'ash_touch_exploration_manager_chromeos_unittest.cc',
'autoclick/autoclick_unittest.cc',
+ 'content/display/screen_orientation_delegate_chromeos_unittest.cc',
'desktop_background/desktop_background_controller_unittest.cc',
'desktop_background/wallpaper_resizer_unittest.cc',
'dip_unittest.cc',
@@ -1119,6 +1122,7 @@
'conditions': [
['chromeos==0', {
'sources!': [
+ 'content/display/screen_orientation_delegate_chromeos_unittest.cc',
# TODO(zork): fix this test to build on Windows. See: crosbug.com/26906
'focus_cycler_unittest.cc',
# All tests for multiple displays: not supported on Windows Ash.
« no previous file with comments | « no previous file | ash/content/display/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698