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

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

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix Created 4 years, 1 month 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/url_constants.cc ('k') | chrome/renderer/chrome_content_renderer_client.h » ('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("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
10 import("//tools/grit/grit_rule.gni") 11 import("//tools/grit/grit_rule.gni")
11 12
12 grit("resources") { 13 grit("resources") {
13 source = "resources/renderer_resources.grd" 14 source = "resources/renderer_resources.grd"
14 defines = chrome_grit_defines 15 defines = chrome_grit_defines
15 use_qualified_include = true 16 use_qualified_include = true
16 output_dir = "$root_gen_dir/chrome" 17 output_dir = "$root_gen_dir/chrome"
17 output_name = "renderer_resources" 18 output_name = "renderer_resources"
18 outputs = [ 19 outputs = [
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 ] 392 ]
392 } 393 }
393 394
394 if (is_android) { 395 if (is_android) {
395 sources -= [ 396 sources -= [
396 "safe_browsing/mock_feature_extractor_clock.cc", 397 "safe_browsing/mock_feature_extractor_clock.cc",
397 "safe_browsing/mock_feature_extractor_clock.h", 398 "safe_browsing/mock_feature_extractor_clock.h",
398 ] 399 ]
399 } 400 }
400 } 401 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698