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

Side by Side Diff: content/content_browser.gypi

Issue 8655002: Remove touchui gyp variable from content/content_browser.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'sources!': [ 713 'sources!': [
714 'browser/renderer_host/gtk_key_bindings_handler.cc', 714 'browser/renderer_host/gtk_key_bindings_handler.cc',
715 'browser/renderer_host/gtk_key_bindings_handler.h', 715 'browser/renderer_host/gtk_key_bindings_handler.h',
716 ], 716 ],
717 }], 717 }],
718 ['OS=="openbsd"', { 718 ['OS=="openbsd"', {
719 'sources/': [ 719 'sources/': [
720 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], 720 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
721 ], 721 ],
722 }], 722 }],
723 ['touchui==1', {
724 'sources/': [
725 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
726 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
727 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
728 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
729 ],
730 }],
731 ['use_aura==1', { 723 ['use_aura==1', {
732 'dependencies': [ 724 'dependencies': [
733 '../ui/aura/aura.gyp:aura', 725 '../ui/aura/aura.gyp:aura',
734 ], 726 ],
735 'sources/': [ 727 'sources/': [
736 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc '], 728 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.cc '],
737 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h' ], 729 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h' ],
738 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], 730 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'],
739 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], 731 ['exclude', '^browser/accessibility/browser_accessibility_win.h'],
740 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 732 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h', 790 'browser/renderer_host/java/java_bridge_dispatcher_host_manager.h',
799 'browser/renderer_host/java/java_bridge_dispatcher_host.cc', 791 'browser/renderer_host/java/java_bridge_dispatcher_host.cc',
800 'browser/renderer_host/java/java_bridge_dispatcher_host.h', 792 'browser/renderer_host/java/java_bridge_dispatcher_host.h',
801 'browser/renderer_host/java/java_method.cc', 793 'browser/renderer_host/java/java_method.cc',
802 'browser/renderer_host/java/java_method.h', 794 'browser/renderer_host/java/java_method.h',
803 ], 795 ],
804 }], 796 }],
805 ], 797 ],
806 } 798 }
807 799
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698