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

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

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix 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/DEPS ('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 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 "//crypto:platform", 1436 "//crypto:platform",
1437 "//device/base", 1437 "//device/base",
1438 "//device/bluetooth:mojo", 1438 "//device/bluetooth:mojo",
1439 "//device/power_save_blocker", 1439 "//device/power_save_blocker",
1440 "//device/usb/mojo", 1440 "//device/usb/mojo",
1441 "//device/usb/public/interfaces", 1441 "//device/usb/public/interfaces",
1442 "//extensions/features", 1442 "//extensions/features",
1443 "//google_apis", 1443 "//google_apis",
1444 "//gpu/config", 1444 "//gpu/config",
1445 "//media", 1445 "//media",
1446 "//media:media_features",
1446 "//media/midi", 1447 "//media/midi",
1447 "//mojo/common", 1448 "//mojo/common",
1448 "//mojo/edk/system", 1449 "//mojo/edk/system",
1449 "//mojo/public/cpp/bindings", 1450 "//mojo/public/cpp/bindings",
1450 "//mojo/public/js", 1451 "//mojo/public/js",
1451 "//net:extras", 1452 "//net:extras",
1452 "//net:net_with_v8", 1453 "//net:net_with_v8",
1453 "//ppapi/features", 1454 "//ppapi/features",
1454 "//printing/features", 1455 "//printing/features",
1455 "//services/image_decoder/public/cpp", 1456 "//services/image_decoder/public/cpp",
(...skipping 2962 matching lines...) Expand 10 before | Expand all | Expand 10 after
4418 # linking all of the test support. 4419 # linking all of the test support.
4419 static_library("pepper_cdm_test_constants") { 4420 static_library("pepper_cdm_test_constants") {
4420 testonly = true 4421 testonly = true
4421 visibility = [ "//chrome/*" ] 4422 visibility = [ "//chrome/*" ]
4422 sources = [ 4423 sources = [
4423 "media/pepper_cdm_test_constants.cc", 4424 "media/pepper_cdm_test_constants.cc",
4424 "media/pepper_cdm_test_constants.h", 4425 "media/pepper_cdm_test_constants.h",
4425 ] 4426 ]
4426 } 4427 }
4427 } 4428 }
OLDNEW
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698