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

Side by Side Diff: components/BUILD.gn

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: . Created 3 years, 10 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/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 387 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
388 388
389 sources = [ 389 sources = [
390 "autofill/content/browser/risk/fingerprint_browsertest.cc", 390 "autofill/content/browser/risk/fingerprint_browsertest.cc",
391 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", 391 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc",
392 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc", 392 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc",
393 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" , 393 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" ,
394 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", 394 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc",
395 "password_manager/content/renderer/credential_manager_client_browsertest.c c", 395 "password_manager/content/renderer/credential_manager_client_browsertest.c c",
396 "security_state/content/content_utils_browsertest.cc", 396 "security_state/content/content_utils_browsertest.cc",
397 "tracing/child/child_trace_message_filter_browsertest.cc",
398 ] 397 ]
399 398
400 data = [ 399 data = [
401 "$root_out_dir/components_tests_resources.pak", 400 "$root_out_dir/components_tests_resources.pak",
402 "$root_out_dir/content_shell.pak", 401 "$root_out_dir/content_shell.pak",
403 "test/data/", 402 "test/data/",
404 "dom_distiller/core/javascript/", 403 "dom_distiller/core/javascript/",
405 "//third_party/dom_distiller_js/dist/test/data/", 404 "//third_party/dom_distiller_js/dist/test/data/",
406 ] 405 ]
407 406
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "//testing/perf", 500 "//testing/perf",
502 "//url", 501 "//url",
503 ] 502 ]
504 503
505 if (!is_ios) { 504 if (!is_ios) {
506 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 505 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
507 deps += [ "//components/discardable_memory/common" ] 506 deps += [ "//components/discardable_memory/common" ]
508 } 507 }
509 } 508 }
510 } 509 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698