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

Side by Side Diff: content/content_browser.gypi

Issue 9581001: Fix Aura build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « chrome/chrome_browser.gypi ('k') | 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) 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h' ], 821 ['exclude', '^browser/accessibility/browser_accessibility_manager_win.h' ],
822 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], 822 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'],
823 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], 823 ['exclude', '^browser/accessibility/browser_accessibility_win.h'],
824 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 824 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
825 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 825 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
826 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], 826 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'],
827 ['exclude', '^browser/renderer_host/render_widget_host.h'], 827 ['exclude', '^browser/renderer_host/render_widget_host.h'],
828 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], 828 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'],
829 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 829 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
830 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 830 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
831 ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
832 ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
831 ], 833 ],
832 }, { 834 }, {
833 'sources/': [ 835 'sources/': [
834 ['exclude', '^browser/renderer_host/image_transport_client.cc'], 836 ['exclude', '^browser/renderer_host/image_transport_client.cc'],
835 ['exclude', '^browser/renderer_host/image_transport_client.h'], 837 ['exclude', '^browser/renderer_host/image_transport_client.h'],
836 ['exclude', '^browser/renderer_host/image_transport_factory.cc'], 838 ['exclude', '^browser/renderer_host/image_transport_factory.cc'],
837 ['exclude', '^browser/renderer_host/image_transport_factory.h'], 839 ['exclude', '^browser/renderer_host/image_transport_factory.h'],
838 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 840 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
839 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 841 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
840 ], 842 ],
(...skipping 25 matching lines...) Expand all
866 ], 868 ],
867 }], 869 }],
868 ['input_speech==0', { 870 ['input_speech==0', {
869 'sources/': [ 871 'sources/': [
870 ['exclude', '^browser/speech/'], 872 ['exclude', '^browser/speech/'],
871 ], 873 ],
872 }], 874 }],
873 ], 875 ],
874 } 876 }
875 877
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698