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

Side by Side Diff: content/content_browser.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/common/gpu/image_transport_surface_mac.cc ('k') | content/content_renderer.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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
11 '../net/net.gyp:net', 11 '../net/net.gyp:net',
12 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 12 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
13 '../skia/skia.gyp:skia', 13 '../skia/skia.gyp:skia',
14 '../third_party/flac/flac.gyp:libflac', 14 '../third_party/flac/flac.gyp:libflac',
15 '../third_party/speex/speex.gyp:libspeex', 15 '../third_party/speex/speex.gyp:libspeex',
16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
17 '../third_party/zlib/zlib.gyp:zlib', 17 '../third_party/zlib/zlib.gyp:zlib',
18 '../ui/gfx/surface/surface.gyp:surface', 18 '../ui/surface/surface.gyp:surface',
19 '../ui/ui.gyp:ui', 19 '../ui/ui.gyp:ui',
20 '../ui/ui.gyp:ui_resources', 20 '../ui/ui.gyp:ui_resources',
21 '../webkit/support/webkit_support.gyp:dom_storage', 21 '../webkit/support/webkit_support.gyp:dom_storage',
22 '../webkit/support/webkit_support.gyp:webkit_resources', 22 '../webkit/support/webkit_support.gyp:webkit_resources',
23 '../webkit/support/webkit_support.gyp:webkit_strings', 23 '../webkit/support/webkit_support.gyp:webkit_strings',
24 ], 24 ],
25 'include_dirs': [ 25 'include_dirs': [
26 '..', 26 '..',
27 '<(INTERMEDIATE_DIR)', 27 '<(INTERMEDIATE_DIR)',
28 ], 28 ],
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 ], 911 ],
912 }], 912 }],
913 ['input_speech==0', { 913 ['input_speech==0', {
914 'sources/': [ 914 'sources/': [
915 ['exclude', '^browser/speech/'], 915 ['exclude', '^browser/speech/'],
916 ], 916 ],
917 }], 917 }],
918 ], 918 ],
919 } 919 }
920 920
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_mac.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698