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

Side by Side Diff: ui/views/examples/examples.gyp

Issue 1971333002: Views: factor out Combobox background and const-ify style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios build break Created 4 years, 7 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/views/examples/combobox_example.cc ('k') | ui/views/style/mac/combobox_background_mac.h » ('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 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 # GN version: //ui/views/examples 10 # GN version: //ui/views/examples
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'views_examples_with_content_export.h', 155 'views_examples_with_content_export.h',
156 'webview_example.cc', 156 'webview_example.cc',
157 'webview_example.h', 157 'webview_example.h',
158 ], 158 ],
159 }, # target_name: views_examples_with_content_lib 159 }, # target_name: views_examples_with_content_lib
160 { 160 {
161 # GN version: //ui/views/examples/views_examples_with_content_exe 161 # GN version: //ui/views/examples/views_examples_with_content_exe
162 'target_name': 'views_examples_with_content_exe', 162 'target_name': 'views_examples_with_content_exe',
163 'type': 'executable', 163 'type': 'executable',
164 'dependencies': [ 164 'dependencies': [
165 '../resources/views_resources.gyp:views_resources',
165 '../../views_content_client/views_content_client.gyp:views_content_clien t', 166 '../../views_content_client/views_content_client.gyp:views_content_clien t',
166 'views_examples_with_content_lib', 167 'views_examples_with_content_lib',
167 ], 168 ],
168 'sources': [ 169 'sources': [
169 # Note: sources list duplicated in GN build. 170 # Note: sources list duplicated in GN build.
170 'examples_with_content_main_exe.cc', 171 'examples_with_content_main_exe.cc',
171 ], 172 ],
172 'conditions': [ 173 'conditions': [
173 ['component=="shared_library"', { 174 ['component=="shared_library"', {
174 'dependencies': [ 175 'dependencies': [
(...skipping 20 matching lines...) Expand all
195 }, 196 },
196 'dependencies': [ 197 'dependencies': [
197 '../../../sandbox/sandbox.gyp:sandbox', 198 '../../../sandbox/sandbox.gyp:sandbox',
198 '../../../content/content.gyp:sandbox_helper_win', 199 '../../../content/content.gyp:sandbox_helper_win',
199 ], 200 ],
200 }], 201 }],
201 ], 202 ],
202 }, # target_name: views_examples_with_content_exe 203 }, # target_name: views_examples_with_content_exe
203 ], 204 ],
204 } 205 }
OLDNEW
« no previous file with comments | « ui/views/examples/combobox_example.cc ('k') | ui/views/style/mac/combobox_background_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698