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

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

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: Created 3 years, 11 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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 "//mojo/public/cpp/bindings", 1530 "//mojo/public/cpp/bindings",
1531 "//mojo/public/js", 1531 "//mojo/public/js",
1532 "//net:extras", 1532 "//net:extras",
1533 "//net:net_with_v8", 1533 "//net:net_with_v8",
1534 "//ppapi/features", 1534 "//ppapi/features",
1535 "//printing/features", 1535 "//printing/features",
1536 "//rlz/features", 1536 "//rlz/features",
1537 "//services/image_decoder/public/cpp", 1537 "//services/image_decoder/public/cpp",
1538 "//services/preferences/public/interfaces/", 1538 "//services/preferences/public/interfaces/",
1539 "//services/service_manager/public/cpp", 1539 "//services/service_manager/public/cpp",
1540 "//services/shape_detection/public/interfaces",
1540 "//skia", 1541 "//skia",
1541 "//sql", 1542 "//sql",
1542 "//storage/browser", 1543 "//storage/browser",
1543 "//storage/common", 1544 "//storage/common",
1544 "//third_party/WebKit/public:features", 1545 "//third_party/WebKit/public:features",
1545 "//third_party/WebKit/public:image_resources", 1546 "//third_party/WebKit/public:image_resources",
1546 "//third_party/WebKit/public:resources", 1547 "//third_party/WebKit/public:resources",
1547 "//third_party/cacheinvalidation", 1548 "//third_party/cacheinvalidation",
1548 "//third_party/icu", 1549 "//third_party/icu",
1549 "//third_party/kasko", 1550 "//third_party/kasko",
(...skipping 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after
4480 "media/pepper_cdm_test_constants.cc", 4481 "media/pepper_cdm_test_constants.cc",
4481 "media/pepper_cdm_test_constants.h", 4482 "media/pepper_cdm_test_constants.h",
4482 ] 4483 ]
4483 } 4484 }
4484 } 4485 }
4485 4486
4486 service_manifest("preferences_manifest") { 4487 service_manifest("preferences_manifest") {
4487 name = "preferences" 4488 name = "preferences"
4488 source = "prefs/preferences_manifest.json" 4489 source = "prefs/preferences_manifest.json"
4489 } 4490 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698