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

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

Issue 2572883002: Convert USE_PROPRIETARY_CODECS to a buildflag header. (Closed)
Patch Set: Merge 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",
125 "//media/capture", 126 "//media/capture",
126 "//net", 127 "//net",
127 "//ppapi/features", 128 "//ppapi/features",
128 "//printing/features", 129 "//printing/features",
129 "//skia", 130 "//skia",
130 "//storage/common", 131 "//storage/common",
131 "//third_party/WebKit/public:blink", 132 "//third_party/WebKit/public:blink",
132 "//third_party/WebKit/public:image_resources", 133 "//third_party/WebKit/public:image_resources",
133 "//third_party/WebKit/public:resources", 134 "//third_party/WebKit/public:resources",
134 "//third_party/icu", 135 "//third_party/icu",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 ] 394 ]
394 } 395 }
395 396
396 if (is_android) { 397 if (is_android) {
397 sources -= [ 398 sources -= [
398 "safe_browsing/mock_feature_extractor_clock.cc", 399 "safe_browsing/mock_feature_extractor_clock.cc",
399 "safe_browsing/mock_feature_extractor_clock.h", 400 "safe_browsing/mock_feature_extractor_clock.h",
400 ] 401 ]
401 } 402 }
402 } 403 }
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