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

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

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase 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 | « chrome/app/version_assembly/version_assembly_manifest.template ('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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 "//services/shape_detection/public/interfaces", 1553 "//services/shape_detection/public/interfaces",
1554 "//skia", 1554 "//skia",
1555 "//sql", 1555 "//sql",
1556 "//storage/browser", 1556 "//storage/browser",
1557 "//storage/common", 1557 "//storage/common",
1558 "//third_party/WebKit/public:features", 1558 "//third_party/WebKit/public:features",
1559 "//third_party/WebKit/public:image_resources", 1559 "//third_party/WebKit/public:image_resources",
1560 "//third_party/WebKit/public:resources", 1560 "//third_party/WebKit/public:resources",
1561 "//third_party/cacheinvalidation", 1561 "//third_party/cacheinvalidation",
1562 "//third_party/icu", 1562 "//third_party/icu",
1563 "//third_party/kasko",
1564 "//third_party/leveldatabase", 1563 "//third_party/leveldatabase",
1565 "//third_party/libaddressinput", 1564 "//third_party/libaddressinput",
1566 "//third_party/libjingle", 1565 "//third_party/libjingle",
1567 "//third_party/libxml", 1566 "//third_party/libxml",
1568 "//third_party/libyuv", 1567 "//third_party/libyuv",
1569 "//third_party/re2", 1568 "//third_party/re2",
1570 "//third_party/smhasher:cityhash", 1569 "//third_party/smhasher:cityhash",
1571 "//third_party/webrtc/modules/desktop_capture", 1570 "//third_party/webrtc/modules/desktop_capture",
1572 "//third_party/widevine/cdm:headers", 1571 "//third_party/widevine/cdm:headers",
1573 "//third_party/zlib", 1572 "//third_party/zlib",
(...skipping 2928 matching lines...) Expand 10 before | Expand all | Expand 10 after
4502 "media/pepper_cdm_test_constants.cc", 4501 "media/pepper_cdm_test_constants.cc",
4503 "media/pepper_cdm_test_constants.h", 4502 "media/pepper_cdm_test_constants.h",
4504 ] 4503 ]
4505 } 4504 }
4506 } 4505 }
4507 4506
4508 service_manifest("preferences_manifest") { 4507 service_manifest("preferences_manifest") {
4509 name = "preferences" 4508 name = "preferences"
4510 source = "prefs/preferences_manifest.json" 4509 source = "prefs/preferences_manifest.json"
4511 } 4510 }
OLDNEW
« no previous file with comments | « chrome/app/version_assembly/version_assembly_manifest.template ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698