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

Side by Side Diff: content/content_browser.gypi

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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/browser/web_contents/web_contents_view_aura.cc ('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 '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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 }], 842 }],
843 ['os_bsd==1', { 843 ['os_bsd==1', {
844 'sources/': [ 844 'sources/': [
845 ['exclude', '^browser/gamepad/platform_data_fetcher_linux\\.cc$'], 845 ['exclude', '^browser/gamepad/platform_data_fetcher_linux\\.cc$'],
846 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], 846 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
847 ], 847 ],
848 }], 848 }],
849 ['use_aura==1', { 849 ['use_aura==1', {
850 'dependencies': [ 850 'dependencies': [
851 '../ui/aura/aura.gyp:aura', 851 '../ui/aura/aura.gyp:aura',
852 '../ui/gfx/compositor/compositor.gyp:compositor', 852 '../ui/compositor/compositor.gyp:compositor',
853 ], 853 ],
854 'sources/': [ 854 'sources/': [
855 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc '], 855 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc '],
856 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h' ], 856 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h' ],
857 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], 857 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'],
858 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], 858 ['exclude', '^browser/accessibility/browser_accessibility_win.h'],
859 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 859 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
860 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 860 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
861 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], 861 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'],
862 ['exclude', '^browser/renderer_host/render_widget_host.h'], 862 ['exclude', '^browser/renderer_host/render_widget_host.h'],
(...skipping 48 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/browser/web_contents/web_contents_view_aura.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698