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

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

Issue 2543813003: [Mac] Modify the ObjC exception preprocessor to make some exceptions fatal. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_application_mac.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "loader/chrome_navigation_data.cc", 497 "loader/chrome_navigation_data.cc",
498 "loader/chrome_navigation_data.h", 498 "loader/chrome_navigation_data.h",
499 "loader/chrome_resource_dispatcher_host_delegate.cc", 499 "loader/chrome_resource_dispatcher_host_delegate.cc",
500 "loader/chrome_resource_dispatcher_host_delegate.h", 500 "loader/chrome_resource_dispatcher_host_delegate.h",
501 "loader/predictor_resource_throttle.cc", 501 "loader/predictor_resource_throttle.cc",
502 "loader/predictor_resource_throttle.h", 502 "loader/predictor_resource_throttle.h",
503 "mac/bluetooth_utility.h", 503 "mac/bluetooth_utility.h",
504 "mac/bluetooth_utility.mm", 504 "mac/bluetooth_utility.mm",
505 "mac/dock.h", 505 "mac/dock.h",
506 "mac/dock.mm", 506 "mac/dock.mm",
507 "mac/exception_processor.h",
508 "mac/exception_processor.mm",
507 "mac/install_from_dmg.h", 509 "mac/install_from_dmg.h",
508 "mac/install_from_dmg.mm", 510 "mac/install_from_dmg.mm",
509 "mac/keystone_glue.h", 511 "mac/keystone_glue.h",
510 "mac/keystone_glue.mm", 512 "mac/keystone_glue.mm",
511 "mac/keystone_registration.h", 513 "mac/keystone_registration.h",
512 "mac/keystone_registration.mm", 514 "mac/keystone_registration.mm",
513 "mac/mac_startup_profiler.cc", 515 "mac/mac_startup_profiler.cc",
514 "mac/mac_startup_profiler.h", 516 "mac/mac_startup_profiler.h",
515 "mac/master_prefs.h", 517 "mac/master_prefs.h",
516 "mac/master_prefs.mm", 518 "mac/master_prefs.mm",
(...skipping 3934 matching lines...) Expand 10 before | Expand all | Expand 10 after
4451 # linking all of the test support. 4453 # linking all of the test support.
4452 static_library("pepper_cdm_test_constants") { 4454 static_library("pepper_cdm_test_constants") {
4453 testonly = true 4455 testonly = true
4454 visibility = [ "//chrome/*" ] 4456 visibility = [ "//chrome/*" ]
4455 sources = [ 4457 sources = [
4456 "media/pepper_cdm_test_constants.cc", 4458 "media/pepper_cdm_test_constants.cc",
4457 "media/pepper_cdm_test_constants.h", 4459 "media/pepper_cdm_test_constants.h",
4458 ] 4460 ]
4459 } 4461 }
4460 } 4462 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_application_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698