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

Side by Side Diff: content/content_browser.gypi

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated according to creis@'s comments 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/common/browser_plugin_messages.h ('k') | content/content_renderer.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 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'browser/appcache/chrome_appcache_service.cc', 199 'browser/appcache/chrome_appcache_service.cc',
200 'browser/appcache/chrome_appcache_service.h', 200 'browser/appcache/chrome_appcache_service.h',
201 'browser/browser_child_process_host_impl.cc', 201 'browser/browser_child_process_host_impl.cc',
202 'browser/browser_child_process_host_impl.h', 202 'browser/browser_child_process_host_impl.h',
203 'browser/browser_context.cc', 203 'browser/browser_context.cc',
204 'browser/browser_main.cc', 204 'browser/browser_main.cc',
205 'browser/browser_main.h', 205 'browser/browser_main.h',
206 'browser/browser_main_loop.cc', 206 'browser/browser_main_loop.cc',
207 'browser/browser_main_loop.h', 207 'browser/browser_main_loop.h',
208 'browser/browser_main_runner.cc', 208 'browser/browser_main_runner.cc',
209 'browser/browser_plugin/browser_plugin_host.cc',
210 'browser/browser_plugin/browser_plugin_host.h',
209 'browser/browser_process_sub_thread.cc', 211 'browser/browser_process_sub_thread.cc',
210 'browser/browser_process_sub_thread.h', 212 'browser/browser_process_sub_thread.h',
211 'browser/browser_thread_impl.cc', 213 'browser/browser_thread_impl.cc',
212 'browser/browser_thread_impl.h', 214 'browser/browser_thread_impl.h',
213 'browser/browser_url_handler_impl.cc', 215 'browser/browser_url_handler_impl.cc',
214 'browser/browser_url_handler_impl.h', 216 'browser/browser_url_handler_impl.h',
215 'browser/browsing_instance.cc', 217 'browser/browsing_instance.cc',
216 'browser/browsing_instance.h', 218 'browser/browsing_instance.h',
217 'browser/cert_store_impl.cc', 219 'browser/cert_store_impl.cc',
218 'browser/cert_store_impl.h', 220 'browser/cert_store_impl.h',
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 ], 948 ],
947 }], 949 }],
948 ['input_speech==0', { 950 ['input_speech==0', {
949 'sources/': [ 951 'sources/': [
950 ['exclude', '^browser/speech/'], 952 ['exclude', '^browser/speech/'],
951 ], 953 ],
952 }], 954 }],
953 ], 955 ],
954 } 956 }
955 957
OLDNEW
« no previous file with comments | « content/common/browser_plugin_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698