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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 "loader/chrome_navigation_data.cc", | 493 "loader/chrome_navigation_data.cc", |
494 "loader/chrome_navigation_data.h", | 494 "loader/chrome_navigation_data.h", |
495 "loader/chrome_resource_dispatcher_host_delegate.cc", | 495 "loader/chrome_resource_dispatcher_host_delegate.cc", |
496 "loader/chrome_resource_dispatcher_host_delegate.h", | 496 "loader/chrome_resource_dispatcher_host_delegate.h", |
497 "loader/predictor_resource_throttle.cc", | 497 "loader/predictor_resource_throttle.cc", |
498 "loader/predictor_resource_throttle.h", | 498 "loader/predictor_resource_throttle.h", |
499 "mac/bluetooth_utility.h", | 499 "mac/bluetooth_utility.h", |
500 "mac/bluetooth_utility.mm", | 500 "mac/bluetooth_utility.mm", |
501 "mac/dock.h", | 501 "mac/dock.h", |
502 "mac/dock.mm", | 502 "mac/dock.mm", |
| 503 "mac/exception_processor.h", |
| 504 "mac/exception_processor.mm", |
503 "mac/install_from_dmg.h", | 505 "mac/install_from_dmg.h", |
504 "mac/install_from_dmg.mm", | 506 "mac/install_from_dmg.mm", |
505 "mac/keystone_glue.h", | 507 "mac/keystone_glue.h", |
506 "mac/keystone_glue.mm", | 508 "mac/keystone_glue.mm", |
507 "mac/keystone_registration.h", | 509 "mac/keystone_registration.h", |
508 "mac/keystone_registration.mm", | 510 "mac/keystone_registration.mm", |
509 "mac/mac_startup_profiler.cc", | 511 "mac/mac_startup_profiler.cc", |
510 "mac/mac_startup_profiler.h", | 512 "mac/mac_startup_profiler.h", |
511 "mac/master_prefs.h", | 513 "mac/master_prefs.h", |
512 "mac/master_prefs.mm", | 514 "mac/master_prefs.mm", |
(...skipping 3924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4437 # linking all of the test support. | 4439 # linking all of the test support. |
4438 static_library("pepper_cdm_test_constants") { | 4440 static_library("pepper_cdm_test_constants") { |
4439 testonly = true | 4441 testonly = true |
4440 visibility = [ "//chrome/*" ] | 4442 visibility = [ "//chrome/*" ] |
4441 sources = [ | 4443 sources = [ |
4442 "media/pepper_cdm_test_constants.cc", | 4444 "media/pepper_cdm_test_constants.cc", |
4443 "media/pepper_cdm_test_constants.h", | 4445 "media/pepper_cdm_test_constants.h", |
4444 ] | 4446 ] |
4445 } | 4447 } |
4446 } | 4448 } |
OLD | NEW |