| OLD | NEW |
| 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") |
| 11 import("//components/os_crypt/features.gni") | 11 import("//components/os_crypt/features.gni") |
| 12 import("//extensions/features/features.gni") |
| 12 import("//media/media_options.gni") | 13 import("//media/media_options.gni") |
| 13 import("//net/features.gni") | 14 import("//net/features.gni") |
| 14 import("//ppapi/features/features.gni") | 15 import("//ppapi/features/features.gni") |
| 15 import("//printing/features/features.gni") | 16 import("//printing/features/features.gni") |
| 16 import("//third_party/protobuf/proto_library.gni") | 17 import("//third_party/protobuf/proto_library.gni") |
| 17 | 18 |
| 18 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 19 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 19 # produces a conflict for the "grit" template so we have to only include one. | 20 # produces a conflict for the "grit" template so we have to only include one. |
| 20 if (is_android) { | 21 if (is_android) { |
| 21 import("//build/config/android/rules.gni") | 22 import("//build/config/android/rules.gni") |
| (...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1423 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 1424 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 1424 "//content/public/common:features", | 1425 "//content/public/common:features", |
| 1425 "//courgette:courgette_lib", | 1426 "//courgette:courgette_lib", |
| 1426 "//crypto", | 1427 "//crypto", |
| 1427 "//crypto:platform", | 1428 "//crypto:platform", |
| 1428 "//device/base", | 1429 "//device/base", |
| 1429 "//device/bluetooth:mojo", | 1430 "//device/bluetooth:mojo", |
| 1430 "//device/power_save_blocker", | 1431 "//device/power_save_blocker", |
| 1431 "//device/usb/mojo", | 1432 "//device/usb/mojo", |
| 1432 "//device/usb/public/interfaces", | 1433 "//device/usb/public/interfaces", |
| 1434 "//extensions/features", |
| 1433 "//google_apis", | 1435 "//google_apis", |
| 1434 "//gpu/config", | 1436 "//gpu/config", |
| 1435 "//media", | 1437 "//media", |
| 1436 "//media/midi", | 1438 "//media/midi", |
| 1437 "//mojo/common", | 1439 "//mojo/common", |
| 1438 "//mojo/edk/system", | 1440 "//mojo/edk/system", |
| 1439 "//mojo/public/cpp/bindings", | 1441 "//mojo/public/cpp/bindings", |
| 1440 "//mojo/public/js", | 1442 "//mojo/public/js", |
| 1441 "//net:extras", | 1443 "//net:extras", |
| 1442 "//net:net_with_v8", | 1444 "//net:net_with_v8", |
| (...skipping 2955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4398 # linking all of the test support. | 4400 # linking all of the test support. |
| 4399 static_library("pepper_cdm_test_constants") { | 4401 static_library("pepper_cdm_test_constants") { |
| 4400 testonly = true | 4402 testonly = true |
| 4401 visibility = [ "//chrome/*" ] | 4403 visibility = [ "//chrome/*" ] |
| 4402 sources = [ | 4404 sources = [ |
| 4403 "media/pepper_cdm_test_constants.cc", | 4405 "media/pepper_cdm_test_constants.cc", |
| 4404 "media/pepper_cdm_test_constants.h", | 4406 "media/pepper_cdm_test_constants.h", |
| 4405 ] | 4407 ] |
| 4406 } | 4408 } |
| 4407 } | 4409 } |
| OLD | NEW |