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

Side by Side Diff: content/shell/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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "//device/bluetooth:mocks", 237 "//device/bluetooth:mocks",
238 "//device/geolocation", 238 "//device/geolocation",
239 "//gin", 239 "//gin",
240 "//gpu", 240 "//gpu",
241 "//ipc", 241 "//ipc",
242 "//media", 242 "//media",
243 "//mojo/edk/js", 243 "//mojo/edk/js",
244 "//net", 244 "//net",
245 "//net:net_resources", 245 "//net:net_resources",
246 "//sandbox", 246 "//sandbox",
247 "//services/shell/public/cpp", 247 "//services/service_manager/public/cpp",
248 "//skia", 248 "//skia",
249 "//storage/browser", 249 "//storage/browser",
250 "//testing/gmock", 250 "//testing/gmock",
251 "//testing/gtest", 251 "//testing/gtest",
252 "//third_party/WebKit/public:blink", 252 "//third_party/WebKit/public:blink",
253 "//third_party/WebKit/public:image_resources", 253 "//third_party/WebKit/public:image_resources",
254 "//third_party/WebKit/public:resources", 254 "//third_party/WebKit/public:resources",
255 "//third_party/WebKit/public:test_support", 255 "//third_party/WebKit/public:test_support",
256 "//third_party/icu", 256 "//third_party/icu",
257 "//ui/base", 257 "//ui/base",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 "{{bundle_resources_dir}}/{{source_file_part}}", 740 "{{bundle_resources_dir}}/{{source_file_part}}",
741 ] 741 ]
742 } 742 }
743 } 743 }
744 744
745 mojom("mojo_bindings") { 745 mojom("mojo_bindings") {
746 sources = [ 746 sources = [
747 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 747 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
748 ] 748 ]
749 } 749 }
OLDNEW
« no previous file with comments | « content/renderer/service_worker/service_worker_context_client.cc ('k') | content/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698