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

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

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Addressing reviewers' comments. Created 5 years, 3 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 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("//chrome/chrome_tests.gni") 9 import("//chrome/chrome_tests.gni")
10 import("//chrome/test/base/js2gtest.gni") 10 import("//chrome/test/base/js2gtest.gni")
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 # TODO(GYP) Windows stuff 1443 # TODO(GYP) Windows stuff
1444 # ['incremental_chrome_dll==1', { 1444 # ['incremental_chrome_dll==1', {
1445 # 'UseLibraryDependencyInputs': "true", 1445 # 'UseLibraryDependencyInputs': "true",
1446 1446
1447 if (!is_ios) { 1447 if (!is_ios) {
1448 deps += [ 1448 deps += [
1449 ":unit_tests_js", 1449 ":unit_tests_js",
1450 "//components/audio_modem:test_support", 1450 "//components/audio_modem:test_support",
1451 "//components/autofill/content/browser/wallet:test_support", 1451 "//components/autofill/content/browser/wallet:test_support",
1452 "//components/autofill/content/renderer:test_support", 1452 "//components/autofill/content/renderer:test_support",
1453 "//components/data_use_measurement/core:data_use_measurement_core",
Lei Zhang 2015/09/03 04:47:11 nit: alphabetical order.
amohammadkhan 2015/09/03 23:10:36 Done.
1454 "//components/data_reduction_proxy/core/browser:test_support",
1453 "//components/metrics/proto", 1455 "//components/metrics/proto",
1454 "//components/data_reduction_proxy/core/browser:test_support",
1455 "//components/safe_json:test_support", 1456 "//components/safe_json:test_support",
1456 "//components/webdata_services:test_support", 1457 "//components/webdata_services:test_support",
1457 "//components/strings", 1458 "//components/strings",
1458 "//device/bluetooth:mocks", 1459 "//device/bluetooth:mocks",
1459 "//content/app/resources", 1460 "//content/app/resources",
1460 "//gpu:test_support", 1461 "//gpu:test_support",
1461 "//media:test_support", 1462 "//media:test_support",
1462 1463
1463 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP) 1464 #'../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', TODO(GYP)
1464 "//third_party/leveldatabase", 1465 "//third_party/leveldatabase",
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 "//third_party/mojo/src/mojo/edk/system", 2009 "//third_party/mojo/src/mojo/edk/system",
2009 ] 2010 ]
2010 2011
2011 if (!is_android && use_ash) { 2012 if (!is_android && use_ash) {
2012 sources += rebase_path( 2013 sources += rebase_path(
2013 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 2014 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
2014 ".", 2015 ".",
2015 "//chrome") 2016 "//chrome")
2016 } 2017 }
2017 } 2018 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698