| 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 '../media/media.gyp:media', | 8 '../media/media.gyp:media', |
| 9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| 11 '../third_party/WebKit/public/blink.gyp:blink', | 11 '../third_party/WebKit/public/blink.gyp:blink', |
| 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 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 16 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 17 '../ui/native_theme/native_theme.gyp:native_theme', | 17 '../ui/native_theme/native_theme.gyp:native_theme', |
| 18 '../ui/surface/surface.gyp:surface', | 18 '../ui/surface/surface.gyp:surface', |
| 19 '../ui/ui.gyp:keycode_converter', | 19 '../ui/ui.gyp:keycode_converter', |
| 20 '../v8/tools/gyp/v8.gyp:v8', | 20 '../v8/tools/gyp/v8.gyp:v8', |
| 21 '../webkit/child/webkit_child.gyp:webkit_child', |
| 21 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 22 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 22 '../webkit/common/webkit_common.gyp:webkit_common', | 23 '../webkit/common/webkit_common.gyp:webkit_common', |
| 23 '../webkit/glue/webkit_glue.gyp:glue', | 24 '../webkit/glue/webkit_glue.gyp:glue', |
| 24 '../webkit/glue/webkit_glue.gyp:glue_child', | |
| 25 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', | 25 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', |
| 26 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', | 26 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', |
| 27 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 27 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
| 28 '../webkit/storage_common.gyp:webkit_storage_common', | 28 '../webkit/storage_common.gyp:webkit_storage_common', |
| 29 ], | 29 ], |
| 30 'include_dirs': [ | 30 'include_dirs': [ |
| 31 '..', | 31 '..', |
| 32 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_info.cc. | 32 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_info.cc. |
| 33 ], | 33 ], |
| 34 'sources': [ | 34 'sources': [ |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 }], | 720 }], |
| 721 ], | 721 ], |
| 722 'target_conditions': [ | 722 'target_conditions': [ |
| 723 ['OS=="android"', { | 723 ['OS=="android"', { |
| 724 'sources/': [ | 724 'sources/': [ |
| 725 ['include', '^renderer/render_view_linux\\.cc$'], | 725 ['include', '^renderer/render_view_linux\\.cc$'], |
| 726 ], | 726 ], |
| 727 }], | 727 }], |
| 728 ], | 728 ], |
| 729 } | 729 } |
| OLD | NEW |