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

Side by Side Diff: content/content_renderer.gypi

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 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
« no previous file with comments | « content/content_browser.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 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../ppapi/ppapi_internal.gyp:ppapi_shared', 10 '../ppapi/ppapi_internal.gyp:ppapi_shared',
11 '../skia/skia.gyp:skia', 11 '../skia/skia.gyp:skia',
12 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 12 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
13 '../third_party/icu/icu.gyp:icuuc', 13 '../third_party/icu/icu.gyp:icuuc',
14 '../third_party/icu/icu.gyp:icui18n', 14 '../third_party/icu/icu.gyp:icui18n',
15 '../third_party/libjingle/libjingle.gyp:libjingle', 15 '../third_party/libjingle/libjingle.gyp:libjingle',
16 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 16 '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
17 '../third_party/npapi/npapi.gyp:npapi', 17 '../third_party/npapi/npapi.gyp:npapi',
18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
19 '../ui/gfx/surface/surface.gyp:surface', 19 '../ui/surface/surface.gyp:surface',
20 '../v8/tools/gyp/v8.gyp:v8', 20 '../v8/tools/gyp/v8.gyp:v8',
21 '../webkit/support/webkit_support.gyp:webkit_media', 21 '../webkit/support/webkit_support.gyp:webkit_media',
22 '../webkit/support/webkit_support.gyp:webkit_gpu', 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/content_renderer_client.h', 28 'public/renderer/content_renderer_client.h',
29 'public/renderer/document_state.cc', 29 'public/renderer/document_state.cc',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 }, { 288 }, {
289 'sources!': [ 289 'sources!': [
290 'renderer/java/java_bridge_channel.cc', 290 'renderer/java/java_bridge_channel.cc',
291 'renderer/java/java_bridge_channel.h', 291 'renderer/java/java_bridge_channel.h',
292 'renderer/java/java_bridge_dispatcher.cc', 292 'renderer/java/java_bridge_dispatcher.cc',
293 'renderer/java/java_bridge_dispatcher.h', 293 'renderer/java/java_bridge_dispatcher.h',
294 ], 294 ],
295 }], 295 }],
296 ], 296 ],
297 } 297 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698