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

Side by Side Diff: content/content_browser.gypi

Issue 8394002: exclude the linux files that are not needed on openbsd (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: use sources! 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
« no previous file with comments | « no previous file | content/content_plugin.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) 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 }], 674 }],
675 ['chromeos==1', { 675 ['chromeos==1', {
676 'dependencies': [ 676 'dependencies': [
677 '../build/linux/system.gyp:dbus-glib', 677 '../build/linux/system.gyp:dbus-glib',
678 ], 678 ],
679 'sources!': [ 679 'sources!': [
680 'browser/renderer_host/gtk_key_bindings_handler.cc', 680 'browser/renderer_host/gtk_key_bindings_handler.cc',
681 'browser/renderer_host/gtk_key_bindings_handler.h', 681 'browser/renderer_host/gtk_key_bindings_handler.h',
682 ], 682 ],
683 }], 683 }],
684 ['OS=="openbsd"', {
685 'sources/': [
686 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
687 ],
688 }],
684 ['touchui==1', { 689 ['touchui==1', {
685 'sources/': [ 690 'sources/': [
686 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 691 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
687 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 692 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
688 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'], 693 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
689 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 694 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
690 ], 695 ],
691 }], 696 }],
692 ['use_aura==1', { 697 ['use_aura==1', {
693 'sources/': [ 698 'sources/': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'sources!': [ 741 'sources!': [
737 'browser/renderer_host/java_bridge_channel_host.cc', 742 'browser/renderer_host/java_bridge_channel_host.cc',
738 'browser/renderer_host/java_bridge_channel_host.h', 743 'browser/renderer_host/java_bridge_channel_host.h',
739 'browser/renderer_host/java_bridge_dispatcher_host.cc', 744 'browser/renderer_host/java_bridge_dispatcher_host.cc',
740 'browser/renderer_host/java_bridge_dispatcher_host.h', 745 'browser/renderer_host/java_bridge_dispatcher_host.h',
741 ], 746 ],
742 }], 747 }],
743 ], 748 ],
744 } 749 }
745 750
OLDNEW
« no previous file with comments | « no previous file | content/content_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698