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

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

Issue 239093007: Update Windows UI on system color changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore change from bad rebase. Created 6 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 | « ui/views/view.cc ('k') | ui/views/widget/widget.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 (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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'layout/box_layout.h', 257 'layout/box_layout.h',
258 'layout/fill_layout.cc', 258 'layout/fill_layout.cc',
259 'layout/fill_layout.h', 259 'layout/fill_layout.h',
260 'layout/grid_layout.cc', 260 'layout/grid_layout.cc',
261 'layout/grid_layout.h', 261 'layout/grid_layout.h',
262 'layout/layout_constants.h', 262 'layout/layout_constants.h',
263 'layout/layout_manager.cc', 263 'layout/layout_manager.cc',
264 'layout/layout_manager.h', 264 'layout/layout_manager.h',
265 'linux_ui/linux_ui.h', 265 'linux_ui/linux_ui.h',
266 'linux_ui/linux_ui.cc', 266 'linux_ui/linux_ui.cc',
267 'linux_ui/native_theme_change_observer.h',
268 'linux_ui/status_icon_linux.h', 267 'linux_ui/status_icon_linux.h',
269 'linux_ui/status_icon_linux.cc', 268 'linux_ui/status_icon_linux.cc',
270 'linux_ui/window_button_order_observer.h', 269 'linux_ui/window_button_order_observer.h',
271 'metrics.cc', 270 'metrics.cc',
272 'metrics.h', 271 'metrics.h',
273 'metrics_aura.cc', 272 'metrics_aura.cc',
274 'mouse_constants.h', 273 'mouse_constants.h',
275 'mouse_watcher.cc', 274 'mouse_watcher.cc',
276 'mouse_watcher.h', 275 'mouse_watcher.h',
277 'mouse_watcher_view_host.cc', 276 'mouse_watcher_view_host.cc',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 }], 688 }],
690 ['use_ozone==1', { 689 ['use_ozone==1', {
691 'sources!': [ 690 'sources!': [
692 'corewm/capture_controller_unittest.cc', 691 'corewm/capture_controller_unittest.cc',
693 ], 692 ],
694 }], 693 }],
695 ], 694 ],
696 }, # target_name: views_unittests 695 }, # target_name: views_unittests
697 ], 696 ],
698 } 697 }
OLDNEW
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698