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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/app/mash/mash_runner.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 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 "//google_apis", 1425 "//google_apis",
1426 "//gpu/config", 1426 "//gpu/config",
1427 "//media", 1427 "//media",
1428 "//media/midi", 1428 "//media/midi",
1429 "//mojo/common", 1429 "//mojo/common",
1430 "//mojo/edk/system", 1430 "//mojo/edk/system",
1431 "//mojo/public/cpp/bindings", 1431 "//mojo/public/cpp/bindings",
1432 "//mojo/public/js", 1432 "//mojo/public/js",
1433 "//net:extras", 1433 "//net:extras",
1434 "//net:net_with_v8", 1434 "//net:net_with_v8",
1435 "//services/shell/public/cpp", 1435 "//services/service_manager/public/cpp",
1436 "//skia", 1436 "//skia",
1437 "//sql", 1437 "//sql",
1438 "//storage/browser", 1438 "//storage/browser",
1439 "//storage/common", 1439 "//storage/common",
1440 "//third_party/WebKit/public:image_resources", 1440 "//third_party/WebKit/public:image_resources",
1441 "//third_party/WebKit/public:resources", 1441 "//third_party/WebKit/public:resources",
1442 "//third_party/cacheinvalidation", 1442 "//third_party/cacheinvalidation",
1443 "//third_party/icu", 1443 "//third_party/icu",
1444 "//third_party/kasko", 1444 "//third_party/kasko",
1445 "//third_party/leveldatabase", 1445 "//third_party/leveldatabase",
(...skipping 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 # linking all of the test support. 4321 # linking all of the test support.
4322 static_library("pepper_cdm_test_constants") { 4322 static_library("pepper_cdm_test_constants") {
4323 testonly = true 4323 testonly = true
4324 visibility = [ "//chrome/*" ] 4324 visibility = [ "//chrome/*" ]
4325 sources = [ 4325 sources = [
4326 "media/pepper_cdm_test_constants.cc", 4326 "media/pepper_cdm_test_constants.cc",
4327 "media/pepper_cdm_test_constants.h", 4327 "media/pepper_cdm_test_constants.h",
4328 ] 4328 ]
4329 } 4329 }
4330 } 4330 }
OLDNEW
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698