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("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 | 1037 |
1038 deps = [ | 1038 deps = [ |
1039 ":chrome_internal_resources_gen", | 1039 ":chrome_internal_resources_gen", |
1040 "//chrome/browser/resources/safe_browsing:make_file_types_protobuf", | 1040 "//chrome/browser/resources/safe_browsing:make_file_types_protobuf", |
1041 | 1041 |
1042 # Depend only on the generated mojo bindings since we read the .mojom.js | 1042 # Depend only on the generated mojo bindings since we read the .mojom.js |
1043 # file, rather than the whole mojo target which will link the C++ bindings. | 1043 # file, rather than the whole mojo target which will link the C++ bindings. |
1044 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", | 1044 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", |
1045 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", | 1045 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", |
1046 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", | 1046 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", |
| 1047 "//url/mojo:url_mojom_gurl__generator", |
1047 ] | 1048 ] |
1048 } | 1049 } |
1049 | 1050 |
1050 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen | 1051 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen |
1051 if (is_chrome_branded) { | 1052 if (is_chrome_branded) { |
1052 action("chrome_internal_resources_gen") { | 1053 action("chrome_internal_resources_gen") { |
1053 script = "internal/transform_additional_modules_list.py" | 1054 script = "internal/transform_additional_modules_list.py" |
1054 sources = [ | 1055 sources = [ |
1055 "internal/resources/additional_modules_list.input", | 1056 "internal/resources/additional_modules_list.input", |
1056 ] | 1057 ] |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1370 # linking all of the test support. | 1371 # linking all of the test support. |
1371 source_set("pepper_cdm_test_constants") { | 1372 source_set("pepper_cdm_test_constants") { |
1372 testonly = true | 1373 testonly = true |
1373 visibility = [ "//chrome/*" ] | 1374 visibility = [ "//chrome/*" ] |
1374 sources = [ | 1375 sources = [ |
1375 "media/pepper_cdm_test_constants.cc", | 1376 "media/pepper_cdm_test_constants.cc", |
1376 "media/pepper_cdm_test_constants.h", | 1377 "media/pepper_cdm_test_constants.h", |
1377 ] | 1378 ] |
1378 } | 1379 } |
1379 } | 1380 } |
OLD | NEW |