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

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: Make Widget the observer, address additional comments. 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
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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'layout/box_layout.h', 260 'layout/box_layout.h',
261 'layout/fill_layout.cc', 261 'layout/fill_layout.cc',
262 'layout/fill_layout.h', 262 'layout/fill_layout.h',
263 'layout/grid_layout.cc', 263 'layout/grid_layout.cc',
264 'layout/grid_layout.h', 264 'layout/grid_layout.h',
265 'layout/layout_constants.h', 265 'layout/layout_constants.h',
266 'layout/layout_manager.cc', 266 'layout/layout_manager.cc',
267 'layout/layout_manager.h', 267 'layout/layout_manager.h',
268 'linux_ui/linux_ui.h', 268 'linux_ui/linux_ui.h',
269 'linux_ui/linux_ui.cc', 269 'linux_ui/linux_ui.cc',
270 'linux_ui/native_theme_change_observer.h',
271 'linux_ui/status_icon_linux.h', 270 'linux_ui/status_icon_linux.h',
272 'linux_ui/status_icon_linux.cc', 271 'linux_ui/status_icon_linux.cc',
273 'linux_ui/window_button_order_observer.h', 272 'linux_ui/window_button_order_observer.h',
274 'metrics.cc', 273 'metrics.cc',
275 'metrics.h', 274 'metrics.h',
276 'metrics_aura.cc', 275 'metrics_aura.cc',
277 'mouse_constants.h', 276 'mouse_constants.h',
278 'mouse_watcher.cc', 277 'mouse_watcher.cc',
279 'mouse_watcher.h', 278 'mouse_watcher.h',
280 'mouse_watcher_view_host.cc', 279 'mouse_watcher_view_host.cc',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 }], 691 }],
693 ['use_ozone==1', { 692 ['use_ozone==1', {
694 'sources!': [ 693 'sources!': [
695 'corewm/capture_controller_unittest.cc', 694 'corewm/capture_controller_unittest.cc',
696 ], 695 ],
697 }], 696 }],
698 ], 697 ],
699 }, # target_name: views_unittests 698 }, # target_name: views_unittests
700 ], 699 ],
701 } 700 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698