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

Side by Side Diff: components/BUILD.gn

Issue 2028043002: tracing: restructure to the components/tracing folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 test("components_browsertests") { 378 test("components_browsertests") {
379 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 379 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
380 380
381 sources = [ 381 sources = [
382 "autofill/content/browser/risk/fingerprint_browsertest.cc", 382 "autofill/content/browser/risk/fingerprint_browsertest.cc",
383 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", 383 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc",
384 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc", 384 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc",
385 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" , 385 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" ,
386 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", 386 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc",
387 "password_manager/content/renderer/credential_manager_client_browsertest.c c", 387 "password_manager/content/renderer/credential_manager_client_browsertest.c c",
388 "tracing/child_trace_message_filter_browsertest.cc", 388 "tracing/child/child_trace_message_filter_browsertest.cc",
389 ] 389 ]
390 390
391 data = [ 391 data = [
392 "$root_out_dir/components_tests_resources.pak", 392 "$root_out_dir/components_tests_resources.pak",
393 "$root_out_dir/content_shell.pak", 393 "$root_out_dir/content_shell.pak",
394 "test/data/", 394 "test/data/",
395 "dom_distiller/core/javascript/", 395 "dom_distiller/core/javascript/",
396 "//third_party/dom_distiller_js/dist/test/data/", 396 "//third_party/dom_distiller_js/dist/test/data/",
397 ] 397 ]
398 398
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "//base/test:test_support_perf", 483 "//base/test:test_support_perf",
484 "//components/scheduler", 484 "//components/scheduler",
485 "//components/visitedlink/browser", 485 "//components/visitedlink/browser",
486 "//content/test:test_support", 486 "//content/test:test_support",
487 "//testing/gtest", 487 "//testing/gtest",
488 "//testing/perf", 488 "//testing/perf",
489 "//url", 489 "//url",
490 ] 490 ]
491 } 491 }
492 } 492 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698