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

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

Issue 2810833002: Add memory ablation experiment. (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "engagement/site_engagement_metrics.cc", 373 "engagement/site_engagement_metrics.cc",
374 "engagement/site_engagement_metrics.h", 374 "engagement/site_engagement_metrics.h",
375 "engagement/site_engagement_observer.cc", 375 "engagement/site_engagement_observer.cc",
376 "engagement/site_engagement_observer.h", 376 "engagement/site_engagement_observer.h",
377 "engagement/site_engagement_score.cc", 377 "engagement/site_engagement_score.cc",
378 "engagement/site_engagement_score.h", 378 "engagement/site_engagement_score.h",
379 "engagement/site_engagement_service.cc", 379 "engagement/site_engagement_service.cc",
380 "engagement/site_engagement_service.h", 380 "engagement/site_engagement_service.h",
381 "engagement/site_engagement_service_factory.cc", 381 "engagement/site_engagement_service_factory.cc",
382 "engagement/site_engagement_service_factory.h", 382 "engagement/site_engagement_service_factory.h",
383 "experiments/memory_ablation_experiment.cc",
384 "experiments/memory_ablation_experiment.h",
383 385
384 # Oh hey, all the cool browser/extensions files are hanging out in 386 # Oh hey, all the cool browser/extensions files are hanging out in
385 # //chrome/browser/extensions/BUILD.gn 387 # //chrome/browser/extensions/BUILD.gn
386 "external_protocol/external_protocol_handler.cc", 388 "external_protocol/external_protocol_handler.cc",
387 "external_protocol/external_protocol_handler.h", 389 "external_protocol/external_protocol_handler.h",
388 "external_protocol/external_protocol_observer.cc", 390 "external_protocol/external_protocol_observer.cc",
389 "external_protocol/external_protocol_observer.h", 391 "external_protocol/external_protocol_observer.h",
390 "favicon/chrome_fallback_icon_client.cc", 392 "favicon/chrome_fallback_icon_client.cc",
391 "favicon/chrome_fallback_icon_client.h", 393 "favicon/chrome_fallback_icon_client.h",
392 "favicon/chrome_fallback_icon_client_factory.cc", 394 "favicon/chrome_fallback_icon_client_factory.cc",
(...skipping 4287 matching lines...) Expand 10 before | Expand all | Expand 10 after
4680 "media/pepper_cdm_test_constants.cc", 4682 "media/pepper_cdm_test_constants.cc",
4681 "media/pepper_cdm_test_constants.h", 4683 "media/pepper_cdm_test_constants.h",
4682 ] 4684 ]
4683 } 4685 }
4684 } 4686 }
4685 4687
4686 service_manifest("preferences_forwarder_manifest") { 4688 service_manifest("preferences_forwarder_manifest") {
4687 name = "preferences_forwarder" 4689 name = "preferences_forwarder"
4688 source = "prefs/forwarder_manifest.json" 4690 source = "prefs/forwarder_manifest.json"
4689 } 4691 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698