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

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

Issue 2465953002: Move Field Trial Utils from chrome/common/variations to components/variations/field_trial_util (Closed)
Patch Set: Moved to components/variations/field_trial_util and chrome switches 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/chrome_browser_field_trials_desktop.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 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 "//components/translate/core/browser", 1397 "//components/translate/core/browser",
1398 "//components/translate/core/common", 1398 "//components/translate/core/common",
1399 "//components/undo", 1399 "//components/undo",
1400 "//components/update_client", 1400 "//components/update_client",
1401 "//components/upload_list", 1401 "//components/upload_list",
1402 "//components/url_formatter", 1402 "//components/url_formatter",
1403 "//components/url_matcher", 1403 "//components/url_matcher",
1404 "//components/user_prefs", 1404 "//components/user_prefs",
1405 "//components/user_prefs/tracked:user_prefs_tracked", 1405 "//components/user_prefs/tracked:user_prefs_tracked",
1406 "//components/variations", 1406 "//components/variations",
1407 "//components/variations/field_trial_config",
1407 "//components/variations/net", 1408 "//components/variations/net",
1408 "//components/variations/service", 1409 "//components/variations/service",
1409 "//components/visitedlink/browser", 1410 "//components/visitedlink/browser",
1410 "//components/visitedlink/common", 1411 "//components/visitedlink/common",
1411 "//components/web_cache/browser", 1412 "//components/web_cache/browser",
1412 "//components/web_resource", 1413 "//components/web_resource",
1413 "//components/webdata/common", 1414 "//components/webdata/common",
1414 "//components/webdata_services", 1415 "//components/webdata_services",
1415 "//components/zoom", 1416 "//components/zoom",
1416 "//content/app/resources", 1417 "//content/app/resources",
(...skipping 2951 matching lines...) Expand 10 before | Expand all | Expand 10 after
4368 # linking all of the test support. 4369 # linking all of the test support.
4369 static_library("pepper_cdm_test_constants") { 4370 static_library("pepper_cdm_test_constants") {
4370 testonly = true 4371 testonly = true
4371 visibility = [ "//chrome/*" ] 4372 visibility = [ "//chrome/*" ]
4372 sources = [ 4373 sources = [
4373 "media/pepper_cdm_test_constants.cc", 4374 "media/pepper_cdm_test_constants.cc",
4374 "media/pepper_cdm_test_constants.h", 4375 "media/pepper_cdm_test_constants.h",
4375 ] 4376 ]
4376 } 4377 }
4377 } 4378 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_field_trials_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698