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

Side by Side Diff: content/content_renderer.gypi

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 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
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 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
11 '../third_party/hyphen/hyphen.gyp:hyphen', 11 '../third_party/hyphen/hyphen.gyp:hyphen',
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 '../ui/native_theme/native_theme.gyp:native_theme', 16 '../ui/native_theme/native_theme.gyp:native_theme',
17 '../ui/surface/surface.gyp:surface', 17 '../ui/surface/surface.gyp:surface',
18 '../v8/tools/gyp/v8.gyp:v8', 18 '../v8/tools/gyp/v8.gyp:v8',
19 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
19 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_bindings', 20 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_bindings',
20 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_support', 21 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_support',
21 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
22 '../webkit/support/webkit_support.gyp:glue', 22 '../webkit/support/webkit_support.gyp:glue',
23 '../webkit/support/webkit_support.gyp:glue_common', 23 '../webkit/support/webkit_support.gyp:glue_common',
24 '../webkit/support/webkit_support.gyp:plugins', 24 '../webkit/support/webkit_support.gyp:plugins',
25 '../webkit/support/webkit_support.gyp:plugins_common', 25 '../webkit/support/webkit_support.gyp:plugins_common',
26 '../webkit/support/webkit_support.gyp:webkit_media', 26 '../webkit/support/webkit_support.gyp:webkit_media',
27 ], 27 ],
28 'include_dirs': [ 28 'include_dirs': [
29 '..', 29 '..',
30 ], 30 ],
31 'sources': [ 31 'sources': [
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 }], 474 }],
475 ], 475 ],
476 'target_conditions': [ 476 'target_conditions': [
477 ['OS=="android"', { 477 ['OS=="android"', {
478 'sources/': [ 478 'sources/': [
479 ['include', '^renderer/render_view_linux\\.cc$'], 479 ['include', '^renderer/render_view_linux\\.cc$'],
480 ], 480 ],
481 }], 481 }],
482 ], 482 ],
483 } 483 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698