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

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

Issue 1618963005: Revert of Start of display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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_finder.cc ('k') | ui/views/mus/BUILD.gn » ('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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'color_profile.cc', 146 'color_profile.cc',
147 'color_profile.h', 147 'color_profile.h',
148 'color_profile_mac.mm', 148 'color_profile_mac.mm',
149 'color_profile_win.cc', 149 'color_profile_win.cc',
150 'color_utils.cc', 150 'color_utils.cc',
151 'color_utils.h', 151 'color_utils.h',
152 'display.cc', 152 'display.cc',
153 'display.h', 153 'display.h',
154 'display_change_notifier.cc', 154 'display_change_notifier.cc',
155 'display_change_notifier.h', 155 'display_change_notifier.h',
156 'display_finder.cc',
157 'display_finder.h',
158 'display_observer.cc', 156 'display_observer.cc',
159 'display_observer.h', 157 'display_observer.h',
160 'favicon_size.cc', 158 'favicon_size.cc',
161 'favicon_size.h', 159 'favicon_size.h',
162 'font.cc', 160 'font.cc',
163 'font.h', 161 'font.h',
164 'font_fallback.h', 162 'font_fallback.h',
165 'font_fallback_linux.cc', 163 'font_fallback_linux.cc',
166 'font_fallback_mac.mm', 164 'font_fallback_mac.mm',
167 'font_fallback_win.cc', 165 'font_fallback_win.cc',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 574 ],
577 'variables': { 575 'variables': {
578 'jni_gen_package': 'ui/gfx', 576 'jni_gen_package': 'ui/gfx',
579 }, 577 },
580 'includes': [ '../../build/jni_generator.gypi' ], 578 'includes': [ '../../build/jni_generator.gypi' ],
581 }, 579 },
582 ], 580 ],
583 }], 581 }],
584 ], 582 ],
585 } 583 }
OLDNEW
« no previous file with comments | « ui/gfx/display_finder.cc ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698