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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 27030002: Added collecting of data to be fed to the JTL interpreter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments by battre@. Created 7 years, 2 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 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 '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 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'browser/process_singleton.h', 1706 'browser/process_singleton.h',
1707 'browser/process_singleton_linux.cc', 1707 'browser/process_singleton_linux.cc',
1708 'browser/process_singleton_mac.cc', 1708 'browser/process_singleton_mac.cc',
1709 'browser/process_singleton_modal_dialog_lock.cc', 1709 'browser/process_singleton_modal_dialog_lock.cc',
1710 'browser/process_singleton_modal_dialog_lock.h', 1710 'browser/process_singleton_modal_dialog_lock.h',
1711 'browser/process_singleton_startup_lock.cc', 1711 'browser/process_singleton_startup_lock.cc',
1712 'browser/process_singleton_startup_lock.h', 1712 'browser/process_singleton_startup_lock.h',
1713 'browser/process_singleton_win.cc', 1713 'browser/process_singleton_win.cc',
1714 'browser/profile_resetter/automatic_profile_resetter.h', 1714 'browser/profile_resetter/automatic_profile_resetter.h',
1715 'browser/profile_resetter/automatic_profile_resetter.cc', 1715 'browser/profile_resetter/automatic_profile_resetter.cc',
1716 'browser/profile_resetter/automatic_profile_resetter_delegate.h',
1717 'browser/profile_resetter/automatic_profile_resetter_delegate.cc',
1716 'browser/profile_resetter/automatic_profile_resetter_factory.h', 1718 'browser/profile_resetter/automatic_profile_resetter_factory.h',
1717 'browser/profile_resetter/automatic_profile_resetter_factory.cc', 1719 'browser/profile_resetter/automatic_profile_resetter_factory.cc',
1718 'browser/profile_resetter/automatic_profile_resetter_mementos.h', 1720 'browser/profile_resetter/automatic_profile_resetter_mementos.h',
1719 'browser/profile_resetter/automatic_profile_resetter_mementos.cc', 1721 'browser/profile_resetter/automatic_profile_resetter_mementos.cc',
1720 'browser/profile_resetter/brandcoded_default_settings.h', 1722 'browser/profile_resetter/brandcoded_default_settings.h',
1721 'browser/profile_resetter/brandcoded_default_settings.cc', 1723 'browser/profile_resetter/brandcoded_default_settings.cc',
1722 'browser/profile_resetter/brandcode_config_fetcher.h', 1724 'browser/profile_resetter/brandcode_config_fetcher.h',
1723 'browser/profile_resetter/brandcode_config_fetcher.cc', 1725 'browser/profile_resetter/brandcode_config_fetcher.cc',
1724 'browser/profile_resetter/profile_reset_callback.h', 1726 'browser/profile_resetter/profile_reset_callback.h',
1725 'browser/profile_resetter/profile_reset_global_error.h', 1727 'browser/profile_resetter/profile_reset_global_error.h',
(...skipping 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after
3685 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3687 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3686 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3688 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3687 }, 3689 },
3688 'includes': [ '../build/android/java_cpp_template.gypi' ], 3690 'includes': [ '../build/android/java_cpp_template.gypi' ],
3689 }, 3691 },
3690 ], 3692 ],
3691 }, 3693 },
3692 ], 3694 ],
3693 ], 3695 ],
3694 } 3696 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698