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

Side by Side Diff: content/content_renderer.gypi

Issue 1648533002: [mojo] Get rid of Skia type converters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native-arrays
Patch Set: fix ios gyp; proper pickle sizing Created 4 years, 10 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
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 11 matching lines...) Expand all
22 '../gpu/gpu.gyp:gpu', 22 '../gpu/gpu.gyp:gpu',
23 '../jingle/jingle.gyp:jingle_glue', 23 '../jingle/jingle.gyp:jingle_glue',
24 '../media/blink/media_blink.gyp:media_blink', 24 '../media/blink/media_blink.gyp:media_blink',
25 '../media/media.gyp:media', 25 '../media/media.gyp:media',
26 '../mojo/mojo_base.gyp:mojo_application_bindings', 26 '../mojo/mojo_base.gyp:mojo_application_bindings',
27 '../mojo/mojo_base.gyp:mojo_environment_chromium', 27 '../mojo/mojo_base.gyp:mojo_environment_chromium',
28 '../mojo/mojo_base.gyp:mojo_geometry_lib', 28 '../mojo/mojo_base.gyp:mojo_geometry_lib',
29 '../mojo/mojo_base.gyp:mojo_url_type_converters', 29 '../mojo/mojo_base.gyp:mojo_url_type_converters',
30 '../net/net.gyp:net', 30 '../net/net.gyp:net',
31 '../skia/skia.gyp:skia', 31 '../skia/skia.gyp:skia',
32 '../skia/skia.gyp:skia_mojo', 32 '../skia/skia_mojo_bindings.gyp:skia_mojo_bindings',
33 '../storage/storage_common.gyp:storage_common', 33 '../storage/storage_common.gyp:storage_common',
34 '../third_party/WebKit/public/blink.gyp:blink', 34 '../third_party/WebKit/public/blink.gyp:blink',
35 '../third_party/icu/icu.gyp:icui18n', 35 '../third_party/icu/icu.gyp:icui18n',
36 '../third_party/icu/icu.gyp:icuuc', 36 '../third_party/icu/icu.gyp:icuuc',
37 '../third_party/libjingle/libjingle.gyp:libjingle', 37 '../third_party/libjingle/libjingle.gyp:libjingle',
38 '../third_party/libyuv/libyuv.gyp:libyuv', 38 '../third_party/libyuv/libyuv.gyp:libyuv',
39 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', 39 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
40 '../third_party/npapi/npapi.gyp:npapi', 40 '../third_party/npapi/npapi.gyp:npapi',
41 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 41 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
42 '../ui/accessibility/accessibility.gyp:accessibility', 42 '../ui/accessibility/accessibility.gyp:accessibility',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 }], 915 }],
916 ], 916 ],
917 'target_conditions': [ 917 'target_conditions': [
918 ['OS=="android"', { 918 ['OS=="android"', {
919 'sources/': [ 919 'sources/': [
920 ['include', '^renderer/render_view_linux\\.cc$'], 920 ['include', '^renderer/render_view_linux\\.cc$'],
921 ], 921 ],
922 }], 922 }],
923 ], 923 ],
924 } 924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698