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

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

Issue 951423003: Revert of Fixes for two different HUD issues related to win32k lockdown (patchset #9 id:350001 of h… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 years, 9 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/BUILD.gn ('k') | ui/gfx/hud_font.h » ('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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'font_render_params_mac.cc', 177 'font_render_params_mac.cc',
178 'font_render_params_win.cc', 178 'font_render_params_win.cc',
179 'frame_time.h', 179 'frame_time.h',
180 'gfx_export.h', 180 'gfx_export.h',
181 'gfx_paths.cc', 181 'gfx_paths.cc',
182 'gfx_paths.h', 182 'gfx_paths.h',
183 'gpu_memory_buffer.cc', 183 'gpu_memory_buffer.cc',
184 'gpu_memory_buffer.h', 184 'gpu_memory_buffer.h',
185 'harfbuzz_font_skia.cc', 185 'harfbuzz_font_skia.cc',
186 'harfbuzz_font_skia.h', 186 'harfbuzz_font_skia.h',
187 'hud_font.cc',
188 'hud_font.h',
189 'image/canvas_image_source.cc', 187 'image/canvas_image_source.cc',
190 'image/canvas_image_source.h', 188 'image/canvas_image_source.h',
191 'image/image.cc', 189 'image/image.cc',
192 'image/image.h', 190 'image/image.h',
193 'image/image_family.cc', 191 'image/image_family.cc',
194 'image/image_family.h', 192 'image/image_family.h',
195 'image/image_ios.mm', 193 'image/image_ios.mm',
196 'image/image_mac.mm', 194 'image/image_mac.mm',
197 'image/image_png_rep.cc', 195 'image/image_png_rep.cc',
198 'image/image_png_rep.h', 196 'image/image_png_rep.h',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 ], 476 ],
479 'variables': { 477 'variables': {
480 'jni_gen_package': 'ui/gfx', 478 'jni_gen_package': 'ui/gfx',
481 }, 479 },
482 'includes': [ '../../build/jni_generator.gypi' ], 480 'includes': [ '../../build/jni_generator.gypi' ],
483 }, 481 },
484 ], 482 ],
485 }], 483 }],
486 ], 484 ],
487 } 485 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/hud_font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698