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

Side by Side Diff: base/base.gyp

Issue 8247009: Explicit animation support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 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.gypi » ('j') | base/base.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'logging_unittest.cc', 188 'logging_unittest.cc',
189 'mac/mac_util_unittest.mm', 189 'mac/mac_util_unittest.mm',
190 'mac/objc_property_releaser_unittest.mm', 190 'mac/objc_property_releaser_unittest.mm',
191 'md5_unittest.cc', 191 'md5_unittest.cc',
192 'memory/linked_ptr_unittest.cc', 192 'memory/linked_ptr_unittest.cc',
193 'memory/mru_cache_unittest.cc', 193 'memory/mru_cache_unittest.cc',
194 'memory/ref_counted_memory_unittest.cc', 194 'memory/ref_counted_memory_unittest.cc',
195 'memory/ref_counted_unittest.cc', 195 'memory/ref_counted_unittest.cc',
196 'memory/scoped_ptr_unittest.cc', 196 'memory/scoped_ptr_unittest.cc',
197 'memory/scoped_vector_unittest.cc', 197 'memory/scoped_vector_unittest.cc',
198 'memory/scoped_deque_unittest.cc',
198 'memory/singleton_unittest.cc', 199 'memory/singleton_unittest.cc',
199 'memory/weak_ptr_unittest.cc', 200 'memory/weak_ptr_unittest.cc',
200 'message_loop_proxy_impl_unittest.cc', 201 'message_loop_proxy_impl_unittest.cc',
201 'message_loop_proxy_unittest.cc', 202 'message_loop_proxy_unittest.cc',
202 'message_loop_unittest.cc', 203 'message_loop_unittest.cc',
203 'message_pump_glib_unittest.cc', 204 'message_pump_glib_unittest.cc',
204 'message_pump_libevent_unittest.cc', 205 'message_pump_libevent_unittest.cc',
205 'metrics/field_trial_unittest.cc', 206 'metrics/field_trial_unittest.cc',
206 'metrics/histogram_unittest.cc', 207 'metrics/histogram_unittest.cc',
207 'metrics/stats_table_unittest.cc', 208 'metrics/stats_table_unittest.cc',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'msvs_settings': { 482 'msvs_settings': {
482 'VCLinkerTool': { 483 'VCLinkerTool': {
483 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 484 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
484 }, 485 },
485 }, 486 },
486 }, 487 },
487 ], 488 ],
488 }], 489 }],
489 ], 490 ],
490 } 491 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/base.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698