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

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

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: style: auto must not deduce to raw pointer 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') | chrome/browser/DEPS » ('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/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 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 "//mojo/common", 1552 "//mojo/common",
1553 "//mojo/edk/system", 1553 "//mojo/edk/system",
1554 "//mojo/public/cpp/bindings", 1554 "//mojo/public/cpp/bindings",
1555 "//mojo/public/js", 1555 "//mojo/public/js",
1556 "//net:extras", 1556 "//net:extras",
1557 "//ppapi/features", 1557 "//ppapi/features",
1558 "//printing/features", 1558 "//printing/features",
1559 "//rlz/features", 1559 "//rlz/features",
1560 "//services/image_decoder/public/cpp", 1560 "//services/image_decoder/public/cpp",
1561 "//services/preferences/public/interfaces/", 1561 "//services/preferences/public/interfaces/",
1562 "//services/resource_coordinator:lib",
1562 "//services/service_manager/public/cpp", 1563 "//services/service_manager/public/cpp",
1563 "//services/shape_detection/public/interfaces", 1564 "//services/shape_detection/public/interfaces",
1564 "//skia", 1565 "//skia",
1565 "//sql", 1566 "//sql",
1566 "//storage/browser", 1567 "//storage/browser",
1567 "//storage/common", 1568 "//storage/common",
1568 "//third_party/WebKit/public:features", 1569 "//third_party/WebKit/public:features",
1569 "//third_party/WebKit/public:image_resources", 1570 "//third_party/WebKit/public:image_resources",
1570 "//third_party/WebKit/public:resources", 1571 "//third_party/WebKit/public:resources",
1571 "//third_party/cacheinvalidation", 1572 "//third_party/cacheinvalidation",
(...skipping 2965 matching lines...) Expand 10 before | Expand all | Expand 10 after
4537 "media/pepper_cdm_test_constants.cc", 4538 "media/pepper_cdm_test_constants.cc",
4538 "media/pepper_cdm_test_constants.h", 4539 "media/pepper_cdm_test_constants.h",
4539 ] 4540 ]
4540 } 4541 }
4541 } 4542 }
4542 4543
4543 service_manifest("preferences_manifest") { 4544 service_manifest("preferences_manifest") {
4544 name = "preferences" 4545 name = "preferences"
4545 source = "prefs/preferences_manifest.json" 4546 source = "prefs/preferences_manifest.json"
4546 } 4547 }
OLDNEW
« no previous file with comments | « base/trace_event/memory_dump_manager_unittest.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698