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

Side by Side Diff: cc/cc.gyp

Issue 13135004: android_webview: changes to support Android GraphicBuffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments in ui/gl/pixel_buffer.h Created 7 years, 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
jamesr 2013/04/04 21:05:27 Don't do this
kaanb 2013/04/04 22:26:18 Reverted this file.
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/animation.cc', 8 'animation/animation.cc',
9 'animation/animation.h', 9 'animation/animation.h',
10 'animation/animation_curve.cc', 10 'animation/animation_curve.cc',
11 'animation/animation_curve.h', 11 'animation/animation_curve.h',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'CC_IMPLEMENTATION=1', 373 'CC_IMPLEMENTATION=1',
374 ], 374 ],
375 'sources': [ 375 'sources': [
376 '<@(cc_source_files)', 376 '<@(cc_source_files)',
377 ], 377 ],
378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
379 'msvs_disabled_warnings': [ 4267, ], 379 'msvs_disabled_warnings': [ 4267, ],
380 }, 380 },
381 ], 381 ],
382 } 382 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698