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

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: plug to RWHVMac Created 6 years, 6 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
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'scoped_canvas.h', 246 'scoped_canvas.h',
247 'scoped_cg_context_save_gstate_mac.h', 247 'scoped_cg_context_save_gstate_mac.h',
248 'scoped_ns_graphics_context_save_gstate_mac.h', 248 'scoped_ns_graphics_context_save_gstate_mac.h',
249 'scoped_ns_graphics_context_save_gstate_mac.mm', 249 'scoped_ns_graphics_context_save_gstate_mac.mm',
250 'scoped_ui_graphics_push_context_ios.h', 250 'scoped_ui_graphics_push_context_ios.h',
251 'scoped_ui_graphics_push_context_ios.mm', 251 'scoped_ui_graphics_push_context_ios.mm',
252 'screen.cc', 252 'screen.cc',
253 'screen.h', 253 'screen.h',
254 'screen_android.cc', 254 'screen_android.cc',
255 'screen_aura.cc', 255 'screen_aura.cc',
256 'screen_display_observer_delegate.cc',
257 'screen_display_observer_delegate.h',
256 'screen_ios.mm', 258 'screen_ios.mm',
257 'screen_mac.mm', 259 'screen_mac.mm',
258 'screen_win.cc', 260 'screen_win.cc',
259 'screen_win.h', 261 'screen_win.h',
260 'scrollbar_size.cc', 262 'scrollbar_size.cc',
261 'scrollbar_size.h', 263 'scrollbar_size.h',
262 'selection_model.cc', 264 'selection_model.cc',
263 'selection_model.h', 265 'selection_model.h',
264 'sequential_id_generator.cc', 266 'sequential_id_generator.cc',
265 'sequential_id_generator.h', 267 'sequential_id_generator.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], 464 ],
463 'variables': { 465 'variables': {
464 'jni_gen_package': 'ui/gfx', 466 'jni_gen_package': 'ui/gfx',
465 }, 467 },
466 'includes': [ '../../build/jni_generator.gypi' ], 468 'includes': [ '../../build/jni_generator.gypi' ],
467 }, 469 },
468 ], 470 ],
469 }], 471 }],
470 ], 472 ],
471 } 473 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698