| 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("//media/media_options.gni") | 12 import("//media/media_options.gni") |
| 13 import("//ppapi/features/features.gni") |
| 13 import("//third_party/protobuf/proto_library.gni") | 14 import("//third_party/protobuf/proto_library.gni") |
| 14 | 15 |
| 15 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 16 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 16 # produces a conflict for the "grit" template so we have to only include one. | 17 # produces a conflict for the "grit" template so we have to only include one. |
| 17 if (is_android) { | 18 if (is_android) { |
| 18 import("//build/config/android/rules.gni") | 19 import("//build/config/android/rules.gni") |
| 19 } else { | 20 } else { |
| 20 import("//tools/grit/grit_rule.gni") | 21 import("//tools/grit/grit_rule.gni") |
| 21 } | 22 } |
| 22 | 23 |
| (...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1437 "//third_party/icu", | 1438 "//third_party/icu", |
| 1438 "//third_party/kasko", | 1439 "//third_party/kasko", |
| 1439 "//third_party/leveldatabase", | 1440 "//third_party/leveldatabase", |
| 1440 "//third_party/libaddressinput", | 1441 "//third_party/libaddressinput", |
| 1441 "//third_party/libjingle", | 1442 "//third_party/libjingle", |
| 1442 "//third_party/libxml", | 1443 "//third_party/libxml", |
| 1443 "//third_party/libyuv", | 1444 "//third_party/libyuv", |
| 1444 "//third_party/re2", | 1445 "//third_party/re2", |
| 1445 "//third_party/smhasher:cityhash", | 1446 "//third_party/smhasher:cityhash", |
| 1446 "//third_party/webrtc/modules/desktop_capture", | 1447 "//third_party/webrtc/modules/desktop_capture", |
| 1447 "//third_party/widevine/cdm:version_h", | 1448 "//third_party/widevine/cdm:headers", |
| 1448 "//third_party/zlib", | 1449 "//third_party/zlib", |
| 1449 "//third_party/zlib:compression_utils", | 1450 "//third_party/zlib:compression_utils", |
| 1450 "//third_party/zlib:minizip", | 1451 "//third_party/zlib:minizip", |
| 1451 "//third_party/zlib:zip", | 1452 "//third_party/zlib:zip", |
| 1452 "//ui/base", | 1453 "//ui/base", |
| 1453 "//ui/base:ui_data_pack", | 1454 "//ui/base:ui_data_pack", |
| 1454 "//ui/base/ime", | 1455 "//ui/base/ime", |
| 1455 "//ui/events:events_base", | 1456 "//ui/events:events_base", |
| 1456 "//ui/gfx", | 1457 "//ui/gfx", |
| 1457 "//ui/gfx/geometry", | 1458 "//ui/gfx/geometry", |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1913 "renderer_host/pepper/pepper_flash_clipboard_message_filter.h", | 1914 "renderer_host/pepper/pepper_flash_clipboard_message_filter.h", |
| 1914 "renderer_host/pepper/pepper_flash_drm_host.cc", | 1915 "renderer_host/pepper/pepper_flash_drm_host.cc", |
| 1915 "renderer_host/pepper/pepper_flash_drm_host.h", | 1916 "renderer_host/pepper/pepper_flash_drm_host.h", |
| 1916 "renderer_host/pepper/pepper_isolated_file_system_message_filter.cc", | 1917 "renderer_host/pepper/pepper_isolated_file_system_message_filter.cc", |
| 1917 "renderer_host/pepper/pepper_isolated_file_system_message_filter.h", | 1918 "renderer_host/pepper/pepper_isolated_file_system_message_filter.h", |
| 1918 "renderer_host/pepper/pepper_output_protection_message_filter.cc", | 1919 "renderer_host/pepper/pepper_output_protection_message_filter.cc", |
| 1919 "renderer_host/pepper/pepper_output_protection_message_filter.h", | 1920 "renderer_host/pepper/pepper_output_protection_message_filter.h", |
| 1920 ] | 1921 ] |
| 1921 deps += [ | 1922 deps += [ |
| 1922 "//components/pdf/browser", | 1923 "//components/pdf/browser", |
| 1924 "//ppapi/features", |
| 1923 "//ppapi/proxy:ipc", | 1925 "//ppapi/proxy:ipc", |
| 1924 "//third_party/adobe/flash:flapper_version_h", | 1926 "//third_party/adobe/flash:flapper_version_h", |
| 1925 ] | 1927 ] |
| 1926 } | 1928 } |
| 1927 if (safe_browsing_mode != 0) { | 1929 if (safe_browsing_mode != 0) { |
| 1928 # "Safe Browsing Basic" files used for safe browsing in full mode | 1930 # "Safe Browsing Basic" files used for safe browsing in full mode |
| 1929 # (safe_browsing=1) and mobile (=2) | 1931 # (safe_browsing=1) and mobile (=2) |
| 1930 sources += [ | 1932 sources += [ |
| 1931 "loader/data_reduction_proxy_resource_throttle_android.cc", | 1933 "loader/data_reduction_proxy_resource_throttle_android.cc", |
| 1932 "loader/data_reduction_proxy_resource_throttle_android.h", | 1934 "loader/data_reduction_proxy_resource_throttle_android.h", |
| (...skipping 2353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4286 # linking all of the test support. | 4288 # linking all of the test support. |
| 4287 static_library("pepper_cdm_test_constants") { | 4289 static_library("pepper_cdm_test_constants") { |
| 4288 testonly = true | 4290 testonly = true |
| 4289 visibility = [ "//chrome/*" ] | 4291 visibility = [ "//chrome/*" ] |
| 4290 sources = [ | 4292 sources = [ |
| 4291 "media/pepper_cdm_test_constants.cc", | 4293 "media/pepper_cdm_test_constants.cc", |
| 4292 "media/pepper_cdm_test_constants.h", | 4294 "media/pepper_cdm_test_constants.h", |
| 4293 ] | 4295 ] |
| 4294 } | 4296 } |
| 4295 } | 4297 } |
| OLD | NEW |