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

Side by Side Diff: ui/ui.gyp

Issue 7511029: Implement Pango RenderText for Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync, fix couple of bugs Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'gfx/insets.cc', 242 'gfx/insets.cc',
243 'gfx/insets.h', 243 'gfx/insets.h',
244 'gfx/interpolated_transform.h', 244 'gfx/interpolated_transform.h',
245 'gfx/interpolated_transform.cc', 245 'gfx/interpolated_transform.cc',
246 'gfx/mac/nsimage_cache.h', 246 'gfx/mac/nsimage_cache.h',
247 'gfx/mac/nsimage_cache.mm', 247 'gfx/mac/nsimage_cache.mm',
248 'gfx/mac/scoped_ns_disable_screen_updates.h', 248 'gfx/mac/scoped_ns_disable_screen_updates.h',
249 'gfx/native_theme.cc', 249 'gfx/native_theme.cc',
250 'gfx/native_theme.h', 250 'gfx/native_theme.h',
251 'gfx/native_widget_types.h', 251 'gfx/native_widget_types.h',
252 'gfx/pango_util.h',
253 'gfx/pango_util.cc',
252 'gfx/path.cc', 254 'gfx/path.cc',
253 'gfx/path.h', 255 'gfx/path.h',
254 'gfx/path_gtk.cc', 256 'gfx/path_gtk.cc',
255 'gfx/path_win.cc', 257 'gfx/path_win.cc',
256 'gfx/platform_font.h', 258 'gfx/platform_font.h',
257 'gfx/platform_font_gtk.h', 259 'gfx/platform_font_gtk.h',
258 'gfx/platform_font_gtk.cc', 260 'gfx/platform_font_gtk.cc',
259 'gfx/platform_font_mac.h', 261 'gfx/platform_font_mac.h',
260 'gfx/platform_font_mac.mm', 262 'gfx/platform_font_mac.mm',
261 'gfx/platform_font_win.h', 263 'gfx/platform_font_win.h',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'gfx/canvas_direct2d.h', 370 'gfx/canvas_direct2d.h',
369 'gfx/gdi_util.cc', 371 'gfx/gdi_util.cc',
370 'gfx/gdi_util.h', 372 'gfx/gdi_util.h',
371 'gfx/icon_util.cc', 373 'gfx/icon_util.cc',
372 'gfx/icon_util.h', 374 'gfx/icon_util.h',
373 'gfx/native_theme_win.cc', 375 'gfx/native_theme_win.cc',
374 'gfx/native_theme_win.h', 376 'gfx/native_theme_win.h',
375 'gfx/win_util.cc', 377 'gfx/win_util.cc',
376 'gfx/win_util.h', 378 'gfx/win_util.h',
377 ], 379 ],
380 'sources!': [
381 'gfx/pango_util.h',
382 'gfx/pango_util.cc',
383 ],
378 'include_dirs': [ 384 'include_dirs': [
379 '../', 385 '../',
380 '../third_party/wtl/include', 386 '../third_party/wtl/include',
381 ], 387 ],
382 'msvs_settings': { 388 'msvs_settings': {
383 'VCLinkerTool': { 389 'VCLinkerTool': {
384 'DelayLoadDLLs': [ 390 'DelayLoadDLLs': [
385 'd2d1.dll', 391 'd2d1.dll',
386 'd3d10_1.dll', 392 'd3d10_1.dll',
387 ], 393 ],
(...skipping 19 matching lines...) Expand all
407 'base/dragdrop/drop_target.h', 413 'base/dragdrop/drop_target.h',
408 'base/dragdrop/os_exchange_data.cc', 414 'base/dragdrop/os_exchange_data.cc',
409 'base/view_prop.cc', 415 'base/view_prop.cc',
410 'base/view_prop.h', 416 'base/view_prop.h',
411 ], 417 ],
412 'sources/': [ 418 'sources/': [
413 ['exclude', '^base/win/*'], 419 ['exclude', '^base/win/*'],
414 ], 420 ],
415 }], 421 }],
416 ['OS=="mac"', { 422 ['OS=="mac"', {
423 'sources!': [
424 'gfx/pango_util.h',
425 'gfx/pango_util.cc',
426 ],
417 'link_settings': { 427 'link_settings': {
418 'libraries': [ 428 'libraries': [
419 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 429 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
420 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 430 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
421 ], 431 ],
422 }, 432 },
423 }], 433 }],
424 ['use_x11==1', { 434 ['use_x11==1', {
425 'all_dependent_settings': { 435 'all_dependent_settings': {
426 'ldflags': [ 436 'ldflags': [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'configurations': { 550 'configurations': {
541 'Common_Base': { 551 'Common_Base': {
542 'msvs_target_platform': 'x64', 552 'msvs_target_platform': 'x64',
543 }, 553 },
544 }, 554 },
545 }, 555 },
546 ], 556 ],
547 }], 557 }],
548 ], 558 ],
549 } 559 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698