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

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

Issue 1965073002: Rename gfx::Display to display::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/gfx/display_unittest.cc ('k') | ui/gfx/switches.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'codec/png_codec.h', 173 'codec/png_codec.h',
174 'color_analysis.cc', 174 'color_analysis.cc',
175 'color_analysis.h', 175 'color_analysis.h',
176 'color_palette.h', 176 'color_palette.h',
177 'color_profile.cc', 177 'color_profile.cc',
178 'color_profile.h', 178 'color_profile.h',
179 'color_profile_mac.mm', 179 'color_profile_mac.mm',
180 'color_profile_win.cc', 180 'color_profile_win.cc',
181 'color_utils.cc', 181 'color_utils.cc',
182 'color_utils.h', 182 'color_utils.h',
183 'display.cc',
184 'display.h',
185 'favicon_size.cc', 183 'favicon_size.cc',
186 'favicon_size.h', 184 'favicon_size.h',
187 'font.cc', 185 'font.cc',
188 'font.h', 186 'font.h',
189 'font_fallback.h', 187 'font_fallback.h',
190 'font_fallback_linux.cc', 188 'font_fallback_linux.cc',
191 'font_fallback_linux.h', 189 'font_fallback_linux.h',
192 'font_fallback_mac.mm', 190 'font_fallback_mac.mm',
193 'font_fallback_win.cc', 191 'font_fallback_win.cc',
194 'font_fallback_win.h', 192 'font_fallback_win.h',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'hard_dependency': 1, 524 'hard_dependency': 1,
527 }, 525 },
528 { 526 {
529 'target_name': 'gfx_test_support', 527 'target_name': 'gfx_test_support',
530 'type': 'static_library', 528 'type': 'static_library',
531 'sources': [ 529 'sources': [
532 'image/image_unittest_util.cc', 530 'image/image_unittest_util.cc',
533 'image/image_unittest_util.h', 531 'image/image_unittest_util.h',
534 'image/image_unittest_util_ios.mm', 532 'image/image_unittest_util_ios.mm',
535 'image/image_unittest_util_mac.mm', 533 'image/image_unittest_util_mac.mm',
536 'test/display_util.h',
537 'test/fontconfig_util_linux.cc', 534 'test/fontconfig_util_linux.cc',
538 'test/fontconfig_util_linux.h', 535 'test/fontconfig_util_linux.h',
539 'test/gfx_util.cc', 536 'test/gfx_util.cc',
540 'test/gfx_util.h', 537 'test/gfx_util.h',
541 'test/ui_cocoa_test_helper.h', 538 'test/ui_cocoa_test_helper.h',
542 'test/ui_cocoa_test_helper.mm', 539 'test/ui_cocoa_test_helper.mm',
543 ], 540 ],
544 'dependencies': [ 541 'dependencies': [
545 '../../base/base.gyp:base', 542 '../../base/base.gyp:base',
546 '../../skia/skia.gyp:skia', 543 '../../skia/skia.gyp:skia',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 ], 580 ],
584 'variables': { 581 'variables': {
585 'jni_gen_package': 'ui/gfx', 582 'jni_gen_package': 'ui/gfx',
586 }, 583 },
587 'includes': [ '../../build/jni_generator.gypi' ], 584 'includes': [ '../../build/jni_generator.gypi' ],
588 }, 585 },
589 ], 586 ],
590 }], 587 }],
591 ], 588 ],
592 } 589 }
OLDNEW
« no previous file with comments | « ui/gfx/display_unittest.cc ('k') | ui/gfx/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698