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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 341983008: Listen to Display reconfiguration and notify DisplayObservers on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac_display
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « ui/gfx/display_change_notifier_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'color_analysis.cc', 145 'color_analysis.cc',
146 'color_analysis.h', 146 'color_analysis.h',
147 'color_profile.cc', 147 'color_profile.cc',
148 'color_profile.h', 148 'color_profile.h',
149 'color_profile_mac.mm', 149 'color_profile_mac.mm',
150 'color_profile_win.cc', 150 'color_profile_win.cc',
151 'color_utils.cc', 151 'color_utils.cc',
152 'color_utils.h', 152 'color_utils.h',
153 'display.cc', 153 'display.cc',
154 'display.h', 154 'display.h',
155 'display_change_notifier.cc',
156 'display_change_notifier.h',
155 'display_observer.cc', 157 'display_observer.cc',
156 'display_observer.h', 158 'display_observer.h',
157 'favicon_size.cc', 159 'favicon_size.cc',
158 'favicon_size.h', 160 'favicon_size.h',
159 'font.cc', 161 'font.cc',
160 'font.h', 162 'font.h',
161 'font_fallback_win.cc', 163 'font_fallback_win.cc',
162 'font_fallback_win.h', 164 'font_fallback_win.h',
163 'font_list.cc', 165 'font_list.cc',
164 'font_list.h', 166 'font_list.h',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 ], 466 ],
465 'variables': { 467 'variables': {
466 'jni_gen_package': 'ui/gfx', 468 'jni_gen_package': 'ui/gfx',
467 }, 469 },
468 'includes': [ '../../build/jni_generator.gypi' ], 470 'includes': [ '../../build/jni_generator.gypi' ],
469 }, 471 },
470 ], 472 ],
471 }], 473 }],
472 ], 474 ],
473 } 475 }
OLDNEW
« no previous file with comments | « ui/gfx/display_change_notifier_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698