| 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 4260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4271 "extensions/extension_action_test_util.cc", | 4271 "extensions/extension_action_test_util.cc", |
| 4272 "extensions/extension_action_test_util.h", | 4272 "extensions/extension_action_test_util.h", |
| 4273 ] | 4273 ] |
| 4274 deps += [ "//extensions:test_support" ] | 4274 deps += [ "//extensions:test_support" ] |
| 4275 } | 4275 } |
| 4276 | 4276 |
| 4277 if (is_chromeos) { | 4277 if (is_chromeos) { |
| 4278 sources += [ | 4278 sources += [ |
| 4279 "chromeos/app_mode/fake_cws.cc", | 4279 "chromeos/app_mode/fake_cws.cc", |
| 4280 "chromeos/app_mode/fake_cws.h", | 4280 "chromeos/app_mode/fake_cws.h", |
| 4281 "chromeos/arc/extensions/fake_arc_support.cc", |
| 4282 "chromeos/arc/extensions/fake_arc_support.h", |
| 4281 "chromeos/file_manager/fake_disk_mount_manager.cc", | 4283 "chromeos/file_manager/fake_disk_mount_manager.cc", |
| 4282 "chromeos/file_manager/fake_disk_mount_manager.h", | 4284 "chromeos/file_manager/fake_disk_mount_manager.h", |
| 4283 "chromeos/input_method/mock_candidate_window_controller.cc", | 4285 "chromeos/input_method/mock_candidate_window_controller.cc", |
| 4284 "chromeos/input_method/mock_candidate_window_controller.h", | 4286 "chromeos/input_method/mock_candidate_window_controller.h", |
| 4285 "chromeos/input_method/mock_input_method_engine.cc", | 4287 "chromeos/input_method/mock_input_method_engine.cc", |
| 4286 "chromeos/input_method/mock_input_method_engine.h", | 4288 "chromeos/input_method/mock_input_method_engine.h", |
| 4287 "chromeos/input_method/mock_input_method_manager.cc", | 4289 "chromeos/input_method/mock_input_method_manager.cc", |
| 4288 "chromeos/input_method/mock_input_method_manager.h", | 4290 "chromeos/input_method/mock_input_method_manager.h", |
| 4289 "chromeos/login/screens/mock_device_disabled_screen_actor.cc", | 4291 "chromeos/login/screens/mock_device_disabled_screen_actor.cc", |
| 4290 "chromeos/login/screens/mock_device_disabled_screen_actor.h", | 4292 "chromeos/login/screens/mock_device_disabled_screen_actor.h", |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4445 # linking all of the test support. | 4447 # linking all of the test support. |
| 4446 static_library("pepper_cdm_test_constants") { | 4448 static_library("pepper_cdm_test_constants") { |
| 4447 testonly = true | 4449 testonly = true |
| 4448 visibility = [ "//chrome/*" ] | 4450 visibility = [ "//chrome/*" ] |
| 4449 sources = [ | 4451 sources = [ |
| 4450 "media/pepper_cdm_test_constants.cc", | 4452 "media/pepper_cdm_test_constants.cc", |
| 4451 "media/pepper_cdm_test_constants.h", | 4453 "media/pepper_cdm_test_constants.h", |
| 4452 ] | 4454 ] |
| 4453 } | 4455 } |
| 4454 } | 4456 } |
| OLD | NEW |