| 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") |
| (...skipping 3315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3326 "sync/profile_sync_service_android.cc", | 3326 "sync/profile_sync_service_android.cc", |
| 3327 "sync/profile_sync_service_android.h", | 3327 "sync/profile_sync_service_android.h", |
| 3328 "sync/sessions/sync_sessions_metrics_android.cc", | 3328 "sync/sessions/sync_sessions_metrics_android.cc", |
| 3329 "sync/sessions/sync_sessions_metrics_android.h", | 3329 "sync/sessions/sync_sessions_metrics_android.h", |
| 3330 ] | 3330 ] |
| 3331 deps += [ | 3331 deps += [ |
| 3332 ":client_discourse_context_proto", | 3332 ":client_discourse_context_proto", |
| 3333 ":delta_file_proto", | 3333 ":delta_file_proto", |
| 3334 ":jni_headers", | 3334 ":jni_headers", |
| 3335 "//blimp/client/public", | 3335 "//blimp/client/public", |
| 3336 "//blimp/client/support/resources", |
| 3336 "//chrome/browser/android/webapk:proto", | 3337 "//chrome/browser/android/webapk:proto", |
| 3337 "//components/data_usage/android", | 3338 "//components/data_usage/android", |
| 3338 "//components/precache/content", | 3339 "//components/precache/content", |
| 3339 "//components/precache/core", | 3340 "//components/precache/core", |
| 3340 "//components/resources:components_resources", | 3341 "//components/resources:components_resources", |
| 3341 "//components/toolbar", | 3342 "//components/toolbar", |
| 3342 "//components/web_contents_delegate_android", | 3343 "//components/web_contents_delegate_android", |
| 3343 "//third_party/smhasher:murmurhash2", | 3344 "//third_party/smhasher:murmurhash2", |
| 3344 ] | 3345 ] |
| 3345 if (enable_supervised_users) { | 3346 if (enable_supervised_users) { |
| (...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4301 # linking all of the test support. | 4302 # linking all of the test support. |
| 4302 static_library("pepper_cdm_test_constants") { | 4303 static_library("pepper_cdm_test_constants") { |
| 4303 testonly = true | 4304 testonly = true |
| 4304 visibility = [ "//chrome/*" ] | 4305 visibility = [ "//chrome/*" ] |
| 4305 sources = [ | 4306 sources = [ |
| 4306 "media/pepper_cdm_test_constants.cc", | 4307 "media/pepper_cdm_test_constants.cc", |
| 4307 "media/pepper_cdm_test_constants.h", | 4308 "media/pepper_cdm_test_constants.h", |
| 4308 ] | 4309 ] |
| 4309 } | 4310 } |
| 4310 } | 4311 } |
| OLD | NEW |