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

Side by Side Diff: chrome/browser/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 | « 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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 "//mojo/common", 1569 "//mojo/common",
1570 "//mojo/edk/system", 1570 "//mojo/edk/system",
1571 "//mojo/public/cpp/bindings", 1571 "//mojo/public/cpp/bindings",
1572 "//mojo/public/js", 1572 "//mojo/public/js",
1573 "//net:extras", 1573 "//net:extras",
1574 "//ppapi/features", 1574 "//ppapi/features",
1575 "//printing/features", 1575 "//printing/features",
1576 "//rlz/features", 1576 "//rlz/features",
1577 "//services/image_decoder/public/cpp", 1577 "//services/image_decoder/public/cpp",
1578 "//services/preferences/public/interfaces/", 1578 "//services/preferences/public/interfaces/",
1579 "//services/resource_coordinator:lib",
1579 "//services/service_manager/public/cpp", 1580 "//services/service_manager/public/cpp",
1580 "//services/shape_detection/public/interfaces", 1581 "//services/shape_detection/public/interfaces",
1581 "//skia", 1582 "//skia",
1582 "//sql", 1583 "//sql",
1583 "//storage/browser", 1584 "//storage/browser",
1584 "//storage/common", 1585 "//storage/common",
1585 "//third_party/WebKit/public:features", 1586 "//third_party/WebKit/public:features",
1586 "//third_party/WebKit/public:image_resources", 1587 "//third_party/WebKit/public:image_resources",
1587 "//third_party/WebKit/public:resources", 1588 "//third_party/WebKit/public:resources",
1588 "//third_party/cacheinvalidation", 1589 "//third_party/cacheinvalidation",
(...skipping 2970 matching lines...) Expand 10 before | Expand all | Expand 10 after
4559 "media/pepper_cdm_test_constants.cc", 4560 "media/pepper_cdm_test_constants.cc",
4560 "media/pepper_cdm_test_constants.h", 4561 "media/pepper_cdm_test_constants.h",
4561 ] 4562 ]
4562 } 4563 }
4563 } 4564 }
4564 4565
4565 service_manifest("preferences_manifest") { 4566 service_manifest("preferences_manifest") {
4566 name = "preferences" 4567 name = "preferences"
4567 source = "prefs/preferences_manifest.json" 4568 source = "prefs/preferences_manifest.json"
4568 } 4569 }
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