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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9125015: Implement profiler log writing at shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for review comments Created 8 years, 10 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 'browser/tabs/tab_strip_model_order_controller.h', 2460 'browser/tabs/tab_strip_model_order_controller.h',
2461 'browser/tabs/tab_strip_selection_model.cc', 2461 'browser/tabs/tab_strip_selection_model.cc',
2462 'browser/tabs/tab_strip_selection_model.h', 2462 'browser/tabs/tab_strip_selection_model.h',
2463 'browser/task_manager/task_manager.cc', 2463 'browser/task_manager/task_manager.cc',
2464 'browser/task_manager/task_manager.h', 2464 'browser/task_manager/task_manager.h',
2465 'browser/task_manager/task_manager_notification_resource_provider.cc', 2465 'browser/task_manager/task_manager_notification_resource_provider.cc',
2466 'browser/task_manager/task_manager_resource_providers.cc', 2466 'browser/task_manager/task_manager_resource_providers.cc',
2467 'browser/task_manager/task_manager_resource_providers.h', 2467 'browser/task_manager/task_manager_resource_providers.h',
2468 'browser/task_manager/task_manager_worker_resource_provider.cc', 2468 'browser/task_manager/task_manager_worker_resource_provider.cc',
2469 'browser/task_manager/task_manager_worker_resource_provider.h', 2469 'browser/task_manager/task_manager_worker_resource_provider.h',
2470 'browser/task_profiler/auto_tracking.cc',
2471 'browser/task_profiler/auto_tracking.h',
2472 'browser/task_profiler/task_profiler_data_serializer.cc',
2473 'browser/task_profiler/task_profiler_data_serializer.h',
2470 'browser/themes/browser_theme_pack.cc', 2474 'browser/themes/browser_theme_pack.cc',
2471 'browser/themes/browser_theme_pack.h', 2475 'browser/themes/browser_theme_pack.h',
2472 'browser/themes/theme_service.cc', 2476 'browser/themes/theme_service.cc',
2473 'browser/themes/theme_service.h',
2474 'browser/themes/theme_service_factory.cc', 2477 'browser/themes/theme_service_factory.cc',
2475 'browser/themes/theme_service_factory.h', 2478 'browser/themes/theme_service_factory.h',
2479 'browser/themes/theme_service.h',
2476 'browser/themes/theme_service_gtk.cc', 2480 'browser/themes/theme_service_gtk.cc',
2477 'browser/themes/theme_service_mac.mm', 2481 'browser/themes/theme_service_mac.mm',
2478 'browser/translate/languages_menu_model.cc', 2482 'browser/translate/languages_menu_model.cc',
2479 'browser/translate/languages_menu_model.h', 2483 'browser/translate/languages_menu_model.h',
2480 'browser/translate/options_menu_model.cc', 2484 'browser/translate/options_menu_model.cc',
2481 'browser/translate/options_menu_model.h', 2485 'browser/translate/options_menu_model.h',
2482 'browser/translate/translate_infobar_delegate.cc', 2486 'browser/translate/translate_infobar_delegate.cc',
2483 'browser/translate/translate_infobar_delegate.h', 2487 'browser/translate/translate_infobar_delegate.h',
2484 'browser/translate/translate_infobar_view.h', 2488 'browser/translate/translate_infobar_view.h',
2485 'browser/translate/translate_manager.cc', 2489 'browser/translate/translate_manager.cc',
(...skipping 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after
5520 'type': 'static_library', 5524 'type': 'static_library',
5521 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5525 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5522 'variables': { 5526 'variables': {
5523 'proto_in_dir': 'browser/history', 5527 'proto_in_dir': 'browser/history',
5524 'proto_out_dir': 'chrome/browser/history', 5528 'proto_out_dir': 'chrome/browser/history',
5525 }, 5529 },
5526 'includes': [ '../build/protoc.gypi' ] 5530 'includes': [ '../build/protoc.gypi' ]
5527 }, 5531 },
5528 ], 5532 ],
5529 } 5533 }
OLDNEW
« no previous file with comments | « chrome/browser/task_profiler/task_profiler_data_serializer.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698