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

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

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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_mac.cc', 175 'font_render_params_mac.cc',
176 'font_render_params_win.cc', 176 'font_render_params_win.cc',
177 'generic_shared_memory_id.cc', 177 'generic_shared_memory_id.cc',
178 'generic_shared_memory_id.h', 178 'generic_shared_memory_id.h',
179 'gfx_export.h', 179 'gfx_export.h',
180 'gfx_paths.cc', 180 'gfx_paths.cc',
181 'gfx_paths.h', 181 'gfx_paths.h',
182 182
183 'harfbuzz_font_skia.cc', 183 'harfbuzz_font_skia.cc',
184 'harfbuzz_font_skia.h', 184 'harfbuzz_font_skia.h',
185 'host_desktop_type.h',
185 'hud_font.cc', 186 'hud_font.cc',
186 'hud_font.h', 187 'hud_font.h',
187 'image/canvas_image_source.cc', 188 'image/canvas_image_source.cc',
188 'image/canvas_image_source.h', 189 'image/canvas_image_source.h',
189 'image/image.cc', 190 'image/image.cc',
190 'image/image.h', 191 'image/image.h',
191 'image/image_family.cc', 192 'image/image_family.cc',
192 'image/image_family.h', 193 'image/image_family.h',
193 'image/image_ios.mm', 194 'image/image_ios.mm',
194 'image/image_mac.mm', 195 'image/image_mac.mm',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 ], 564 ],
564 'variables': { 565 'variables': {
565 'jni_gen_package': 'ui/gfx', 566 'jni_gen_package': 'ui/gfx',
566 }, 567 },
567 'includes': [ '../../build/jni_generator.gypi' ], 568 'includes': [ '../../build/jni_generator.gypi' ],
568 }, 569 },
569 ], 570 ],
570 }], 571 }],
571 ], 572 ],
572 } 573 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/host_desktop_type.h » ('j') | ui/gfx/host_desktop_type.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698