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

Side by Side Diff: content/content_renderer.gypi

Issue 12217099: Implement the Platform::sharedOffscreenGraphicsContext3D method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no factory member vars Created 7 years, 9 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 | « chrome/chrome_renderer.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 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
11 '../third_party/icu/icu.gyp:icuuc', 11 '../third_party/icu/icu.gyp:icuuc',
12 '../third_party/icu/icu.gyp:icui18n', 12 '../third_party/icu/icu.gyp:icui18n',
13 '../third_party/libjingle/libjingle.gyp:libjingle', 13 '../third_party/libjingle/libjingle.gyp:libjingle',
14 '../third_party/npapi/npapi.gyp:npapi', 14 '../third_party/npapi/npapi.gyp:npapi',
15 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 15 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
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/compositor_bindings/compositor_bindings.gyp:webkit_compositor_bin dings', 19 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_bin dings',
20 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu',
20 '../webkit/support/webkit_support.gyp:glue', 21 '../webkit/support/webkit_support.gyp:glue',
21 '../webkit/support/webkit_support.gyp:webkit_media', 22 '../webkit/support/webkit_support.gyp:webkit_media',
22 '../webkit/support/webkit_support.gyp:webkit_gpu',
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 'public/renderer/android_content_detection_prefixes.cc', 28 'public/renderer/android_content_detection_prefixes.cc',
29 'public/renderer/android_content_detection_prefixes.h', 29 'public/renderer/android_content_detection_prefixes.h',
30 'public/renderer/content_renderer_client.cc', 30 'public/renderer/content_renderer_client.cc',
31 'public/renderer/content_renderer_client.h', 31 'public/renderer/content_renderer_client.h',
32 'public/renderer/context_menu_client.h', 32 'public/renderer/context_menu_client.h',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 }], 420 }],
421 ], 421 ],
422 'target_conditions': [ 422 'target_conditions': [
423 ['OS=="android"', { 423 ['OS=="android"', {
424 'sources/': [ 424 'sources/': [
425 ['include', '^renderer/render_view_linux\\.cc$'], 425 ['include', '^renderer/render_view_linux\\.cc$'],
426 ], 426 ],
427 }], 427 }],
428 ], 428 ],
429 } 429 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698