| 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("//components/spellcheck/spellcheck_build_features.gni") | 12 import("//components/spellcheck/spellcheck_build_features.gni") |
| 13 import("//extensions/features/features.gni") | 13 import("//extensions/features/features.gni") |
| 14 import("//media/media_options.gni") | 14 import("//media/media_options.gni") |
| 15 import("//net/features.gni") | 15 import("//net/features.gni") |
| 16 import("//ppapi/features/features.gni") | 16 import("//ppapi/features/features.gni") |
| 17 import("//printing/features/features.gni") | 17 import("//printing/features/features.gni") |
| 18 import("//rlz/features/features.gni") |
| 18 import("//sandbox/features.gni") | 19 import("//sandbox/features.gni") |
| 19 import("//third_party/protobuf/proto_library.gni") | 20 import("//third_party/protobuf/proto_library.gni") |
| 20 import("//ui/base/ui_features.gni") | 21 import("//ui/base/ui_features.gni") |
| 21 | 22 |
| 22 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 23 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 23 # produces a conflict for the "grit" template so we have to only include one. | 24 # produces a conflict for the "grit" template so we have to only include one. |
| 24 if (is_android) { | 25 if (is_android) { |
| 25 import("//build/config/android/rules.gni") | 26 import("//build/config/android/rules.gni") |
| 26 } else { | 27 } else { |
| 27 import("//tools/grit/grit_rule.gni") | 28 import("//tools/grit/grit_rule.gni") |
| (...skipping 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1503 "//media:media_features", | 1504 "//media:media_features", |
| 1504 "//media/midi", | 1505 "//media/midi", |
| 1505 "//mojo/common", | 1506 "//mojo/common", |
| 1506 "//mojo/edk/system", | 1507 "//mojo/edk/system", |
| 1507 "//mojo/public/cpp/bindings", | 1508 "//mojo/public/cpp/bindings", |
| 1508 "//mojo/public/js", | 1509 "//mojo/public/js", |
| 1509 "//net:extras", | 1510 "//net:extras", |
| 1510 "//net:net_with_v8", | 1511 "//net:net_with_v8", |
| 1511 "//ppapi/features", | 1512 "//ppapi/features", |
| 1512 "//printing/features", | 1513 "//printing/features", |
| 1514 "//rlz/features", |
| 1513 "//services/image_decoder/public/cpp", | 1515 "//services/image_decoder/public/cpp", |
| 1514 "//services/service_manager/public/cpp", | 1516 "//services/service_manager/public/cpp", |
| 1515 "//skia", | 1517 "//skia", |
| 1516 "//sql", | 1518 "//sql", |
| 1517 "//storage/browser", | 1519 "//storage/browser", |
| 1518 "//storage/common", | 1520 "//storage/common", |
| 1519 "//third_party/WebKit/public:features", | 1521 "//third_party/WebKit/public:features", |
| 1520 "//third_party/WebKit/public:image_resources", | 1522 "//third_party/WebKit/public:image_resources", |
| 1521 "//third_party/WebKit/public:resources", | 1523 "//third_party/WebKit/public:resources", |
| 1522 "//third_party/cacheinvalidation", | 1524 "//third_party/cacheinvalidation", |
| (...skipping 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4440 # linking all of the test support. | 4442 # linking all of the test support. |
| 4441 static_library("pepper_cdm_test_constants") { | 4443 static_library("pepper_cdm_test_constants") { |
| 4442 testonly = true | 4444 testonly = true |
| 4443 visibility = [ "//chrome/*" ] | 4445 visibility = [ "//chrome/*" ] |
| 4444 sources = [ | 4446 sources = [ |
| 4445 "media/pepper_cdm_test_constants.cc", | 4447 "media/pepper_cdm_test_constants.cc", |
| 4446 "media/pepper_cdm_test_constants.h", | 4448 "media/pepper_cdm_test_constants.h", |
| 4447 ] | 4449 ] |
| 4448 } | 4450 } |
| 4449 } | 4451 } |
| OLD | NEW |