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

Side by Side Diff: ash/ash.gyp

Issue 21297003: Add ability to set resolution on external display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated DisplayPreferenceTest Created 7 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
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'display/display_error_observer.h', 91 'display/display_error_observer.h',
92 'display/display_info.h', 92 'display/display_info.h',
93 'display/display_info.cc', 93 'display/display_info.cc',
94 'display/display_layout.h', 94 'display/display_layout.h',
95 'display/display_layout.cc', 95 'display/display_layout.cc',
96 'display/display_layout_store.h', 96 'display/display_layout_store.h',
97 'display/display_layout_store.cc', 97 'display/display_layout_store.cc',
98 'display/display_manager.cc', 98 'display/display_manager.cc',
99 'display/display_manager.h', 99 'display/display_manager.h',
100 'display/display_pref_util.h', 100 'display/display_pref_util.h',
101 'display/display_util_x11.cc',
102 'display/display_util_x11.h',
101 'display/event_transformation_handler.cc', 103 'display/event_transformation_handler.cc',
102 'display/event_transformation_handler.h', 104 'display/event_transformation_handler.h',
103 'display/mirror_window_controller.cc', 105 'display/mirror_window_controller.cc',
104 'display/mirror_window_controller.h', 106 'display/mirror_window_controller.h',
105 'display/mouse_cursor_event_filter.cc', 107 'display/mouse_cursor_event_filter.cc',
106 'display/mouse_cursor_event_filter.h', 108 'display/mouse_cursor_event_filter.h',
107 'display/output_configurator_animation.cc', 109 'display/output_configurator_animation.cc',
108 'display/output_configurator_animation.h', 110 'display/output_configurator_animation.h',
109 'display/root_window_transformers.cc', 111 'display/root_window_transformers.cc',
110 'display/root_window_transformers.h', 112 'display/root_window_transformers.h',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'dependencies': [ 791 'dependencies': [
790 # Mac tests access resources via the 'AuraShell.app' directory. 792 # Mac tests access resources via the 'AuraShell.app' directory.
791 'ash_shell', 793 'ash_shell',
792 ], 794 ],
793 # Special linker instructions that avoids stripping Obj-C classes that 795 # Special linker instructions that avoids stripping Obj-C classes that
794 # are not referenced in code, but are referenced in nibs. 796 # are not referenced in code, but are referenced in nibs.
795 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 797 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
796 }], 798 }],
797 ['use_x11==1', { 799 ['use_x11==1', {
798 'sources': [ 800 'sources': [
799 'display/display_change_observer_x11_unittest.cc' 801 'display/display_util_x11_unittest.cc'
800 ], 802 ],
801 }], 803 }],
802 ['chromeos!=1', { 804 ['chromeos!=1', {
803 'sources/': [ 805 'sources/': [
804 ['exclude', 'display/display_error_observer_unittest.cc'], 806 ['exclude', 'display/display_error_observer_unittest.cc'],
805 ], 807 ],
806 }, { # chromeos==1 808 }, { # chromeos==1
807 'dependencies': [ 809 'dependencies': [
808 '../chromeos/chromeos.gyp:power_manager_proto', 810 '../chromeos/chromeos.gyp:power_manager_proto',
809 ], 811 ],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'shell/cocoa/app-Info.plist', 911 'shell/cocoa/app-Info.plist',
910 ], 912 ],
911 'xcode_settings': { 913 'xcode_settings': {
912 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 914 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
913 }, 915 },
914 }], 916 }],
915 ], 917 ],
916 }, 918 },
917 ], 919 ],
918 } 920 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_change_observer_x11.h » ('j') | chrome/browser/chromeos/display/display_preferences.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698