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

Side by Side Diff: base/BUILD.gn

Issue 345243007: Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and ScopedClassSwizzler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix EventsMacTest.ButtonEvents Created 6 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gyp » ('j') | chrome/browser/chrome_browser_application_mac.mm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "mac/scoped_launch_data.h", 284 "mac/scoped_launch_data.h",
285 "mac/scoped_mach_port.cc", 285 "mac/scoped_mach_port.cc",
286 "mac/scoped_mach_port.h", 286 "mac/scoped_mach_port.h",
287 "mac/scoped_mach_vm.cc", 287 "mac/scoped_mach_vm.cc",
288 "mac/scoped_mach_vm.h", 288 "mac/scoped_mach_vm.h",
289 "mac/scoped_nsautorelease_pool.h", 289 "mac/scoped_nsautorelease_pool.h",
290 "mac/scoped_nsautorelease_pool.mm", 290 "mac/scoped_nsautorelease_pool.mm",
291 "mac/scoped_nsexception_enabler.h", 291 "mac/scoped_nsexception_enabler.h",
292 "mac/scoped_nsexception_enabler.mm", 292 "mac/scoped_nsexception_enabler.mm",
293 "mac/scoped_nsobject.h", 293 "mac/scoped_nsobject.h",
294 "mac/scoped_objc_class_swizzler.h",
295 "mac/scoped_objc_class_swizzler.mm",
294 "mac/scoped_sending_event.h", 296 "mac/scoped_sending_event.h",
295 "mac/scoped_sending_event.mm", 297 "mac/scoped_sending_event.mm",
296 "mac/sdk_forward_declarations.h", 298 "mac/sdk_forward_declarations.h",
297 "macros.h", 299 "macros.h",
298 "md5.cc", 300 "md5.cc",
299 "md5.h", 301 "md5.h",
300 "memory/aligned_memory.cc", 302 "memory/aligned_memory.cc",
301 "memory/aligned_memory.h", 303 "memory/aligned_memory.h",
302 "memory/discardable_memory.cc", 304 "memory/discardable_memory.cc",
303 "memory/discardable_memory.h", 305 "memory/discardable_memory.h",
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 "android/java/templates/NativeLibraries.template", 1420 "android/java/templates/NativeLibraries.template",
1419 ] 1421 ]
1420 inputs = [ 1422 inputs = [
1421 "android/java/templates/native_libraries_array.h", 1423 "android/java/templates/native_libraries_array.h",
1422 ] 1424 ]
1423 1425
1424 package_name = "org/chromium/base/library_loader" 1426 package_name = "org/chromium/base/library_loader"
1425 include_path = "android/java/templates" 1427 include_path = "android/java/templates"
1426 } 1428 }
1427 } 1429 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | chrome/browser/chrome_browser_application_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698