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

Side by Side Diff: base/base.gypi

Issue 7693019: Enable smooth scrolling on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ppapi test Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'mac/objc_property_releaser.h', 123 'mac/objc_property_releaser.h',
124 'mac/objc_property_releaser.mm', 124 'mac/objc_property_releaser.mm',
125 'mac/os_crash_dumps.cc', 125 'mac/os_crash_dumps.cc',
126 'mac/os_crash_dumps.h', 126 'mac/os_crash_dumps.h',
127 'mac/scoped_aedesc.h', 127 'mac/scoped_aedesc.h',
128 'mac/scoped_cftyperef.h', 128 'mac/scoped_cftyperef.h',
129 'mac/scoped_nsautorelease_pool.h', 129 'mac/scoped_nsautorelease_pool.h',
130 'mac/scoped_nsautorelease_pool.mm', 130 'mac/scoped_nsautorelease_pool.mm',
131 'mac/scoped_nsexception_enabler.h', 131 'mac/scoped_nsexception_enabler.h',
132 'mac/scoped_nsexception_enabler.mm', 132 'mac/scoped_nsexception_enabler.mm',
133 'mac/scoped_smooth_scrolling_disabler_mac.h',
134 'mac/scoped_smooth_scrolling_disabler_mac.mm',
133 'mach_ipc_mac.h', 135 'mach_ipc_mac.h',
134 'mach_ipc_mac.mm', 136 'mach_ipc_mac.mm',
135 'memory/linked_ptr.h', 137 'memory/linked_ptr.h',
136 'memory/mru_cache.h', 138 'memory/mru_cache.h',
137 'memory/raw_scoped_refptr_mismatch_checker.h', 139 'memory/raw_scoped_refptr_mismatch_checker.h',
138 'memory/ref_counted.cc', 140 'memory/ref_counted.cc',
139 'memory/ref_counted.h', 141 'memory/ref_counted.h',
140 'memory/ref_counted_memory.cc', 142 'memory/ref_counted_memory.cc',
141 'memory/ref_counted_memory.h', 143 'memory/ref_counted_memory.h',
142 'memory/scoped_callback_factory.h', 144 'memory/scoped_callback_factory.h',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'third_party/xdg_mime/xdgmimemagic.c', 715 'third_party/xdg_mime/xdgmimemagic.c',
714 'third_party/xdg_mime/xdgmimemagic.h', 716 'third_party/xdg_mime/xdgmimemagic.h',
715 'third_party/xdg_mime/xdgmimeparent.c', 717 'third_party/xdg_mime/xdgmimeparent.c',
716 'third_party/xdg_mime/xdgmimeparent.h', 718 'third_party/xdg_mime/xdgmimeparent.h',
717 ], 719 ],
718 }, 720 },
719 ], 721 ],
720 }], 722 }],
721 ], 723 ],
722 } 724 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_smooth_scrolling_disabler_mac.h » ('j') | base/mac/scoped_smooth_scrolling_disabler_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698