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

Side by Side Diff: content/content_renderer.gypi

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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_common.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 13 matching lines...) Expand all
24 '../third_party/npapi/npapi.gyp:npapi', 24 '../third_party/npapi/npapi.gyp:npapi',
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/common/gpu/webkit_gpu.gyp:webkit_gpu', 33 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
34 '../webkit/storage_common.gyp:webkit_storage_common', 34 '../storage/storage.gyp:webkit_storage_common',
35 ], 35 ],
36 'include_dirs': [ 36 'include_dirs': [
37 '..', 37 '..',
38 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. 38 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc.
39 ], 39 ],
40 'variables': { 40 'variables': {
41 'public_renderer_sources': [ 41 'public_renderer_sources': [
42 'public/renderer/android_content_detection_prefixes.cc', 42 'public/renderer/android_content_detection_prefixes.cc',
43 'public/renderer/android_content_detection_prefixes.h', 43 'public/renderer/android_content_detection_prefixes.h',
44 'public/renderer/content_renderer_client.cc', 44 'public/renderer/content_renderer_client.cc',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 }], 893 }],
894 ], 894 ],
895 'target_conditions': [ 895 'target_conditions': [
896 ['OS=="android"', { 896 ['OS=="android"', {
897 'sources/': [ 897 'sources/': [
898 ['include', '^renderer/render_view_linux\\.cc$'], 898 ['include', '^renderer/render_view_linux\\.cc$'],
899 ], 899 ],
900 }], 900 }],
901 ], 901 ],
902 } 902 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698