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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1051463003: Move mod_pagespeed metrics out of prerender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky comments Created 5 years, 8 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'browser/media/native_desktop_media_list.h', 532 'browser/media/native_desktop_media_list.h',
533 # TODO(brettw) should this go with the webrtc sources? 533 # TODO(brettw) should this go with the webrtc sources?
534 'browser/media/webrtc_log_list.cc', 534 'browser/media/webrtc_log_list.cc',
535 'browser/media/webrtc_log_list.h', 535 'browser/media/webrtc_log_list.h',
536 'browser/memory_details.cc', 536 'browser/memory_details.cc',
537 'browser/memory_details.h', 537 'browser/memory_details.h',
538 'browser/memory_details_android.cc', 538 'browser/memory_details_android.cc',
539 'browser/memory_details_linux.cc', 539 'browser/memory_details_linux.cc',
540 'browser/memory_details_mac.cc', 540 'browser/memory_details_mac.cc',
541 'browser/memory_details_win.cc', 541 'browser/memory_details_win.cc',
542 'browser/mod_pagespeed/mod_pagespeed_metrics.cc',
543 'browser/mod_pagespeed/mod_pagespeed_metrics.h',
542 'browser/native_window_notification_source.h', 544 'browser/native_window_notification_source.h',
543 'browser/net/predictor_tab_helper.cc', 545 'browser/net/predictor_tab_helper.cc',
544 'browser/net/predictor_tab_helper.h', 546 'browser/net/predictor_tab_helper.h',
545 'browser/omnibox/omnibox_log.cc', 547 'browser/omnibox/omnibox_log.cc',
546 'browser/omnibox/omnibox_log.h', 548 'browser/omnibox/omnibox_log.h',
547 'browser/performance_monitor/performance_monitor.cc', 549 'browser/performance_monitor/performance_monitor.cc',
548 'browser/performance_monitor/performance_monitor.h', 550 'browser/performance_monitor/performance_monitor.h',
549 'browser/performance_monitor/process_metrics_history.cc', 551 'browser/performance_monitor/process_metrics_history.cc',
550 'browser/performance_monitor/process_metrics_history.h', 552 'browser/performance_monitor/process_metrics_history.h',
551 'browser/platform_util.h', 553 'browser/platform_util.h',
(...skipping 3279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3831 'variables': { 3833 'variables': {
3832 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3834 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3833 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3835 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3834 }, 3836 },
3835 'includes': [ '../build/protoc.gypi' ] 3837 'includes': [ '../build/protoc.gypi' ]
3836 }, 3838 },
3837 ], 3839 ],
3838 },], 3840 },],
3839 ], 3841 ],
3840 } 3842 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698