Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(813)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2543813003: [Mac] Modify the ObjC exception preprocessor to make some exceptions fatal. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_application_mac.h » ('j') | chrome/browser/chrome_browser_application_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698