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

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

Issue 143953007: Changes look for scrollbars on windows (2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/nine_image_painter_factory.cc ('k') | ui/gfx/nine_image_painter.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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'image/image_skia_util_mac.mm', 215 'image/image_skia_util_mac.mm',
216 'image/image_util.cc', 216 'image/image_util.cc',
217 'image/image_util.h', 217 'image/image_util.h',
218 'image/image_util_ios.mm', 218 'image/image_util_ios.mm',
219 'interpolated_transform.cc', 219 'interpolated_transform.cc',
220 'interpolated_transform.h', 220 'interpolated_transform.h',
221 'linux_font_delegate.cc', 221 'linux_font_delegate.cc',
222 'linux_font_delegate.h', 222 'linux_font_delegate.h',
223 'mac/scoped_ns_disable_screen_updates.h', 223 'mac/scoped_ns_disable_screen_updates.h',
224 'native_widget_types.h', 224 'native_widget_types.h',
225 'nine_image_painter.cc',
226 'nine_image_painter.h',
225 'ozone/dri/dri_skbitmap.cc', 227 'ozone/dri/dri_skbitmap.cc',
226 'ozone/dri/dri_skbitmap.h', 228 'ozone/dri/dri_skbitmap.h',
227 'ozone/dri/dri_surface.cc', 229 'ozone/dri/dri_surface.cc',
228 'ozone/dri/dri_surface.h', 230 'ozone/dri/dri_surface.h',
229 'ozone/dri/dri_surface_factory.cc', 231 'ozone/dri/dri_surface_factory.cc',
230 'ozone/dri/dri_surface_factory.h', 232 'ozone/dri/dri_surface_factory.h',
231 'ozone/dri/dri_vsync_provider.cc', 233 'ozone/dri/dri_vsync_provider.cc',
232 'ozone/dri/dri_vsync_provider.h', 234 'ozone/dri/dri_vsync_provider.h',
233 'ozone/dri/dri_wrapper.cc', 235 'ozone/dri/dri_wrapper.cc',
234 'ozone/dri/dri_wrapper.h', 236 'ozone/dri/dri_wrapper.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'dependencies': [ 398 'dependencies': [
397 'gfx_jni_headers', 399 'gfx_jni_headers',
398 ], 400 ],
399 'link_settings': { 401 'link_settings': {
400 'libraries': [ 402 'libraries': [
401 '-landroid', 403 '-landroid',
402 '-ljnigraphics', 404 '-ljnigraphics',
403 ], 405 ],
404 }, 406 },
405 }], 407 }],
408 ['use_aura==0', {
409 'sources!': [
410 'nine_image_painter.cc',
411 'nine_image_painter.h',
412 ],
413 }],
406 ['OS=="android" and use_aura==0', { 414 ['OS=="android" and use_aura==0', {
407 'sources!': [ 415 'sources!': [
408 'path.cc', 416 'path.cc',
409 ], 417 ],
410 }], 418 }],
411 ['OS=="android" and use_aura==1', { 419 ['OS=="android" and use_aura==1', {
412 'sources!': [ 420 'sources!': [
413 'screen_android.cc', 421 'screen_android.cc',
414 ], 422 ],
415 }], 423 }],
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'variables': { 496 'variables': {
489 'jni_gen_package': 'ui/gfx', 497 'jni_gen_package': 'ui/gfx',
490 'jni_generator_ptr_type': 'long' 498 'jni_generator_ptr_type': 'long'
491 }, 499 },
492 'includes': [ '../../build/jni_generator.gypi' ], 500 'includes': [ '../../build/jni_generator.gypi' ],
493 }, 501 },
494 ], 502 ],
495 }], 503 }],
496 ], 504 ],
497 } 505 }
OLDNEW
« no previous file with comments | « ui/base/nine_image_painter_factory.cc ('k') | ui/gfx/nine_image_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698