| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'renderer', | 8 'target_name': 'renderer', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 '../third_party/cld/cld.gyp:cld', | 22 '../third_party/cld/cld.gyp:cld', |
| 23 '../third_party/hunspell/hunspell.gyp:hunspell', | 23 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 24 '../third_party/icu/icu.gyp:icui18n', | 24 '../third_party/icu/icu.gyp:icui18n', |
| 25 '../third_party/icu/icu.gyp:icuuc', | 25 '../third_party/icu/icu.gyp:icuuc', |
| 26 '../third_party/npapi/npapi.gyp:npapi', | 26 '../third_party/npapi/npapi.gyp:npapi', |
| 27 '../third_party/smhasher/smhasher.gyp:murmurhash3', | 27 '../third_party/smhasher/smhasher.gyp:murmurhash3', |
| 28 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 28 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 29 '../ui/gfx/surface/surface.gyp:surface', | 29 '../ui/gfx/surface/surface.gyp:surface', |
| 30 '../webkit/support/webkit_support.gyp:glue', | 30 '../webkit/support/webkit_support.gyp:glue', |
| 31 '../webkit/support/webkit_support.gyp:webkit_gpu', | 31 '../webkit/support/webkit_support.gyp:webkit_gpu', |
| 32 '../webkit/support/webkit_support.gyp:webkit_media', |
| 32 '../webkit/support/webkit_support.gyp:webkit_resources', | 33 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 33 ], | 34 ], |
| 34 'include_dirs': [ | 35 'include_dirs': [ |
| 35 '..', | 36 '..', |
| 36 '../third_party/cld', | 37 '../third_party/cld', |
| 37 ], | 38 ], |
| 38 'defines': [ | 39 'defines': [ |
| 39 '<@(nacl_defines)', | 40 '<@(nacl_defines)', |
| 40 ], | 41 ], |
| 41 'direct_dependent_settings': { | 42 'direct_dependent_settings': { |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'export_dependent_settings': [ | 240 'export_dependent_settings': [ |
| 240 '<(allocator_target)', | 241 '<(allocator_target)', |
| 241 ], | 242 ], |
| 242 }], | 243 }], |
| 243 ], | 244 ], |
| 244 }], | 245 }], |
| 245 ], | 246 ], |
| 246 }, | 247 }, |
| 247 ], | 248 ], |
| 248 } | 249 } |
| OLD | NEW |