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

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

Issue 2580093002: Revert of Convert USE_PROPRIETARY_CODECS to a buildflag header. (Closed)
Patch Set: Created 4 years 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/common/chrome_content_client.cc ('k') | chrome/renderer/media/chrome_key_systems.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/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "//components/translate/core/common", 115 "//components/translate/core/common",
116 "//components/translate/core/language_detection", 116 "//components/translate/core/language_detection",
117 "//components/visitedlink/renderer", 117 "//components/visitedlink/renderer",
118 "//components/web_cache/renderer", 118 "//components/web_cache/renderer",
119 "//content/app/resources", 119 "//content/app/resources",
120 "//content/app/strings", 120 "//content/app/strings",
121 "//content/public/common", 121 "//content/public/common",
122 "//content/public/renderer", 122 "//content/public/renderer",
123 "//extensions/features", 123 "//extensions/features",
124 "//media", 124 "//media",
125 "//media:media_features",
126 "//media/capture", 125 "//media/capture",
127 "//net", 126 "//net",
128 "//ppapi/features", 127 "//ppapi/features",
129 "//printing/features", 128 "//printing/features",
130 "//skia", 129 "//skia",
131 "//storage/common", 130 "//storage/common",
132 "//third_party/WebKit/public:blink", 131 "//third_party/WebKit/public:blink",
133 "//third_party/WebKit/public:image_resources", 132 "//third_party/WebKit/public:image_resources",
134 "//third_party/WebKit/public:resources", 133 "//third_party/WebKit/public:resources",
135 "//third_party/icu", 134 "//third_party/icu",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 ] 393 ]
395 } 394 }
396 395
397 if (is_android) { 396 if (is_android) {
398 sources -= [ 397 sources -= [
399 "safe_browsing/mock_feature_extractor_clock.cc", 398 "safe_browsing/mock_feature_extractor_clock.cc",
400 "safe_browsing/mock_feature_extractor_clock.h", 399 "safe_browsing/mock_feature_extractor_clock.h",
401 ] 400 ]
402 } 401 }
403 } 402 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome/renderer/media/chrome_key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698