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

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: 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'browser/media/native_desktop_media_list.h', 524 'browser/media/native_desktop_media_list.h',
525 # TODO(brettw) should this go with the webrtc sources? 525 # TODO(brettw) should this go with the webrtc sources?
526 'browser/media/webrtc_log_list.cc', 526 'browser/media/webrtc_log_list.cc',
527 'browser/media/webrtc_log_list.h', 527 'browser/media/webrtc_log_list.h',
528 'browser/memory_details.cc', 528 'browser/memory_details.cc',
529 'browser/memory_details.h', 529 'browser/memory_details.h',
530 'browser/memory_details_android.cc', 530 'browser/memory_details_android.cc',
531 'browser/memory_details_linux.cc', 531 'browser/memory_details_linux.cc',
532 'browser/memory_details_mac.cc', 532 'browser/memory_details_mac.cc',
533 'browser/memory_details_win.cc', 533 'browser/memory_details_win.cc',
534 'browser/mod_pagespeed_metrics.cc',
535 'browser/mod_pagespeed_metrics.h',
534 'browser/native_window_notification_source.h', 536 'browser/native_window_notification_source.h',
535 'browser/net/predictor_tab_helper.cc', 537 'browser/net/predictor_tab_helper.cc',
536 'browser/net/predictor_tab_helper.h', 538 'browser/net/predictor_tab_helper.h',
537 'browser/omnibox/omnibox_log.cc', 539 'browser/omnibox/omnibox_log.cc',
538 'browser/omnibox/omnibox_log.h', 540 'browser/omnibox/omnibox_log.h',
539 'browser/performance_monitor/performance_monitor.cc', 541 'browser/performance_monitor/performance_monitor.cc',
540 'browser/performance_monitor/performance_monitor.h', 542 'browser/performance_monitor/performance_monitor.h',
541 'browser/performance_monitor/process_metrics_history.cc', 543 'browser/performance_monitor/process_metrics_history.cc',
542 'browser/performance_monitor/process_metrics_history.h', 544 'browser/performance_monitor/process_metrics_history.h',
543 'browser/platform_util.h', 545 'browser/platform_util.h',
(...skipping 3235 matching lines...) Expand 10 before | Expand all | Expand 10 after
3779 'variables': { 3781 'variables': {
3780 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3782 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3781 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3783 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3782 }, 3784 },
3783 'includes': [ '../build/protoc.gypi' ] 3785 'includes': [ '../build/protoc.gypi' ]
3784 }, 3786 },
3785 ], 3787 ],
3786 },], 3788 },],
3787 ], 3789 ],
3788 } 3790 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698