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

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

Issue 900063002: Fixes for two different HUD issues related to win32k lockdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refptr Created 5 years, 10 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'font_render_params_android.cc', 175 'font_render_params_android.cc',
176 'font_render_params_linux.cc', 176 'font_render_params_linux.cc',
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 'hud_font.cc',
186 'hud_font.h',
185 'image/canvas_image_source.cc', 187 'image/canvas_image_source.cc',
186 'image/canvas_image_source.h', 188 'image/canvas_image_source.h',
187 'image/image.cc', 189 'image/image.cc',
188 'image/image.h', 190 'image/image.h',
189 'image/image_family.cc', 191 'image/image_family.cc',
190 'image/image_family.h', 192 'image/image_family.h',
191 'image/image_ios.mm', 193 'image/image_ios.mm',
192 'image/image_mac.mm', 194 'image/image_mac.mm',
193 'image/image_png_rep.cc', 195 'image/image_png_rep.cc',
194 'image/image_png_rep.h', 196 'image/image_png_rep.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 ], 478 ],
477 'variables': { 479 'variables': {
478 'jni_gen_package': 'ui/gfx', 480 'jni_gen_package': 'ui/gfx',
479 }, 481 },
480 'includes': [ '../../build/jni_generator.gypi' ], 482 'includes': [ '../../build/jni_generator.gypi' ],
481 }, 483 },
482 ], 484 ],
483 }], 485 }],
484 ], 486 ],
485 } 487 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698