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

Side by Side Diff: components/BUILD.gn

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

Powered by Google App Engine
This is Rietveld 408576698