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

Side by Side Diff: cc/cc.gyp

Issue 12096044: Make cc build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'CC_IMPLEMENTATION=1', 344 'CC_IMPLEMENTATION=1',
345 ], 345 ],
346 'sources': [ 346 'sources': [
347 '<@(cc_source_files)', 347 '<@(cc_source_files)',
348 ], 348 ],
349 'all_dependent_settings': { 349 'all_dependent_settings': {
350 'include_dirs': [ 350 'include_dirs': [
351 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 351 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
352 '<(webkit_src_dir)/Source/Platform/chromium' 352 '<(webkit_src_dir)/Source/Platform/chromium'
353 ] 353 ]
354 } 354 },
355 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
356 'msvs_disabled_warnings': [ 4267, ],
355 }, 357 },
356 ], 358 ],
357 } 359 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698