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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 435603011: jankometer: Remove. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/browser/jankometer_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'browser/intranet_redirect_detector.cc', 638 'browser/intranet_redirect_detector.cc',
639 'browser/intranet_redirect_detector.h', 639 'browser/intranet_redirect_detector.h',
640 'browser/invalidation/invalidation_controller_android.cc', 640 'browser/invalidation/invalidation_controller_android.cc',
641 'browser/invalidation/invalidation_controller_android.h', 641 'browser/invalidation/invalidation_controller_android.h',
642 'browser/invalidation/invalidation_service_android.cc', 642 'browser/invalidation/invalidation_service_android.cc',
643 'browser/invalidation/invalidation_service_android.h', 643 'browser/invalidation/invalidation_service_android.h',
644 'browser/invalidation/profile_invalidation_provider_factory.cc', 644 'browser/invalidation/profile_invalidation_provider_factory.cc',
645 'browser/invalidation/profile_invalidation_provider_factory.h', 645 'browser/invalidation/profile_invalidation_provider_factory.h',
646 'browser/io_thread.cc', 646 'browser/io_thread.cc',
647 'browser/io_thread.h', 647 'browser/io_thread.h',
648 'browser/jankometer.h',
649 'browser/jankometer_win.cc',
650 'browser/jumplist_updater_win.cc', 648 'browser/jumplist_updater_win.cc',
651 'browser/jumplist_updater_win.h', 649 'browser/jumplist_updater_win.h',
652 'browser/jumplist_win.cc', 650 'browser/jumplist_win.cc',
653 'browser/jumplist_win.h', 651 'browser/jumplist_win.h',
654 'browser/lifetime/application_lifetime.cc', 652 'browser/lifetime/application_lifetime.cc',
655 'browser/lifetime/application_lifetime.h', 653 'browser/lifetime/application_lifetime.h',
656 'browser/lifetime/application_lifetime_android.cc', 654 'browser/lifetime/application_lifetime_android.cc',
657 'browser/lifetime/application_lifetime_android.h', 655 'browser/lifetime/application_lifetime_android.h',
658 'browser/lifetime/application_lifetime_mac.mm', 656 'browser/lifetime/application_lifetime_mac.mm',
659 'browser/lifetime/application_lifetime_win.cc', 657 'browser/lifetime/application_lifetime_win.cc',
(...skipping 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 'browser/hang_monitor/hang_crash_dump_win.h', 2281 'browser/hang_monitor/hang_crash_dump_win.h',
2284 'browser/hang_monitor/hung_plugin_action.cc', 2282 'browser/hang_monitor/hung_plugin_action.cc',
2285 'browser/hang_monitor/hung_plugin_action.h', 2283 'browser/hang_monitor/hung_plugin_action.h',
2286 'browser/hang_monitor/hung_window_detector.cc', 2284 'browser/hang_monitor/hung_window_detector.cc',
2287 'browser/hang_monitor/hung_window_detector.h', 2285 'browser/hang_monitor/hung_window_detector.h',
2288 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', 2286 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc',
2289 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', 2287 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h',
2290 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc', 2288 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc',
2291 ], 2289 ],
2292 'chrome_browser_non_win_sources': [ 2290 'chrome_browser_non_win_sources': [
2293 'browser/jankometer_stub.cc',
2294 'browser/profiles/profile_shortcut_manager_stub.cc', 2291 'browser/profiles/profile_shortcut_manager_stub.cc',
2295 ], 2292 ],
2296 # Desktop Linux and ChromeOS. 2293 # Desktop Linux and ChromeOS.
2297 'chrome_browser_linux_sources': [ 2294 'chrome_browser_linux_sources': [
2298 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc', 2295 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc',
2299 ], 2296 ],
2300 # Desktop linux, doesn't count ChromeOS. 2297 # Desktop linux, doesn't count ChromeOS.
2301 'chrome_browser_desktop_linux_sources': [ 2298 'chrome_browser_desktop_linux_sources': [
2302 'browser/first_run/upgrade_util.cc', 2299 'browser/first_run/upgrade_util.cc',
2303 'browser/first_run/upgrade_util_linux.cc', 2300 'browser/first_run/upgrade_util_linux.cc',
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
3614 'package_name': 'org/chromium/chrome/browser', 3611 'package_name': 'org/chromium/chrome/browser',
3615 'template_deps': ['browser/android/tab_load_status.h'], 3612 'template_deps': ['browser/android/tab_load_status.h'],
3616 }, 3613 },
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], 3614 'includes': [ '../build/android/java_cpp_template.gypi' ],
3618 }, 3615 },
3619 ], 3616 ],
3620 }, 3617 },
3621 ], 3618 ],
3622 ], 3619 ],
3623 } 3620 }
OLDNEW
« no previous file with comments | « chrome/browser/jankometer_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698