| 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 4249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4260 "extensions/extension_action_test_util.cc", | 4260 "extensions/extension_action_test_util.cc", |
| 4261 "extensions/extension_action_test_util.h", | 4261 "extensions/extension_action_test_util.h", |
| 4262 ] | 4262 ] |
| 4263 deps += [ "//extensions:test_support" ] | 4263 deps += [ "//extensions:test_support" ] |
| 4264 } | 4264 } |
| 4265 | 4265 |
| 4266 if (is_chromeos) { | 4266 if (is_chromeos) { |
| 4267 sources += [ | 4267 sources += [ |
| 4268 "chromeos/app_mode/fake_cws.cc", | 4268 "chromeos/app_mode/fake_cws.cc", |
| 4269 "chromeos/app_mode/fake_cws.h", | 4269 "chromeos/app_mode/fake_cws.h", |
| 4270 "chromeos/arc/extensions/fake_arc_support.cc", |
| 4271 "chromeos/arc/extensions/fake_arc_support.h", |
| 4270 "chromeos/file_manager/fake_disk_mount_manager.cc", | 4272 "chromeos/file_manager/fake_disk_mount_manager.cc", |
| 4271 "chromeos/file_manager/fake_disk_mount_manager.h", | 4273 "chromeos/file_manager/fake_disk_mount_manager.h", |
| 4272 "chromeos/input_method/mock_candidate_window_controller.cc", | 4274 "chromeos/input_method/mock_candidate_window_controller.cc", |
| 4273 "chromeos/input_method/mock_candidate_window_controller.h", | 4275 "chromeos/input_method/mock_candidate_window_controller.h", |
| 4274 "chromeos/input_method/mock_input_method_engine.cc", | 4276 "chromeos/input_method/mock_input_method_engine.cc", |
| 4275 "chromeos/input_method/mock_input_method_engine.h", | 4277 "chromeos/input_method/mock_input_method_engine.h", |
| 4276 "chromeos/input_method/mock_input_method_manager.cc", | 4278 "chromeos/input_method/mock_input_method_manager.cc", |
| 4277 "chromeos/input_method/mock_input_method_manager.h", | 4279 "chromeos/input_method/mock_input_method_manager.h", |
| 4278 "chromeos/login/screens/mock_device_disabled_screen_actor.cc", | 4280 "chromeos/login/screens/mock_device_disabled_screen_actor.cc", |
| 4279 "chromeos/login/screens/mock_device_disabled_screen_actor.h", | 4281 "chromeos/login/screens/mock_device_disabled_screen_actor.h", |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4434 # linking all of the test support. | 4436 # linking all of the test support. |
| 4435 static_library("pepper_cdm_test_constants") { | 4437 static_library("pepper_cdm_test_constants") { |
| 4436 testonly = true | 4438 testonly = true |
| 4437 visibility = [ "//chrome/*" ] | 4439 visibility = [ "//chrome/*" ] |
| 4438 sources = [ | 4440 sources = [ |
| 4439 "media/pepper_cdm_test_constants.cc", | 4441 "media/pepper_cdm_test_constants.cc", |
| 4440 "media/pepper_cdm_test_constants.h", | 4442 "media/pepper_cdm_test_constants.h", |
| 4441 ] | 4443 ] |
| 4442 } | 4444 } |
| 4443 } | 4445 } |
| OLD | NEW |