Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: content/content_renderer.gypi

Issue 54583005: Extract webkit_child target from glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 }], 724 }],
725 ], 725 ],
726 'target_conditions': [ 726 'target_conditions': [
727 ['OS=="android"', { 727 ['OS=="android"', {
728 'sources/': [ 728 'sources/': [
729 ['include', '^renderer/render_view_linux\\.cc$'], 729 ['include', '^renderer/render_view_linux\\.cc$'],
730 ], 730 ],
731 }], 731 }],
732 ], 732 ],
733 } 733 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698