| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 11 '../third_party/hyphen/hyphen.gyp:hyphen', | 11 '../third_party/hyphen/hyphen.gyp:hyphen', |
| 12 '../third_party/icu/icu.gyp:icui18n', | 12 '../third_party/icu/icu.gyp:icui18n', |
| 13 '../third_party/icu/icu.gyp:icuuc', | 13 '../third_party/icu/icu.gyp:icuuc', |
| 14 '../third_party/libjingle/libjingle.gyp:libjingle', | 14 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 15 '../third_party/npapi/npapi.gyp:npapi', | 15 '../third_party/npapi/npapi.gyp:npapi', |
| 16 '../ui/native_theme/native_theme.gyp:native_theme', | 16 '../ui/native_theme/native_theme.gyp:native_theme', |
| 17 '../ui/surface/surface.gyp:surface', | 17 '../ui/surface/surface.gyp:surface', |
| 18 '../v8/tools/gyp/v8.gyp:v8', | 18 '../v8/tools/gyp/v8.gyp:v8', |
| 19 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_bin
dings', | 19 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_bin
dings', |
| 20 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_sup
port', | 20 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_sup
port', |
| 21 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', | 21 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', |
| 22 '../webkit/support/webkit_support.gyp:glue', | 22 '../webkit/support/webkit_support.gyp:glue', |
| 23 '../webkit/support/webkit_support.gyp:glue_common', |
| 24 '../webkit/support/webkit_support.gyp:plugins', |
| 25 '../webkit/support/webkit_support.gyp:plugins_common', |
| 23 '../webkit/support/webkit_support.gyp:webkit_media', | 26 '../webkit/support/webkit_support.gyp:webkit_media', |
| 24 ], | 27 ], |
| 25 'include_dirs': [ | 28 'include_dirs': [ |
| 26 '..', | 29 '..', |
| 27 ], | 30 ], |
| 28 'sources': [ | 31 'sources': [ |
| 29 'public/renderer/android_content_detection_prefixes.cc', | 32 'public/renderer/android_content_detection_prefixes.cc', |
| 30 'public/renderer/android_content_detection_prefixes.h', | 33 'public/renderer/android_content_detection_prefixes.h', |
| 31 'public/renderer/android/synchronous_compositor_client.h', | 34 'public/renderer/android/synchronous_compositor_client.h', |
| 32 'public/renderer/android/synchronous_compositor.h', | 35 'public/renderer/android/synchronous_compositor.h', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 }], | 464 }], |
| 462 ], | 465 ], |
| 463 'target_conditions': [ | 466 'target_conditions': [ |
| 464 ['OS=="android"', { | 467 ['OS=="android"', { |
| 465 'sources/': [ | 468 'sources/': [ |
| 466 ['include', '^renderer/render_view_linux\\.cc$'], | 469 ['include', '^renderer/render_view_linux\\.cc$'], |
| 467 ], | 470 ], |
| 468 }], | 471 }], |
| 469 ], | 472 ], |
| 470 } | 473 } |
| OLD | NEW |