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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2399293002: Add MemoryCoordinatorDelegate (Closed)
Patch Set: Add a separate delegate class Created 4 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 "media/webrtc/permission_bubble_media_access_handler.cc", 546 "media/webrtc/permission_bubble_media_access_handler.cc",
547 "media/webrtc/permission_bubble_media_access_handler.h", 547 "media/webrtc/permission_bubble_media_access_handler.h",
548 548
549 # TODO(brettw) should this go with the webrtc sources? 549 # TODO(brettw) should this go with the webrtc sources?
550 "media/webrtc/webrtc_log_list.cc", 550 "media/webrtc/webrtc_log_list.cc",
551 "media/webrtc/webrtc_log_list.h", 551 "media/webrtc/webrtc_log_list.h",
552 "media/webrtc/window_icon_util.h", 552 "media/webrtc/window_icon_util.h",
553 "media/webrtc/window_icon_util_chromeos.cc", 553 "media/webrtc/window_icon_util_chromeos.cc",
554 "media/webrtc/window_icon_util_mac.mm", 554 "media/webrtc/window_icon_util_mac.mm",
555 "media/webrtc/window_icon_util_win.cc", 555 "media/webrtc/window_icon_util_win.cc",
556 "memory/chrome_memory_coordinator_delegate.cc",
557 "memory/chrome_memory_coordinator_delegate.h",
556 "memory_details.cc", 558 "memory_details.cc",
557 "memory_details.h", 559 "memory_details.h",
558 "memory_details_android.cc", 560 "memory_details_android.cc",
559 "memory_details_linux.cc", 561 "memory_details_linux.cc",
560 "memory_details_mac.cc", 562 "memory_details_mac.cc",
561 "memory_details_win.cc", 563 "memory_details_win.cc",
562 "metrics/antivirus_metrics_provider_win.cc", 564 "metrics/antivirus_metrics_provider_win.cc",
563 "metrics/antivirus_metrics_provider_win.h", 565 "metrics/antivirus_metrics_provider_win.h",
564 "metrics/chrome_browser_main_extra_parts_metrics.cc", 566 "metrics/chrome_browser_main_extra_parts_metrics.cc",
565 "metrics/chrome_browser_main_extra_parts_metrics.h", 567 "metrics/chrome_browser_main_extra_parts_metrics.h",
(...skipping 3735 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 # linking all of the test support. 4303 # linking all of the test support.
4302 static_library("pepper_cdm_test_constants") { 4304 static_library("pepper_cdm_test_constants") {
4303 testonly = true 4305 testonly = true
4304 visibility = [ "//chrome/*" ] 4306 visibility = [ "//chrome/*" ]
4305 sources = [ 4307 sources = [
4306 "media/pepper_cdm_test_constants.cc", 4308 "media/pepper_cdm_test_constants.cc",
4307 "media/pepper_cdm_test_constants.h", 4309 "media/pepper_cdm_test_constants.h",
4308 ] 4310 ]
4309 } 4311 }
4310 } 4312 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698