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: chrome/chrome_browser.gypi

Issue 289863005: [Mac] Maximise timer slack for background tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial review Created 6 years, 7 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 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 'browser/renderer_host/safe_browsing_resource_throttle.cc', 1836 'browser/renderer_host/safe_browsing_resource_throttle.cc',
1837 'browser/renderer_host/safe_browsing_resource_throttle.h', 1837 'browser/renderer_host/safe_browsing_resource_throttle.h',
1838 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc', 1838 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc',
1839 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', 1839 'browser/renderer_host/safe_browsing_resource_throttle_factory.h',
1840 'browser/renderer_host/web_cache_manager.cc', 1840 'browser/renderer_host/web_cache_manager.cc',
1841 'browser/renderer_host/web_cache_manager.h', 1841 'browser/renderer_host/web_cache_manager.h',
1842 'browser/renderer_preferences_util.cc', 1842 'browser/renderer_preferences_util.cc',
1843 'browser/renderer_preferences_util.h', 1843 'browser/renderer_preferences_util.h',
1844 'browser/repost_form_warning_controller.cc', 1844 'browser/repost_form_warning_controller.cc',
1845 'browser/repost_form_warning_controller.h', 1845 'browser/repost_form_warning_controller.h',
1846 'browser/resource_throttle.cc',
1847 'browser/resource_throttle.cc',
aiolos (Not reviewing) 2014/05/20 17:45:23 I assume one of these should be 'browser/resource_
1846 'browser/resources_util.cc', 1848 'browser/resources_util.cc',
1847 'browser/resources_util.h', 1849 'browser/resources_util.h',
1848 'browser/rlz/rlz.cc', 1850 'browser/rlz/rlz.cc',
1849 'browser/rlz/rlz.h', 1851 'browser/rlz/rlz.h',
1850 'browser/safe_browsing/binary_feature_extractor_posix.cc', 1852 'browser/safe_browsing/binary_feature_extractor_posix.cc',
1851 'browser/safe_browsing/binary_feature_extractor_win.cc', 1853 'browser/safe_browsing/binary_feature_extractor_win.cc',
1852 'browser/safe_browsing/binary_feature_extractor.h', 1854 'browser/safe_browsing/binary_feature_extractor.h',
1853 'browser/safe_browsing/browser_feature_extractor.cc', 1855 'browser/safe_browsing/browser_feature_extractor.cc',
1854 'browser/safe_browsing/browser_feature_extractor.h', 1856 'browser/safe_browsing/browser_feature_extractor.h',
1855 'browser/safe_browsing/browser_features.cc', 1857 'browser/safe_browsing/browser_features.cc',
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
3705 'package_name': 'org/chromium/chrome/browser', 3707 'package_name': 'org/chromium/chrome/browser',
3706 'template_deps': ['browser/android/tab_load_status.h'], 3708 'template_deps': ['browser/android/tab_load_status.h'],
3707 }, 3709 },
3708 'includes': [ '../build/android/java_cpp_template.gypi' ], 3710 'includes': [ '../build/android/java_cpp_template.gypi' ],
3709 }, 3711 },
3710 ], 3712 ],
3711 }, 3713 },
3712 ], 3714 ],
3713 ], 3715 ],
3714 } 3716 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698