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

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: ios fix 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
« ui/aura/test/aura_test_helper.cc ('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.h',
386 'gfx/favicon_size.cc', 387 'gfx/favicon_size.cc',
387 'gfx/favicon_size.h', 388 'gfx/favicon_size.h',
388 'gfx/font.cc', 389 'gfx/font.cc',
389 'gfx/font.h', 390 'gfx/font.h',
390 'gfx/font_fallback_win.cc', 391 'gfx/font_fallback_win.cc',
391 'gfx/font_fallback_win.h', 392 'gfx/font_fallback_win.h',
392 'gfx/font_list.cc', 393 'gfx/font_list.cc',
393 'gfx/font_list.h', 394 'gfx/font_list.h',
394 'gfx/font_render_params_android.cc', 395 'gfx/font_render_params_android.cc',
395 'gfx/font_render_params_linux.cc', 396 'gfx/font_render_params_linux.cc',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 }, 891 },
891 'dependencies': [ 892 'dependencies': [
892 '../base/base.gyp:base_java', 893 '../base/base.gyp:base_java',
893 ], 894 ],
894 'includes': [ '../build/java.gypi' ], 895 'includes': [ '../build/java.gypi' ],
895 }, 896 },
896 ], 897 ],
897 }], 898 }],
898 ], 899 ],
899 } 900 }
OLDNEW
« ui/aura/test/aura_test_helper.cc ('K') | « ui/gfx/screen_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698