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

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

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

Powered by Google App Engine
This is Rietveld 408576698