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

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

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: review 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/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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1547 "//mojo/common", 1547 "//mojo/common",
1548 "//mojo/edk/system", 1548 "//mojo/edk/system",
1549 "//mojo/public/cpp/bindings", 1549 "//mojo/public/cpp/bindings",
1550 "//mojo/public/js", 1550 "//mojo/public/js",
1551 "//net:extras", 1551 "//net:extras",
1552 "//ppapi/features", 1552 "//ppapi/features",
1553 "//printing/features", 1553 "//printing/features",
1554 "//rlz/features", 1554 "//rlz/features",
1555 "//services/image_decoder/public/cpp", 1555 "//services/image_decoder/public/cpp",
1556 "//services/preferences/public/interfaces/", 1556 "//services/preferences/public/interfaces/",
1557 "//services/resource_coordinator:lib",
1557 "//services/service_manager/public/cpp", 1558 "//services/service_manager/public/cpp",
1558 "//services/shape_detection/public/interfaces", 1559 "//services/shape_detection/public/interfaces",
1559 "//skia", 1560 "//skia",
1560 "//sql", 1561 "//sql",
1561 "//storage/browser", 1562 "//storage/browser",
1562 "//storage/common", 1563 "//storage/common",
1563 "//third_party/WebKit/public:features", 1564 "//third_party/WebKit/public:features",
1564 "//third_party/WebKit/public:image_resources", 1565 "//third_party/WebKit/public:image_resources",
1565 "//third_party/WebKit/public:resources", 1566 "//third_party/WebKit/public:resources",
1566 "//third_party/cacheinvalidation", 1567 "//third_party/cacheinvalidation",
(...skipping 2963 matching lines...) Expand 10 before | Expand all | Expand 10 after
4530 "media/pepper_cdm_test_constants.cc", 4531 "media/pepper_cdm_test_constants.cc",
4531 "media/pepper_cdm_test_constants.h", 4532 "media/pepper_cdm_test_constants.h",
4532 ] 4533 ]
4533 } 4534 }
4534 } 4535 }
4535 4536
4536 service_manifest("preferences_manifest") { 4537 service_manifest("preferences_manifest") {
4537 name = "preferences" 4538 name = "preferences"
4538 source = "prefs/preferences_manifest.json" 4539 source = "prefs/preferences_manifest.json"
4539 } 4540 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698