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

Side by Side Diff: content/content_browser.gypi

Issue 11818036: Revert 175822 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/webui/web_ui_impl.cc ('k') | content/public/browser/content_browser_client.h » ('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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'browser/web_contents/web_drag_utils_win.h', 859 'browser/web_contents/web_drag_utils_win.h',
860 'browser/trace_controller_impl.cc', 860 'browser/trace_controller_impl.cc',
861 'browser/trace_controller_impl.h', 861 'browser/trace_controller_impl.h',
862 'browser/trace_message_filter.cc', 862 'browser/trace_message_filter.cc',
863 'browser/trace_message_filter.h', 863 'browser/trace_message_filter.h',
864 'browser/trace_subscriber_stdio.cc', 864 'browser/trace_subscriber_stdio.cc',
865 'browser/trace_subscriber_stdio.h', 865 'browser/trace_subscriber_stdio.h',
866 'browser/user_metrics.cc', 866 'browser/user_metrics.cc',
867 'browser/utility_process_host_impl.cc', 867 'browser/utility_process_host_impl.cc',
868 'browser/utility_process_host_impl.h', 868 'browser/utility_process_host_impl.h',
869 'browser/webui/web_ui_controller_factory_registry.cc',
870 'browser/webui/web_ui_controller_factory_registry.h',
871 'browser/webui/web_ui_impl.cc', 869 'browser/webui/web_ui_impl.cc',
872 'browser/webui/web_ui_impl.h', 870 'browser/webui/web_ui_impl.h',
873 'browser/webui/web_ui_message_handler.cc', 871 'browser/webui/web_ui_message_handler.cc',
874 'browser/worker_host/message_port_service.cc', 872 'browser/worker_host/message_port_service.cc',
875 'browser/worker_host/message_port_service.h', 873 'browser/worker_host/message_port_service.h',
876 'browser/worker_host/worker_document_set.cc', 874 'browser/worker_host/worker_document_set.cc',
877 'browser/worker_host/worker_document_set.h', 875 'browser/worker_host/worker_document_set.h',
878 'browser/worker_host/worker_message_filter.cc', 876 'browser/worker_host/worker_message_filter.cc',
879 'browser/worker_host/worker_message_filter.h', 877 'browser/worker_host/worker_message_filter.h',
880 'browser/worker_host/worker_process_host.cc', 878 'browser/worker_host/worker_process_host.cc',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 ['exclude', '^browser/speech/'], 1160 ['exclude', '^browser/speech/'],
1163 ], 1161 ],
1164 }], 1162 }],
1165 ['linux_use_libgps==1', { 1163 ['linux_use_libgps==1', {
1166 'dependencies': [ 1164 'dependencies': [
1167 '../build/linux/system.gyp:libgps', 1165 '../build/linux/system.gyp:libgps',
1168 ], 1166 ],
1169 }], 1167 }],
1170 ], 1168 ],
1171 } 1169 }
OLDNEW
« no previous file with comments | « content/browser/webui/web_ui_impl.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698