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

Side by Side Diff: content/content_browser.gypi

Issue 23691025: Adding shutdown tracing capabilities (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved the trace starting for OS'ses other then ChromeOS to a later point where is no user intervent… Created 7 years, 3 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
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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'browser/aura/software_output_device_x11.h', 309 'browser/aura/software_output_device_x11.h',
310 'browser/browser_child_process_host_impl.cc', 310 'browser/browser_child_process_host_impl.cc',
311 'browser/browser_child_process_host_impl.h', 311 'browser/browser_child_process_host_impl.h',
312 'browser/browser_context.cc', 312 'browser/browser_context.cc',
313 'browser/browser_ipc_logging.cc', 313 'browser/browser_ipc_logging.cc',
314 'browser/browser_main.cc', 314 'browser/browser_main.cc',
315 'browser/browser_main.h', 315 'browser/browser_main.h',
316 'browser/browser_main_loop.cc', 316 'browser/browser_main_loop.cc',
317 'browser/browser_main_loop.h', 317 'browser/browser_main_loop.h',
318 'browser/browser_main_runner.cc', 318 'browser/browser_main_runner.cc',
319 'browser/browser_shutdown_profile_dumper.cc',
320 'browser/browser_shutdown_profile_dumper.h',
DaveMoore 2013/09/03 17:02:48 Not alphabetized.
Mr4D (OOO till 08-26) 2013/09/03 17:34:34 Done.
319 'browser/browser_plugin/browser_plugin_embedder.cc', 321 'browser/browser_plugin/browser_plugin_embedder.cc',
320 'browser/browser_plugin/browser_plugin_embedder.h', 322 'browser/browser_plugin/browser_plugin_embedder.h',
321 'browser/browser_plugin/browser_plugin_geolocation_permission_context.cc', 323 'browser/browser_plugin/browser_plugin_geolocation_permission_context.cc',
322 'browser/browser_plugin/browser_plugin_geolocation_permission_context.h', 324 'browser/browser_plugin/browser_plugin_geolocation_permission_context.h',
323 'browser/browser_plugin/browser_plugin_guest.cc', 325 'browser/browser_plugin/browser_plugin_guest.cc',
324 'browser/browser_plugin/browser_plugin_guest.h', 326 'browser/browser_plugin/browser_plugin_guest.h',
325 'browser/browser_plugin/browser_plugin_guest_helper.cc', 327 'browser/browser_plugin/browser_plugin_guest_helper.cc',
326 'browser/browser_plugin/browser_plugin_guest_helper.h', 328 'browser/browser_plugin/browser_plugin_guest_helper.h',
327 'browser/browser_plugin/browser_plugin_guest_manager.cc', 329 'browser/browser_plugin/browser_plugin_guest_manager.cc',
328 'browser/browser_plugin/browser_plugin_guest_manager.h', 330 'browser/browser_plugin/browser_plugin_guest_manager.h',
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 '../third_party/speex/speex.gyp:libspeex', 1514 '../third_party/speex/speex.gyp:libspeex',
1513 ], 1515 ],
1514 }], 1516 }],
1515 ['linux_use_libgps==1', { 1517 ['linux_use_libgps==1', {
1516 'dependencies': [ 1518 'dependencies': [
1517 '../build/linux/system.gyp:libgps', 1519 '../build/linux/system.gyp:libgps',
1518 ], 1520 ],
1519 }], 1521 }],
1520 ], 1522 ],
1521 } 1523 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698