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

Side by Side Diff: trunk/src/cc/cc.gyp

Issue 13316003: Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/cc/base/worker_pool.cc ('k') | trunk/src/cc/cc_tests.gyp » ('j') | 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 'chromium_code': 1,
8 'cc_source_files': [ 7 'cc_source_files': [
9 'animation/animation.cc', 8 'animation/animation.cc',
10 'animation/animation.h', 9 'animation/animation.h',
11 'animation/animation_curve.cc', 10 'animation/animation_curve.cc',
12 'animation/animation_curve.h', 11 'animation/animation_curve.h',
13 'animation/animation_events.h', 12 'animation/animation_events.h',
14 'animation/animation_id_provider.cc', 13 'animation/animation_id_provider.cc',
15 'animation/animation_id_provider.h', 14 'animation/animation_id_provider.h',
16 'animation/animation_registrar.cc', 15 'animation/animation_registrar.cc',
17 'animation/animation_registrar.h', 16 'animation/animation_registrar.h',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'CC_IMPLEMENTATION=1', 373 'CC_IMPLEMENTATION=1',
375 ], 374 ],
376 'sources': [ 375 'sources': [
377 '<@(cc_source_files)', 376 '<@(cc_source_files)',
378 ], 377 ],
379 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
380 'msvs_disabled_warnings': [ 4267, ], 379 'msvs_disabled_warnings': [ 4267, ],
381 }, 380 },
382 ], 381 ],
383 } 382 }
OLDNEW
« no previous file with comments | « trunk/src/cc/base/worker_pool.cc ('k') | trunk/src/cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698