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

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

Issue 2120273002: Initialize MaterialDesignController in NativeThemeMacTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use more generic solution Created 4 years, 5 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/native_theme/BUILD.gn ('k') | ui/native_theme/native_theme_mac_unittest.cc » ('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, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ], 51 ],
52 }, 52 },
53 { 53 {
54 'target_name': 'native_theme_unittests', 54 'target_name': 'native_theme_unittests',
55 'type': '<(gtest_target_type)', 55 'type': '<(gtest_target_type)',
56 'dependencies': [ 56 'dependencies': [
57 '../../base/base.gyp:base', 57 '../../base/base.gyp:base',
58 '../../base/base.gyp:test_support_base', 58 '../../base/base.gyp:test_support_base',
59 '../../skia/skia.gyp:skia', 59 '../../skia/skia.gyp:skia',
60 '../../testing/gtest.gyp:gtest', 60 '../../testing/gtest.gyp:gtest',
61 '../base/ui_base.gyp:ui_base',
61 '../gfx/gfx.gyp:gfx_geometry', 62 '../gfx/gfx.gyp:gfx_geometry',
62 'native_theme', 63 'native_theme',
63 ], 64 ],
64 'sources': [ 65 'sources': [
65 '../../base/test/run_all_unittests.cc', 66 '../../base/test/run_all_unittests.cc',
66 'native_theme_aura_unittest.cc', 67 'native_theme_aura_unittest.cc',
67 'native_theme_mac_unittest.cc', 68 'native_theme_mac_unittest.cc',
68 ], 69 ],
69 }, 70 },
70 ], 71 ],
71 } 72 }
OLDNEW
« no previous file with comments | « ui/native_theme/BUILD.gn ('k') | ui/native_theme/native_theme_mac_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698