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

Side by Side Diff: content/content_browser.gypi

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mostly test cleanup. Created 6 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
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'browser/browser_url_handler_impl.cc', 345 'browser/browser_url_handler_impl.cc',
346 'browser/browser_url_handler_impl.h', 346 'browser/browser_url_handler_impl.h',
347 'browser/browsing_instance.cc', 347 'browser/browsing_instance.cc',
348 'browser/browsing_instance.h', 348 'browser/browsing_instance.h',
349 'browser/byte_stream.cc', 349 'browser/byte_stream.cc',
350 'browser/byte_stream.h', 350 'browser/byte_stream.h',
351 'browser/cert_store_impl.cc', 351 'browser/cert_store_impl.cc',
352 'browser/cert_store_impl.h', 352 'browser/cert_store_impl.h',
353 'browser/child_process_launcher.cc', 353 'browser/child_process_launcher.cc',
354 'browser/child_process_launcher.h', 354 'browser/child_process_launcher.h',
355 'browser/child_process_launcher_elevated_win.cc',
356 'browser/child_process_launcher_elevated_win.h',
357 'browser/child_process_launcher_impl.cc',
358 'browser/child_process_launcher_impl.h',
355 'browser/child_process_security_policy_impl.cc', 359 'browser/child_process_security_policy_impl.cc',
356 'browser/child_process_security_policy_impl.h', 360 'browser/child_process_security_policy_impl.h',
357 'browser/cross_site_request_manager.cc', 361 'browser/cross_site_request_manager.cc',
358 'browser/cross_site_request_manager.h', 362 'browser/cross_site_request_manager.h',
359 'browser/devtools/devtools_agent_host_impl.cc', 363 'browser/devtools/devtools_agent_host_impl.cc',
360 'browser/devtools/devtools_agent_host_impl.h', 364 'browser/devtools/devtools_agent_host_impl.h',
361 'browser/devtools/devtools_browser_target.cc', 365 'browser/devtools/devtools_browser_target.cc',
362 'browser/devtools/devtools_browser_target.h', 366 'browser/devtools/devtools_browser_target.h',
363 'browser/devtools/devtools_external_agent_proxy_impl.cc', 367 'browser/devtools/devtools_external_agent_proxy_impl.cc',
364 'browser/devtools/devtools_external_agent_proxy_impl.h', 368 'browser/devtools/devtools_external_agent_proxy_impl.h',
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], 1545 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ],
1542 ], 1546 ],
1543 }, { # input_speech==1 1547 }, { # input_speech==1
1544 'dependencies': [ 1548 'dependencies': [
1545 '../third_party/flac/flac.gyp:libflac', 1549 '../third_party/flac/flac.gyp:libflac',
1546 '../third_party/speex/speex.gyp:libspeex', 1550 '../third_party/speex/speex.gyp:libspeex',
1547 ], 1551 ],
1548 }], 1552 }],
1549 ], 1553 ],
1550 } 1554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698