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

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

Issue 2465003002: Removing Variations support for google_update_experiment_id. (Closed)
Patch Set: Fix typo. Created 4 years, 1 month 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/metrics/variations/chrome_variations_service_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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "metrics/thread_watcher.cc", 597 "metrics/thread_watcher.cc",
598 "metrics/thread_watcher.h", 598 "metrics/thread_watcher.h",
599 "metrics/thread_watcher_android.cc", 599 "metrics/thread_watcher_android.cc",
600 "metrics/thread_watcher_android.h", 600 "metrics/thread_watcher_android.h",
601 "metrics/thread_watcher_report_hang.cc", 601 "metrics/thread_watcher_report_hang.cc",
602 "metrics/thread_watcher_report_hang.h", 602 "metrics/thread_watcher_report_hang.h",
603 "metrics/time_ticks_experiment_win.cc", 603 "metrics/time_ticks_experiment_win.cc",
604 "metrics/time_ticks_experiment_win.h", 604 "metrics/time_ticks_experiment_win.h",
605 "metrics/variations/chrome_variations_service_client.cc", 605 "metrics/variations/chrome_variations_service_client.cc",
606 "metrics/variations/chrome_variations_service_client.h", 606 "metrics/variations/chrome_variations_service_client.h",
607 "metrics/variations/variations_registry_syncer_win.cc",
608 "metrics/variations/variations_registry_syncer_win.h",
609 "mod_pagespeed/mod_pagespeed_metrics.cc", 607 "mod_pagespeed/mod_pagespeed_metrics.cc",
610 "mod_pagespeed/mod_pagespeed_metrics.h", 608 "mod_pagespeed/mod_pagespeed_metrics.h",
611 "native_window_notification_source.h", 609 "native_window_notification_source.h",
612 "net/async_dns_field_trial.cc", 610 "net/async_dns_field_trial.cc",
613 "net/async_dns_field_trial.h", 611 "net/async_dns_field_trial.h",
614 "net/chrome_cookie_notification_details.h", 612 "net/chrome_cookie_notification_details.h",
615 "net/chrome_extensions_network_delegate.cc", 613 "net/chrome_extensions_network_delegate.cc",
616 "net/chrome_extensions_network_delegate.h", 614 "net/chrome_extensions_network_delegate.h",
617 "net/chrome_http_user_agent_settings.cc", 615 "net/chrome_http_user_agent_settings.cc",
618 "net/chrome_http_user_agent_settings.h", 616 "net/chrome_http_user_agent_settings.h",
(...skipping 3740 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 # linking all of the test support. 4357 # linking all of the test support.
4360 static_library("pepper_cdm_test_constants") { 4358 static_library("pepper_cdm_test_constants") {
4361 testonly = true 4359 testonly = true
4362 visibility = [ "//chrome/*" ] 4360 visibility = [ "//chrome/*" ]
4363 sources = [ 4361 sources = [
4364 "media/pepper_cdm_test_constants.cc", 4362 "media/pepper_cdm_test_constants.cc",
4365 "media/pepper_cdm_test_constants.h", 4363 "media/pepper_cdm_test_constants.h",
4366 ] 4364 ]
4367 } 4365 }
4368 } 4366 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/metrics/variations/chrome_variations_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698