OLD | NEW |
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 Loading... |
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 'gfx/canvas_direct2d.h', | 376 'gfx/canvas_direct2d.h', |
375 'gfx/gdi_util.cc', | 377 'gfx/gdi_util.cc', |
376 'gfx/gdi_util.h', | 378 'gfx/gdi_util.h', |
377 'gfx/icon_util.cc', | 379 'gfx/icon_util.cc', |
378 'gfx/icon_util.h', | 380 'gfx/icon_util.h', |
379 'gfx/native_theme_win.cc', | 381 'gfx/native_theme_win.cc', |
380 'gfx/native_theme_win.h', | 382 'gfx/native_theme_win.h', |
381 'gfx/win_util.cc', | 383 'gfx/win_util.cc', |
382 'gfx/win_util.h', | 384 'gfx/win_util.h', |
383 ], | 385 ], |
| 386 'sources!': [ |
| 387 'gfx/pango_util.h', |
| 388 'gfx/pango_util.cc', |
| 389 ], |
384 'include_dirs': [ | 390 'include_dirs': [ |
385 '../', | 391 '../', |
386 '../third_party/wtl/include', | 392 '../third_party/wtl/include', |
387 ], | 393 ], |
388 'msvs_settings': { | 394 'msvs_settings': { |
389 'VCLinkerTool': { | 395 'VCLinkerTool': { |
390 'DelayLoadDLLs': [ | 396 'DelayLoadDLLs': [ |
391 'd2d1.dll', | 397 'd2d1.dll', |
392 'd3d10_1.dll', | 398 'd3d10_1.dll', |
393 ], | 399 ], |
(...skipping 19 matching lines...) Expand all Loading... |
413 'base/dragdrop/drop_target.h', | 419 'base/dragdrop/drop_target.h', |
414 'base/dragdrop/os_exchange_data.cc', | 420 'base/dragdrop/os_exchange_data.cc', |
415 'base/view_prop.cc', | 421 'base/view_prop.cc', |
416 'base/view_prop.h', | 422 'base/view_prop.h', |
417 ], | 423 ], |
418 'sources/': [ | 424 'sources/': [ |
419 ['exclude', '^base/win/*'], | 425 ['exclude', '^base/win/*'], |
420 ], | 426 ], |
421 }], | 427 }], |
422 ['OS=="mac"', { | 428 ['OS=="mac"', { |
| 429 'sources!': [ |
| 430 'gfx/pango_util.h', |
| 431 'gfx/pango_util.cc', |
| 432 ], |
423 'link_settings': { | 433 'link_settings': { |
424 'libraries': [ | 434 'libraries': [ |
425 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 435 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
426 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 436 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
427 ], | 437 ], |
428 }, | 438 }, |
429 }], | 439 }], |
430 ['use_x11==1', { | 440 ['use_x11==1', { |
431 'all_dependent_settings': { | 441 'all_dependent_settings': { |
432 'ldflags': [ | 442 'ldflags': [ |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'configurations': { | 556 'configurations': { |
547 'Common_Base': { | 557 'Common_Base': { |
548 'msvs_target_platform': 'x64', | 558 'msvs_target_platform': 'x64', |
549 }, | 559 }, |
550 }, | 560 }, |
551 }, | 561 }, |
552 ], | 562 ], |
553 }], | 563 }], |
554 ], | 564 ], |
555 } | 565 } |
OLD | NEW |