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

Side by Side Diff: content/content_browser.gypi

Issue 10392068: ui: Move gl/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac_rel 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/sandbox_policy.cc ('k') | content/content_common.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',
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 ['exclude', '^browser/renderer_host/image_transport_client.h'], 910 ['exclude', '^browser/renderer_host/image_transport_client.h'],
911 ['exclude', '^browser/renderer_host/image_transport_factory.cc'], 911 ['exclude', '^browser/renderer_host/image_transport_factory.cc'],
912 ['exclude', '^browser/renderer_host/image_transport_factory.h'], 912 ['exclude', '^browser/renderer_host/image_transport_factory.h'],
913 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 913 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
914 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 914 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
915 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc'] , 915 ['exclude', '^browser/renderer_host/tap_suppression_controller_aura.cc'] ,
916 ], 916 ],
917 }], 917 }],
918 ['ui_compositor_image_transport==1', { 918 ['ui_compositor_image_transport==1', {
919 'dependencies': [ 919 'dependencies': [
920 '../ui/gfx/gl/gl.gyp:gl', 920 '../ui/gl/gl.gyp:gl',
921 ], 921 ],
922 'link_settings': { 922 'link_settings': {
923 'libraries': [ 923 'libraries': [
924 '-lXcomposite', 924 '-lXcomposite',
925 ], 925 ],
926 }, 926 },
927 'include_dirs': [ 927 'include_dirs': [
928 '../third_party/angle/include', 928 '../third_party/angle/include',
929 ], 929 ],
930 }, { 930 }, {
(...skipping 11 matching lines...) Expand all
942 ], 942 ],
943 }], 943 }],
944 ['input_speech==0', { 944 ['input_speech==0', {
945 'sources/': [ 945 'sources/': [
946 ['exclude', '^browser/speech/'], 946 ['exclude', '^browser/speech/'],
947 ], 947 ],
948 }], 948 }],
949 ], 949 ],
950 } 950 }
951 951
OLDNEW
« no previous file with comments | « content/common/sandbox_policy.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698