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

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

Issue 2706383002: DO NOT SUBMIT: Show silent service manager failure (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('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 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 "//media/midi", 1542 "//media/midi",
1543 "//mojo/common", 1543 "//mojo/common",
1544 "//mojo/edk/system", 1544 "//mojo/edk/system",
1545 "//mojo/public/cpp/bindings", 1545 "//mojo/public/cpp/bindings",
1546 "//mojo/public/js", 1546 "//mojo/public/js",
1547 "//net:extras", 1547 "//net:extras",
1548 "//ppapi/features", 1548 "//ppapi/features",
1549 "//printing/features", 1549 "//printing/features",
1550 "//rlz/features", 1550 "//rlz/features",
1551 "//services/image_decoder/public/cpp", 1551 "//services/image_decoder/public/cpp",
1552 "//services/preferences/public/cpp/",
1552 "//services/preferences/public/interfaces/", 1553 "//services/preferences/public/interfaces/",
1553 "//services/service_manager/public/cpp", 1554 "//services/service_manager/public/cpp",
1554 "//services/shape_detection/public/interfaces", 1555 "//services/shape_detection/public/interfaces",
1555 "//skia", 1556 "//skia",
1556 "//sql", 1557 "//sql",
1557 "//storage/browser", 1558 "//storage/browser",
1558 "//storage/common", 1559 "//storage/common",
1559 "//third_party/WebKit/public:features", 1560 "//third_party/WebKit/public:features",
1560 "//third_party/WebKit/public:image_resources", 1561 "//third_party/WebKit/public:image_resources",
1561 "//third_party/WebKit/public:resources", 1562 "//third_party/WebKit/public:resources",
(...skipping 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after
4526 "media/pepper_cdm_test_constants.cc", 4527 "media/pepper_cdm_test_constants.cc",
4527 "media/pepper_cdm_test_constants.h", 4528 "media/pepper_cdm_test_constants.h",
4528 ] 4529 ]
4529 } 4530 }
4530 } 4531 }
4531 4532
4532 service_manifest("preferences_manifest") { 4533 service_manifest("preferences_manifest") {
4533 name = "preferences" 4534 name = "preferences"
4534 source = "prefs/preferences_manifest.json" 4535 source = "prefs/preferences_manifest.json"
4535 } 4536 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698