| 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 4241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4252 "extensions/extension_action_test_util.cc", | 4252 "extensions/extension_action_test_util.cc", |
| 4253 "extensions/extension_action_test_util.h", | 4253 "extensions/extension_action_test_util.h", |
| 4254 ] | 4254 ] |
| 4255 deps += [ "//extensions:test_support" ] | 4255 deps += [ "//extensions:test_support" ] |
| 4256 } | 4256 } |
| 4257 | 4257 |
| 4258 if (is_chromeos) { | 4258 if (is_chromeos) { |
| 4259 sources += [ | 4259 sources += [ |
| 4260 "chromeos/app_mode/fake_cws.cc", | 4260 "chromeos/app_mode/fake_cws.cc", |
| 4261 "chromeos/app_mode/fake_cws.h", | 4261 "chromeos/app_mode/fake_cws.h", |
| 4262 "chromeos/arc/extensions/fake_arc_support.cc", |
| 4263 "chromeos/arc/extensions/fake_arc_support.h", |
| 4262 "chromeos/file_manager/fake_disk_mount_manager.cc", | 4264 "chromeos/file_manager/fake_disk_mount_manager.cc", |
| 4263 "chromeos/file_manager/fake_disk_mount_manager.h", | 4265 "chromeos/file_manager/fake_disk_mount_manager.h", |
| 4264 "chromeos/input_method/mock_candidate_window_controller.cc", | 4266 "chromeos/input_method/mock_candidate_window_controller.cc", |
| 4265 "chromeos/input_method/mock_candidate_window_controller.h", | 4267 "chromeos/input_method/mock_candidate_window_controller.h", |
| 4266 "chromeos/input_method/mock_input_method_engine.cc", | 4268 "chromeos/input_method/mock_input_method_engine.cc", |
| 4267 "chromeos/input_method/mock_input_method_engine.h", | 4269 "chromeos/input_method/mock_input_method_engine.h", |
| 4268 "chromeos/input_method/mock_input_method_manager.cc", | 4270 "chromeos/input_method/mock_input_method_manager.cc", |
| 4269 "chromeos/input_method/mock_input_method_manager.h", | 4271 "chromeos/input_method/mock_input_method_manager.h", |
| 4270 "chromeos/login/screens/mock_device_disabled_screen_actor.cc", | 4272 "chromeos/login/screens/mock_device_disabled_screen_actor.cc", |
| 4271 "chromeos/login/screens/mock_device_disabled_screen_actor.h", | 4273 "chromeos/login/screens/mock_device_disabled_screen_actor.h", |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4426 # linking all of the test support. | 4428 # linking all of the test support. |
| 4427 static_library("pepper_cdm_test_constants") { | 4429 static_library("pepper_cdm_test_constants") { |
| 4428 testonly = true | 4430 testonly = true |
| 4429 visibility = [ "//chrome/*" ] | 4431 visibility = [ "//chrome/*" ] |
| 4430 sources = [ | 4432 sources = [ |
| 4431 "media/pepper_cdm_test_constants.cc", | 4433 "media/pepper_cdm_test_constants.cc", |
| 4432 "media/pepper_cdm_test_constants.h", | 4434 "media/pepper_cdm_test_constants.h", |
| 4433 ] | 4435 ] |
| 4434 } | 4436 } |
| 4435 } | 4437 } |
| OLD | NEW |