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

Side by Side Diff: ui/ui.gyp

Issue 11363124: Move DisplayManager and DisplayChangeObserverX11 from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« ash/shell.h ('K') | « ui/gfx/screen_win.cc ('k') | no next file » | 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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'gfx/color_analysis.cc', 376 'gfx/color_analysis.cc',
377 'gfx/color_analysis.h', 377 'gfx/color_analysis.h',
378 'gfx/color_profile.cc', 378 'gfx/color_profile.cc',
379 'gfx/color_profile.h', 379 'gfx/color_profile.h',
380 'gfx/color_profile_mac.cc', 380 'gfx/color_profile_mac.cc',
381 'gfx/color_profile_win.cc', 381 'gfx/color_profile_win.cc',
382 'gfx/color_utils.cc', 382 'gfx/color_utils.cc',
383 'gfx/color_utils.h', 383 'gfx/color_utils.h',
384 'gfx/display.cc', 384 'gfx/display.cc',
385 'gfx/display.h', 385 'gfx/display.h',
386 'gfx/display_observer.cc',
387 'gfx/display_observer.h',
386 'gfx/favicon_size.cc', 388 'gfx/favicon_size.cc',
387 'gfx/favicon_size.h', 389 'gfx/favicon_size.h',
388 'gfx/font.cc', 390 'gfx/font.cc',
389 'gfx/font.h', 391 'gfx/font.h',
390 'gfx/font_fallback_win.cc', 392 'gfx/font_fallback_win.cc',
391 'gfx/font_fallback_win.h', 393 'gfx/font_fallback_win.h',
392 'gfx/font_list.cc', 394 'gfx/font_list.cc',
393 'gfx/font_list.h', 395 'gfx/font_list.h',
394 'gfx/font_render_params_android.cc', 396 'gfx/font_render_params_android.cc',
395 'gfx/font_render_params_linux.cc', 397 'gfx/font_render_params_linux.cc',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 }, 892 },
891 'dependencies': [ 893 'dependencies': [
892 '../base/base.gyp:base_java', 894 '../base/base.gyp:base_java',
893 ], 895 ],
894 'includes': [ '../build/java.gypi' ], 896 'includes': [ '../build/java.gypi' ],
895 }, 897 },
896 ], 898 ],
897 }], 899 }],
898 ], 900 ],
899 } 901 }
OLDNEW
« ash/shell.h ('K') | « ui/gfx/screen_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698