| 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 438           'sources!': [ | 438           'sources!': [ | 
| 439             'platform_font_ozone.cc', | 439             'platform_font_ozone.cc', | 
| 440             'render_text_ozone.cc', | 440             'render_text_ozone.cc', | 
| 441           ], | 441           ], | 
| 442         }], | 442         }], | 
| 443         ['ozone_platform_dri==1', { | 443         ['ozone_platform_dri==1', { | 
| 444           'dependencies': [ | 444           'dependencies': [ | 
| 445           '<(DEPTH)/build/linux/system.gyp:dridrm', | 445           '<(DEPTH)/build/linux/system.gyp:dridrm', | 
| 446           ], | 446           ], | 
| 447         }], | 447         }], | 
|  | 448         ['desktop_linux==1 or chromeos==1', { | 
|  | 449           'dependencies': [ | 
|  | 450             # font_render_params_linux.cc uses fontconfig | 
|  | 451             '<(DEPTH)/build/linux/system.gyp:fontconfig', | 
|  | 452           ], | 
|  | 453         }], | 
| 448       ], | 454       ], | 
| 449       'target_conditions': [ | 455       'target_conditions': [ | 
| 450         # Need 'target_conditions' to override default filename_rules to include | 456         # Need 'target_conditions' to override default filename_rules to include | 
| 451         # the file on iOS. | 457         # the file on iOS. | 
| 452         ['OS == "ios"', { | 458         ['OS == "ios"', { | 
| 453           'sources/': [ | 459           'sources/': [ | 
| 454             ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], | 460             ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], | 
| 455           ], | 461           ], | 
| 456         }], | 462         }], | 
| 457       ], | 463       ], | 
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 506          'variables': { | 512          'variables': { | 
| 507            'jni_gen_package': 'ui/gfx', | 513            'jni_gen_package': 'ui/gfx', | 
| 508            'jni_generator_ptr_type': 'long' | 514            'jni_generator_ptr_type': 'long' | 
| 509          }, | 515          }, | 
| 510          'includes': [ '../../build/jni_generator.gypi' ], | 516          'includes': [ '../../build/jni_generator.gypi' ], | 
| 511        }, | 517        }, | 
| 512      ], | 518      ], | 
| 513     }], | 519     }], | 
| 514   ], | 520   ], | 
| 515 } | 521 } | 
| OLD | NEW | 
|---|