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

Side by Side Diff: content/content_renderer.gypi

Issue 22723004: Get rid of webkit/plugins/plugin_constants.* and move them to content/public/common/content_constan… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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_plugin.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 '../v8/tools/gyp/v8.gyp:v8', 19 '../v8/tools/gyp/v8.gyp:v8',
20 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 20 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
21 '../webkit/common/webkit_common.gyp:webkit_common', 21 '../webkit/common/webkit_common.gyp:webkit_common',
22 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
23 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_bindings', 22 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_bindings',
24 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_support', 23 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_support',
25 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 24 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
26 '../webkit/storage_common.gyp:webkit_storage_common', 25 '../webkit/storage_common.gyp:webkit_storage_common',
27 '../webkit/storage_renderer.gyp:webkit_storage_renderer', 26 '../webkit/storage_renderer.gyp:webkit_storage_renderer',
28 '../webkit/support/webkit_support.gyp:glue', 27 '../webkit/support/webkit_support.gyp:glue',
29 '../webkit/support/webkit_support.gyp:glue_child', 28 '../webkit/support/webkit_support.gyp:glue_child',
30 ], 29 ],
31 'include_dirs': [ 30 'include_dirs': [
32 '..', 31 '..',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 }], 695 }],
697 ], 696 ],
698 'target_conditions': [ 697 'target_conditions': [
699 ['OS=="android"', { 698 ['OS=="android"', {
700 'sources/': [ 699 'sources/': [
701 ['include', '^renderer/render_view_linux\\.cc$'], 700 ['include', '^renderer/render_view_linux\\.cc$'],
702 ], 701 ],
703 }], 702 }],
704 ], 703 ],
705 } 704 }
OLDNEW
« no previous file with comments | « content/content_plugin.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698