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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 393753002: mac: Add a profiler for startup time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from jeremy, round two. Created 6 years, 5 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'browser/lifetime/application_lifetime_mac.mm', 669 'browser/lifetime/application_lifetime_mac.mm',
670 'browser/lifetime/application_lifetime_win.cc', 670 'browser/lifetime/application_lifetime_win.cc',
671 'browser/mac/dock.h', 671 'browser/mac/dock.h',
672 'browser/mac/dock.mm', 672 'browser/mac/dock.mm',
673 'browser/mac/install_from_dmg.h', 673 'browser/mac/install_from_dmg.h',
674 'browser/mac/install_from_dmg.mm', 674 'browser/mac/install_from_dmg.mm',
675 'browser/mac/keystone_glue.h', 675 'browser/mac/keystone_glue.h',
676 'browser/mac/keystone_glue.mm', 676 'browser/mac/keystone_glue.mm',
677 'browser/mac/keystone_registration.h', 677 'browser/mac/keystone_registration.h',
678 'browser/mac/keystone_registration.mm', 678 'browser/mac/keystone_registration.mm',
679 'browser/mac/mac_startup_profiler.cc',
680 'browser/mac/mac_startup_profiler.h',
679 'browser/mac/master_prefs.h', 681 'browser/mac/master_prefs.h',
680 'browser/mac/master_prefs.mm', 682 'browser/mac/master_prefs.mm',
681 'browser/mac/obsolete_system.cc', 683 'browser/mac/obsolete_system.cc',
682 'browser/mac/obsolete_system.h', 684 'browser/mac/obsolete_system.h',
683 'browser/mac/relauncher.cc', 685 'browser/mac/relauncher.cc',
684 'browser/mac/relauncher.h', 686 'browser/mac/relauncher.h',
685 'browser/mac/security_wrappers.cc', 687 'browser/mac/security_wrappers.cc',
686 'browser/mac/security_wrappers.h', 688 'browser/mac/security_wrappers.h',
687 'browser/media/audio_stream_monitor.cc', 689 'browser/media/audio_stream_monitor.cc',
688 'browser/media/audio_stream_monitor.h', 690 'browser/media/audio_stream_monitor.h',
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3594 'package_name': 'org/chromium/chrome/browser', 3596 'package_name': 'org/chromium/chrome/browser',
3595 'template_deps': ['browser/android/tab_load_status.h'], 3597 'template_deps': ['browser/android/tab_load_status.h'],
3596 }, 3598 },
3597 'includes': [ '../build/android/java_cpp_template.gypi' ], 3599 'includes': [ '../build/android/java_cpp_template.gypi' ],
3598 }, 3600 },
3599 ], 3601 ],
3600 }, 3602 },
3601 ], 3603 ],
3602 ], 3604 ],
3603 } 3605 }
OLDNEW
« no previous file with comments | « chrome/browser/mac/mac_startup_profiler.cc ('k') | components/startup_metric_utils/startup_metric_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698