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

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

Issue 2621363002: Remove Kasko! (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 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 "//services/service_manager/public/cpp", 1545 "//services/service_manager/public/cpp",
1546 "//skia", 1546 "//skia",
1547 "//sql", 1547 "//sql",
1548 "//storage/browser", 1548 "//storage/browser",
1549 "//storage/common", 1549 "//storage/common",
1550 "//third_party/WebKit/public:features", 1550 "//third_party/WebKit/public:features",
1551 "//third_party/WebKit/public:image_resources", 1551 "//third_party/WebKit/public:image_resources",
1552 "//third_party/WebKit/public:resources", 1552 "//third_party/WebKit/public:resources",
1553 "//third_party/cacheinvalidation", 1553 "//third_party/cacheinvalidation",
1554 "//third_party/icu", 1554 "//third_party/icu",
1555 "//third_party/kasko",
1556 "//third_party/leveldatabase", 1555 "//third_party/leveldatabase",
1557 "//third_party/libaddressinput", 1556 "//third_party/libaddressinput",
1558 "//third_party/libjingle", 1557 "//third_party/libjingle",
1559 "//third_party/libxml", 1558 "//third_party/libxml",
1560 "//third_party/libyuv", 1559 "//third_party/libyuv",
1561 "//third_party/re2", 1560 "//third_party/re2",
1562 "//third_party/smhasher:cityhash", 1561 "//third_party/smhasher:cityhash",
1563 "//third_party/webrtc/modules/desktop_capture", 1562 "//third_party/webrtc/modules/desktop_capture",
1564 "//third_party/widevine/cdm:headers", 1563 "//third_party/widevine/cdm:headers",
1565 "//third_party/zlib", 1564 "//third_party/zlib",
(...skipping 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after
4483 "media/pepper_cdm_test_constants.cc", 4482 "media/pepper_cdm_test_constants.cc",
4484 "media/pepper_cdm_test_constants.h", 4483 "media/pepper_cdm_test_constants.h",
4485 ] 4484 ]
4486 } 4485 }
4487 } 4486 }
4488 4487
4489 service_manifest("preferences_manifest") { 4488 service_manifest("preferences_manifest") {
4490 name = "preferences" 4489 name = "preferences"
4491 source = "prefs/preferences_manifest.json" 4490 source = "prefs/preferences_manifest.json"
4492 } 4491 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698