| 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 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3293 "ssl/security_state_model_android.h", | 3293 "ssl/security_state_model_android.h", |
| 3294 "ssl/ssl_add_certificate_android.cc", | 3294 "ssl/ssl_add_certificate_android.cc", |
| 3295 "sync/glue/synced_tab_delegate_android.cc", | 3295 "sync/glue/synced_tab_delegate_android.cc", |
| 3296 "sync/glue/synced_tab_delegate_android.h", | 3296 "sync/glue/synced_tab_delegate_android.h", |
| 3297 "sync/glue/synced_window_delegate_android.cc", | 3297 "sync/glue/synced_window_delegate_android.cc", |
| 3298 "sync/glue/synced_window_delegate_android.h", | 3298 "sync/glue/synced_window_delegate_android.h", |
| 3299 "sync/glue/synced_window_delegates_getter_android.cc", | 3299 "sync/glue/synced_window_delegates_getter_android.cc", |
| 3300 "sync/glue/synced_window_delegates_getter_android.h", | 3300 "sync/glue/synced_window_delegates_getter_android.h", |
| 3301 "sync/profile_sync_service_android.cc", | 3301 "sync/profile_sync_service_android.cc", |
| 3302 "sync/profile_sync_service_android.h", | 3302 "sync/profile_sync_service_android.h", |
| 3303 "sync/sync_sessions_metrics_android.cc", | 3303 "sync/sessions/sync_sessions_metrics_android.cc", |
| 3304 "sync/sync_sessions_metrics_android.h", | 3304 "sync/sessions/sync_sessions_metrics_android.h", |
| 3305 ] | 3305 ] |
| 3306 deps += [ | 3306 deps += [ |
| 3307 ":client_discourse_context_proto", | 3307 ":client_discourse_context_proto", |
| 3308 ":delta_file_proto", | 3308 ":delta_file_proto", |
| 3309 ":jni_headers", | 3309 ":jni_headers", |
| 3310 "//blimp/client/public", | 3310 "//blimp/client/public", |
| 3311 "//chrome/browser/android/webapk:proto", | 3311 "//chrome/browser/android/webapk:proto", |
| 3312 "//components/data_usage/android", | 3312 "//components/data_usage/android", |
| 3313 "//components/precache/content", | 3313 "//components/precache/content", |
| 3314 "//components/precache/core", | 3314 "//components/precache/core", |
| (...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4244 # linking all of the test support. | 4244 # linking all of the test support. |
| 4245 static_library("pepper_cdm_test_constants") { | 4245 static_library("pepper_cdm_test_constants") { |
| 4246 testonly = true | 4246 testonly = true |
| 4247 visibility = [ "//chrome/*" ] | 4247 visibility = [ "//chrome/*" ] |
| 4248 sources = [ | 4248 sources = [ |
| 4249 "media/pepper_cdm_test_constants.cc", | 4249 "media/pepper_cdm_test_constants.cc", |
| 4250 "media/pepper_cdm_test_constants.h", | 4250 "media/pepper_cdm_test_constants.h", |
| 4251 ] | 4251 ] |
| 4252 } | 4252 } |
| 4253 } | 4253 } |
| OLD | NEW |