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

Side by Side Diff: content/content_renderer.gypi

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated 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
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',
11 '../gin/gin.gyp:gin', 11 '../gin/gin.gyp:gin',
12 '../gpu/gpu.gyp:gpu', 12 '../gpu/gpu.gyp:gpu',
13 '../jingle/jingle.gyp:jingle_glue', 13 '../jingle/jingle.gyp:jingle_glue',
14 '../media/media.gyp:media', 14 '../media/media.gyp:media',
15 '../mojo/mojo.gyp:mojo_environment_chromium', 15 '../mojo/mojo_base.gyp:mojo_environment_chromium',
16 '../mojo/mojo.gyp:mojo_js_bindings_lib', 16 '../mojo/mojo_base.gyp:mojo_js_bindings_lib',
17 '../mojo/mojo.gyp:mojo_service_provider_bindings', 17 '../mojo/mojo_base.gyp:mojo_service_provider_bindings',
18 '../net/net.gyp:net', 18 '../net/net.gyp:net',
19 '../skia/skia.gyp:skia', 19 '../skia/skia.gyp:skia',
20 '../third_party/WebKit/public/blink.gyp:blink', 20 '../third_party/WebKit/public/blink.gyp:blink',
21 '../third_party/icu/icu.gyp:icui18n', 21 '../third_party/icu/icu.gyp:icui18n',
22 '../third_party/icu/icu.gyp:icuuc', 22 '../third_party/icu/icu.gyp:icuuc',
23 '../third_party/libjingle/libjingle.gyp:libjingle', 23 '../third_party/libjingle/libjingle.gyp:libjingle',
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',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 }], 885 }],
886 ], 886 ],
887 'target_conditions': [ 887 'target_conditions': [
888 ['OS=="android"', { 888 ['OS=="android"', {
889 'sources/': [ 889 'sources/': [
890 ['include', '^renderer/render_view_linux\\.cc$'], 890 ['include', '^renderer/render_view_linux\\.cc$'],
891 ], 891 ],
892 }], 892 }],
893 ], 893 ],
894 } 894 }
OLDNEW
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | content/content_tests.gypi » ('j') | mojo/mojo.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698