| OLD | NEW |
| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'color_profile_mac.mm', | 151 'color_profile_mac.mm', |
| 152 'color_profile_win.cc', | 152 'color_profile_win.cc', |
| 153 'color_utils.cc', | 153 'color_utils.cc', |
| 154 'color_utils.h', | 154 'color_utils.h', |
| 155 'display.cc', | 155 'display.cc', |
| 156 'display.h', | 156 'display.h', |
| 157 'display_change_notifier.cc', | 157 'display_change_notifier.cc', |
| 158 'display_change_notifier.h', | 158 'display_change_notifier.h', |
| 159 'display_observer.cc', | 159 'display_observer.cc', |
| 160 'display_observer.h', | 160 'display_observer.h', |
| 161 'dpi.cc', |
| 162 'dpi.h', |
| 161 'favicon_size.cc', | 163 'favicon_size.cc', |
| 162 'favicon_size.h', | 164 'favicon_size.h', |
| 163 'font.cc', | 165 'font.cc', |
| 164 'font.h', | 166 'font.h', |
| 165 'font_fallback.h', | 167 'font_fallback.h', |
| 166 'font_fallback_linux.cc', | 168 'font_fallback_linux.cc', |
| 167 'font_fallback_mac.cc', | 169 'font_fallback_mac.cc', |
| 168 'font_fallback_win.cc', | 170 'font_fallback_win.cc', |
| 169 'font_fallback_win.h', | 171 'font_fallback_win.h', |
| 170 'font_list.cc', | 172 'font_list.cc', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'transform.cc', | 296 'transform.cc', |
| 295 'transform.h', | 297 'transform.h', |
| 296 'transform_util.cc', | 298 'transform_util.cc', |
| 297 'transform_util.h', | 299 'transform_util.h', |
| 298 'ui_gfx_exports.cc', | 300 'ui_gfx_exports.cc', |
| 299 'utf16_indexing.cc', | 301 'utf16_indexing.cc', |
| 300 'utf16_indexing.h', | 302 'utf16_indexing.h', |
| 301 'vsync_provider.h', | 303 'vsync_provider.h', |
| 302 'win/direct_write.cc', | 304 'win/direct_write.cc', |
| 303 'win/direct_write.h', | 305 'win/direct_write.h', |
| 304 'win/dpi.cc', | |
| 305 'win/dpi.h', | |
| 306 'win/hwnd_util.cc', | 306 'win/hwnd_util.cc', |
| 307 'win/hwnd_util.h', | 307 'win/hwnd_util.h', |
| 308 'win/scoped_set_map_mode.h', | 308 'win/scoped_set_map_mode.h', |
| 309 'win/singleton_hwnd.cc', | 309 'win/singleton_hwnd.cc', |
| 310 'win/singleton_hwnd.h', | 310 'win/singleton_hwnd.h', |
| 311 'win/window_impl.cc', | 311 'win/window_impl.cc', |
| 312 'win/window_impl.h', | 312 'win/window_impl.h', |
| 313 ], | 313 ], |
| 314 'includes': [ | 314 'includes': [ |
| 315 '../../build/android/increase_size_for_speed.gypi', | 315 '../../build/android/increase_size_for_speed.gypi', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'platform_font_ozone.cc', | 411 'platform_font_ozone.cc', |
| 412 'render_text_ozone.cc', | 412 'render_text_ozone.cc', |
| 413 ], | 413 ], |
| 414 }], | 414 }], |
| 415 ['desktop_linux==1 or chromeos==1', { | 415 ['desktop_linux==1 or chromeos==1', { |
| 416 'dependencies': [ | 416 'dependencies': [ |
| 417 # font_render_params_linux.cc uses fontconfig | 417 # font_render_params_linux.cc uses fontconfig |
| 418 '<(DEPTH)/build/linux/system.gyp:fontconfig', | 418 '<(DEPTH)/build/linux/system.gyp:fontconfig', |
| 419 ], | 419 ], |
| 420 }], | 420 }], |
| 421 ['desktop_linux!=1 and OS!="win"', { |
| 422 'sources!': [ |
| 423 'dpi.cc', |
| 424 ], |
| 425 }], |
| 421 ], | 426 ], |
| 422 'target_conditions': [ | 427 'target_conditions': [ |
| 423 # Need 'target_conditions' to override default filename_rules to include | 428 # Need 'target_conditions' to override default filename_rules to include |
| 424 # the file on iOS. | 429 # the file on iOS. |
| 425 ['OS == "ios"', { | 430 ['OS == "ios"', { |
| 426 'sources/': [ | 431 'sources/': [ |
| 427 ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], | 432 ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], |
| 428 ], | 433 ], |
| 429 }], | 434 }], |
| 430 ], | 435 ], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 ], | 489 ], |
| 485 'variables': { | 490 'variables': { |
| 486 'jni_gen_package': 'ui/gfx', | 491 'jni_gen_package': 'ui/gfx', |
| 487 }, | 492 }, |
| 488 'includes': [ '../../build/jni_generator.gypi' ], | 493 'includes': [ '../../build/jni_generator.gypi' ], |
| 489 }, | 494 }, |
| 490 ], | 495 ], |
| 491 }], | 496 }], |
| 492 ], | 497 ], |
| 493 } | 498 } |
| OLD | NEW |