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

Side by Side Diff: components/BUILD.gn

Issue 2741203002: memory-infra: Finish moving to Mojo (3nd attempt) (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « base/trace_event/memory_dump_manager_unittest.cc ('k') | components/tracing/BUILD.gn » ('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/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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 395 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
396 396
397 sources = [ 397 sources = [
398 "autofill/content/browser/risk/fingerprint_browsertest.cc", 398 "autofill/content/browser/risk/fingerprint_browsertest.cc",
399 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", 399 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc",
400 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc", 400 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc",
401 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" , 401 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" ,
402 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", 402 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc",
403 "password_manager/content/renderer/credential_manager_client_browsertest.c c", 403 "password_manager/content/renderer/credential_manager_client_browsertest.c c",
404 "security_state/content/content_utils_browsertest.cc", 404 "security_state/content/content_utils_browsertest.cc",
405 "tracing/child/child_trace_message_filter_browsertest.cc",
406 ] 405 ]
407 406
408 data = [ 407 data = [
409 "$root_out_dir/components_tests_resources.pak", 408 "$root_out_dir/components_tests_resources.pak",
410 "$root_out_dir/content_shell.pak", 409 "$root_out_dir/content_shell.pak",
411 "test/data/", 410 "test/data/",
412 "dom_distiller/core/javascript/", 411 "dom_distiller/core/javascript/",
413 "//third_party/dom_distiller_js/dist/test/data/", 412 "//third_party/dom_distiller_js/dist/test/data/",
414 ] 413 ]
415 414
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "//testing/perf", 508 "//testing/perf",
510 "//url", 509 "//url",
511 ] 510 ]
512 511
513 if (!is_ios) { 512 if (!is_ios) {
514 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 513 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
515 deps += [ "//components/discardable_memory/common" ] 514 deps += [ "//components/discardable_memory/common" ]
516 } 515 }
517 } 516 }
518 } 517 }
OLDNEW
« no previous file with comments | « base/trace_event/memory_dump_manager_unittest.cc ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698