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

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

Issue 231883003: [stash] 20140404-crbug-312961-mac-views-bridge-C-wholegrid Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/cursor_mac.mm ('k') | ui/gfx/mac/point_utils.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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'codec/png_codec.cc', 138 'codec/png_codec.cc',
139 'codec/png_codec.h', 139 'codec/png_codec.h',
140 'color_analysis.cc', 140 'color_analysis.cc',
141 'color_analysis.h', 141 'color_analysis.h',
142 'color_profile.cc', 142 'color_profile.cc',
143 'color_profile.h', 143 'color_profile.h',
144 'color_profile_mac.cc', 144 'color_profile_mac.cc',
145 'color_profile_win.cc', 145 'color_profile_win.cc',
146 'color_utils.cc', 146 'color_utils.cc',
147 'color_utils.h', 147 'color_utils.h',
148 'cursor.h',
149 'cursor_mac.mm',
148 'display.cc', 150 'display.cc',
149 'display.h', 151 'display.h',
150 'display_observer.cc', 152 'display_observer.cc',
151 'display_observer.h', 153 'display_observer.h',
152 'favicon_size.cc', 154 'favicon_size.cc',
153 'favicon_size.h', 155 'favicon_size.h',
154 'font.cc', 156 'font.cc',
155 'font.h', 157 'font.h',
156 'font_fallback_win.cc', 158 'font_fallback_win.cc',
157 'font_fallback_win.h', 159 'font_fallback_win.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'image/image_skia_util_ios.mm', 193 'image/image_skia_util_ios.mm',
192 'image/image_skia_util_mac.h', 194 'image/image_skia_util_mac.h',
193 'image/image_skia_util_mac.mm', 195 'image/image_skia_util_mac.mm',
194 'image/image_util.cc', 196 'image/image_util.cc',
195 'image/image_util.h', 197 'image/image_util.h',
196 'image/image_util_ios.mm', 198 'image/image_util_ios.mm',
197 'interpolated_transform.cc', 199 'interpolated_transform.cc',
198 'interpolated_transform.h', 200 'interpolated_transform.h',
199 'linux_font_delegate.cc', 201 'linux_font_delegate.cc',
200 'linux_font_delegate.h', 202 'linux_font_delegate.h',
203 'mac/point_utils.h',
204 'mac/point_utils.mm',
201 'mac/scoped_ns_disable_screen_updates.h', 205 'mac/scoped_ns_disable_screen_updates.h',
202 'native_widget_types.h', 206 'native_widget_types.h',
203 'nine_image_painter.cc', 207 'nine_image_painter.cc',
204 'nine_image_painter.h', 208 'nine_image_painter.h',
205 'ozone/dri/dri_skbitmap.cc', 209 'ozone/dri/dri_skbitmap.cc',
206 'ozone/dri/dri_skbitmap.h', 210 'ozone/dri/dri_skbitmap.h',
207 'ozone/dri/dri_surface.cc', 211 'ozone/dri/dri_surface.cc',
208 'ozone/dri/dri_surface.h', 212 'ozone/dri/dri_surface.h',
209 'ozone/dri/dri_surface_factory.cc', 213 'ozone/dri/dri_surface_factory.cc',
210 'ozone/dri/dri_surface_factory.h', 214 'ozone/dri/dri_surface_factory.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'dependencies': [ 387 'dependencies': [
384 'gfx_jni_headers', 388 'gfx_jni_headers',
385 ], 389 ],
386 'link_settings': { 390 'link_settings': {
387 'libraries': [ 391 'libraries': [
388 '-landroid', 392 '-landroid',
389 '-ljnigraphics', 393 '-ljnigraphics',
390 ], 394 ],
391 }, 395 },
392 }], 396 }],
393 ['use_aura==0', { 397 ['use_aura==0 and OS!="mac"', {
394 'sources!': [ 398 'sources!': [
395 'nine_image_painter.cc', 399 'nine_image_painter.cc',
396 'nine_image_painter.h', 400 'nine_image_painter.h',
397 ], 401 ],
398 }], 402 }],
399 ['OS=="android" and use_aura==0', { 403 ['OS=="android" and use_aura==0', {
400 'sources!': [ 404 'sources!': [
401 'path.cc', 405 'path.cc',
402 ], 406 ],
403 }], 407 }],
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'variables': { 537 'variables': {
534 'jni_gen_package': 'ui/gfx', 538 'jni_gen_package': 'ui/gfx',
535 'jni_generator_ptr_type': 'long' 539 'jni_generator_ptr_type': 'long'
536 }, 540 },
537 'includes': [ '../../build/jni_generator.gypi' ], 541 'includes': [ '../../build/jni_generator.gypi' ],
538 }, 542 },
539 ], 543 ],
540 }], 544 }],
541 ], 545 ],
542 } 546 }
OLDNEW
« no previous file with comments | « ui/gfx/cursor_mac.mm ('k') | ui/gfx/mac/point_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698