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 2838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2849 | 2849 |
2850 if (!is_chrome_branded) { | 2850 if (!is_chrome_branded) { |
2851 sources += [ | 2851 sources += [ |
2852 "search/local_files_ntp_source.cc", | 2852 "search/local_files_ntp_source.cc", |
2853 "search/local_files_ntp_source.h", | 2853 "search/local_files_ntp_source.h", |
2854 ] | 2854 ] |
2855 } | 2855 } |
2856 | 2856 |
2857 if (is_android) { | 2857 if (is_android) { |
2858 sources += [ | 2858 sources += [ |
2859 "crash_upload_list/crash_upload_list_android.cc", | |
Lei Zhang
2016/09/02 21:29:20
Isn't it possible to put all the files that ends w
gayane -on leave until 09-2017
2016/09/07 15:18:49
I am probably missing something, but I don't fully
| |
2860 "crash_upload_list/crash_upload_list_android.h", | |
2859 "gpu/gpu_driver_info_manager_android.cc", | 2861 "gpu/gpu_driver_info_manager_android.cc", |
2860 "gpu/gpu_driver_info_manager_android.h", | 2862 "gpu/gpu_driver_info_manager_android.h", |
2861 "media/protected_media_identifier_permission_context.cc", | 2863 "media/protected_media_identifier_permission_context.cc", |
2862 "media/protected_media_identifier_permission_context.h", | 2864 "media/protected_media_identifier_permission_context.h", |
2863 ] | 2865 ] |
2864 } | 2866 } |
2865 | 2867 |
2866 if (android_java_ui) { | 2868 if (android_java_ui) { |
2867 sources += [ | 2869 sources += [ |
2868 "after_startup_task_utils_android.cc", | 2870 "after_startup_task_utils_android.cc", |
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4248 # linking all of the test support. | 4250 # linking all of the test support. |
4249 static_library("pepper_cdm_test_constants") { | 4251 static_library("pepper_cdm_test_constants") { |
4250 testonly = true | 4252 testonly = true |
4251 visibility = [ "//chrome/*" ] | 4253 visibility = [ "//chrome/*" ] |
4252 sources = [ | 4254 sources = [ |
4253 "media/pepper_cdm_test_constants.cc", | 4255 "media/pepper_cdm_test_constants.cc", |
4254 "media/pepper_cdm_test_constants.h", | 4256 "media/pepper_cdm_test_constants.h", |
4255 ] | 4257 ] |
4256 } | 4258 } |
4257 } | 4259 } |
OLD | NEW |