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

Side by Side Diff: chrome/chrome_common.gypi

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
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 { 5 {
6 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 '../apps/app_shim/app_shim_launch.h', 9 '../apps/app_shim/app_shim_launch.h',
10 '../apps/app_shim/app_shim_messages.h', 10 '../apps/app_shim/app_shim_messages.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'common/localized_error.cc', 132 'common/localized_error.cc',
133 'common/localized_error.h', 133 'common/localized_error.h',
134 'common/logging_chrome.cc', 134 'common/logging_chrome.cc',
135 'common/logging_chrome.h', 135 'common/logging_chrome.h',
136 'common/mac/app_mode_common.h', 136 'common/mac/app_mode_common.h',
137 'common/mac/app_mode_common.mm', 137 'common/mac/app_mode_common.mm',
138 'common/mac/cfbundle_blocker.h', 138 'common/mac/cfbundle_blocker.h',
139 'common/mac/cfbundle_blocker.mm', 139 'common/mac/cfbundle_blocker.mm',
140 'common/mac/launchd.h', 140 'common/mac/launchd.h',
141 'common/mac/launchd.mm', 141 'common/mac/launchd.mm',
142 'common/mac/objc_method_swizzle.h',
143 'common/mac/objc_method_swizzle.mm',
144 'common/mac/objc_zombie.h', 142 'common/mac/objc_zombie.h',
145 'common/mac/objc_zombie.mm', 143 'common/mac/objc_zombie.mm',
146 'common/media/webrtc_logging_messages.h', 144 'common/media/webrtc_logging_messages.h',
147 'common/media/webrtc_logging_message_data.cc', 145 'common/media/webrtc_logging_message_data.cc',
148 'common/media/webrtc_logging_message_data.h', 146 'common/media/webrtc_logging_message_data.h',
149 'common/media_galleries/metadata_types.h', 147 'common/media_galleries/metadata_types.h',
150 'common/multi_process_lock.h', 148 'common/multi_process_lock.h',
151 'common/multi_process_lock_linux.cc', 149 'common/multi_process_lock_linux.cc',
152 'common/multi_process_lock_mac.cc', 150 'common/multi_process_lock_mac.cc',
153 'common/multi_process_lock_win.cc', 151 'common/multi_process_lock_win.cc',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'common/safe_browsing/csd.proto' 685 'common/safe_browsing/csd.proto'
688 ], 686 ],
689 'variables': { 687 'variables': {
690 'proto_in_dir': 'common/safe_browsing', 688 'proto_in_dir': 'common/safe_browsing',
691 'proto_out_dir': 'chrome/common/safe_browsing', 689 'proto_out_dir': 'chrome/common/safe_browsing',
692 }, 690 },
693 'includes': [ '../build/protoc.gypi' ], 691 'includes': [ '../build/protoc.gypi' ],
694 }, 692 },
695 ], 693 ],
696 } 694 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698