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

Side by Side Diff: content/content_renderer.gypi

Issue 390983006: Cleanup dependency on webkit_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add some missing deps Created 6 years, 5 months 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_browser.gypi ('k') | content/content_shell.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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 14 matching lines...) Expand all
25 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 25 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
26 '../ui/accessibility/accessibility.gyp:accessibility', 26 '../ui/accessibility/accessibility.gyp:accessibility',
27 '../ui/events/events.gyp:dom4_keycode_converter', 27 '../ui/events/events.gyp:dom4_keycode_converter',
28 '../ui/gfx/gfx.gyp:gfx', 28 '../ui/gfx/gfx.gyp:gfx',
29 '../ui/gfx/gfx.gyp:gfx_geometry', 29 '../ui/gfx/gfx.gyp:gfx_geometry',
30 '../ui/native_theme/native_theme.gyp:native_theme', 30 '../ui/native_theme/native_theme.gyp:native_theme',
31 '../ui/surface/surface.gyp:surface', 31 '../ui/surface/surface.gyp:surface',
32 '../v8/tools/gyp/v8.gyp:v8', 32 '../v8/tools/gyp/v8.gyp:v8',
33 '../webkit/child/webkit_child.gyp:webkit_child', 33 '../webkit/child/webkit_child.gyp:webkit_child',
34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
35 '../webkit/common/webkit_common.gyp:webkit_common',
36 '../webkit/storage_common.gyp:webkit_storage_common', 35 '../webkit/storage_common.gyp:webkit_storage_common',
37 ], 36 ],
38 'include_dirs': [ 37 'include_dirs': [
39 '..', 38 '..',
40 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. 39 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc.
41 ], 40 ],
42 'variables': { 41 'variables': {
43 'public_renderer_sources': [ 42 'public_renderer_sources': [
44 'public/renderer/android_content_detection_prefixes.cc', 43 'public/renderer/android_content_detection_prefixes.cc',
45 'public/renderer/android_content_detection_prefixes.h', 44 'public/renderer/android_content_detection_prefixes.h',
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 }], 881 }],
883 ], 882 ],
884 'target_conditions': [ 883 'target_conditions': [
885 ['OS=="android"', { 884 ['OS=="android"', {
886 'sources/': [ 885 'sources/': [
887 ['include', '^renderer/render_view_linux\\.cc$'], 886 ['include', '^renderer/render_view_linux\\.cc$'],
888 ], 887 ],
889 }], 888 }],
890 ], 889 ],
891 } 890 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698