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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 643253002: [Android] Keep -O2 gfx optimizations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « ui/gfx/geometry/BUILD.gn ('k') | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'geometry/size_f.h', 62 'geometry/size_f.h',
63 'geometry/vector2d.cc', 63 'geometry/vector2d.cc',
64 'geometry/vector2d.h', 64 'geometry/vector2d.h',
65 'geometry/vector2d_conversions.cc', 65 'geometry/vector2d_conversions.cc',
66 'geometry/vector2d_conversions.h', 66 'geometry/vector2d_conversions.h',
67 'geometry/vector2d_f.cc', 67 'geometry/vector2d_f.cc',
68 'geometry/vector2d_f.h', 68 'geometry/vector2d_f.h',
69 'geometry/vector3d_f.cc', 69 'geometry/vector3d_f.cc',
70 'geometry/vector3d_f.h', 70 'geometry/vector3d_f.h',
71 ], 71 ],
72 # TODO(jdduke): Revisit optimization after gauging benefit, crbug/419051.
73 'includes': [ 72 'includes': [
74 '../../build/android/increase_size_for_speed.gypi', 73 '../../build/android/increase_size_for_speed.gypi',
75 ], 74 ],
76 }, 75 },
77 { 76 {
78 'target_name': 'gfx', 77 'target_name': 'gfx',
79 'type': '<(component)', 78 'type': '<(component)',
80 'dependencies': [ 79 'dependencies': [
81 '<(DEPTH)/base/base.gyp:base', 80 '<(DEPTH)/base/base.gyp:base',
82 '<(DEPTH)/base/base.gyp:base_i18n', 81 '<(DEPTH)/base/base.gyp:base_i18n',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 485 ],
487 'variables': { 486 'variables': {
488 'jni_gen_package': 'ui/gfx', 487 'jni_gen_package': 'ui/gfx',
489 }, 488 },
490 'includes': [ '../../build/jni_generator.gypi' ], 489 'includes': [ '../../build/jni_generator.gypi' ],
491 }, 490 },
492 ], 491 ],
493 }], 492 }],
494 ], 493 ],
495 } 494 }
OLDNEW
« no previous file with comments | « ui/gfx/geometry/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698