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

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

Issue 2643333002: Convert USE_PROPRIETARY_CODECS to a buildflag header. (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
« 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//components/translate/core/common", 117 "//components/translate/core/common",
118 "//components/translate/core/language_detection", 118 "//components/translate/core/language_detection",
119 "//components/visitedlink/renderer", 119 "//components/visitedlink/renderer",
120 "//components/web_cache/renderer", 120 "//components/web_cache/renderer",
121 "//content/app/resources", 121 "//content/app/resources",
122 "//content/app/strings", 122 "//content/app/strings",
123 "//content/public/common", 123 "//content/public/common",
124 "//content/public/renderer", 124 "//content/public/renderer",
125 "//extensions/features", 125 "//extensions/features",
126 "//media", 126 "//media",
127 "//media:media_features",
127 "//media/capture", 128 "//media/capture",
128 "//net", 129 "//net",
129 "//ppapi/features", 130 "//ppapi/features",
130 "//printing/features", 131 "//printing/features",
131 "//services/service_manager/public/cpp", 132 "//services/service_manager/public/cpp",
132 "//skia", 133 "//skia",
133 "//storage/common", 134 "//storage/common",
134 "//third_party/WebKit/public:blink", 135 "//third_party/WebKit/public:blink",
135 "//third_party/WebKit/public:image_resources", 136 "//third_party/WebKit/public:image_resources",
136 "//third_party/WebKit/public:resources", 137 "//third_party/WebKit/public:resources",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 ] 398 ]
398 } 399 }
399 400
400 if (is_android) { 401 if (is_android) {
401 sources -= [ 402 sources -= [
402 "safe_browsing/mock_feature_extractor_clock.cc", 403 "safe_browsing/mock_feature_extractor_clock.cc",
403 "safe_browsing/mock_feature_extractor_clock.h", 404 "safe_browsing/mock_feature_extractor_clock.h",
404 ] 405 ]
405 } 406 }
406 } 407 }
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