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

Side by Side Diff: cc/blink/cc_blink_tests.gyp

Issue 555373004: Compile specific parts of the Android build with -O2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'target_defaults': {
7 'configurations': {
8 'Release': {
9 'conditions': [
10 ['OS=="android"', {
11 'cflags!': ['-Os'],
12 'cflags': ['-O2'],
13 }],
14 ],
15 },
16 },
17 },
6 'targets': [ 18 'targets': [
7 { 19 {
8 # GN version: //cc/blink/cc_blink_unittests 20 # GN version: //cc/blink/cc_blink_unittests
9 'target_name': 'cc_blink_unittests', 21 'target_name': 'cc_blink_unittests',
10 'type': '<(gtest_target_type)', 22 'type': '<(gtest_target_type)',
11 'dependencies': [ 23 'dependencies': [
12 '../../base/base.gyp:test_support_base', 24 '../../base/base.gyp:test_support_base',
13 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 25 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
14 '../../skia/skia.gyp:skia', 26 '../../skia/skia.gyp:skia',
15 '../../testing/gtest.gyp:gtest', 27 '../../testing/gtest.gyp:gtest',
(...skipping 25 matching lines...) Expand all
41 'test_suite_name': 'cc_blink_unittests', 53 'test_suite_name': 'cc_blink_unittests',
42 }, 54 },
43 'includes': [ '../../build/apk_test.gypi' ], 55 'includes': [ '../../build/apk_test.gypi' ],
44 }, 56 },
45 ], 57 ],
46 } 58 }
47 ] 59 ]
48 ], 60 ],
49 61
50 } 62 }
OLDNEW
« cc/blink/cc_blink.gyp ('K') | « cc/blink/cc_blink.gyp ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698