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

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

Issue 1945903002: Move display_finder to ui/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
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'color_profile.cc', 176 'color_profile.cc',
177 'color_profile.h', 177 'color_profile.h',
178 'color_profile_mac.mm', 178 'color_profile_mac.mm',
179 'color_profile_win.cc', 179 'color_profile_win.cc',
180 'color_utils.cc', 180 'color_utils.cc',
181 'color_utils.h', 181 'color_utils.h',
182 'display.cc', 182 'display.cc',
183 'display.h', 183 'display.h',
184 'display_change_notifier.cc', 184 'display_change_notifier.cc',
185 'display_change_notifier.h', 185 'display_change_notifier.h',
186 'display_finder.cc',
187 'display_finder.h',
188 'display_observer.cc', 186 'display_observer.cc',
189 'display_observer.h', 187 'display_observer.h',
190 'favicon_size.cc', 188 'favicon_size.cc',
191 'favicon_size.h', 189 'favicon_size.h',
192 'font.cc', 190 'font.cc',
193 'font.h', 191 'font.h',
194 'font_fallback.h', 192 'font_fallback.h',
195 'font_fallback_linux.cc', 193 'font_fallback_linux.cc',
196 'font_fallback_linux.h', 194 'font_fallback_linux.h',
197 'font_fallback_mac.mm', 195 'font_fallback_mac.mm',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 ], 597 ],
600 'variables': { 598 'variables': {
601 'jni_gen_package': 'ui/gfx', 599 'jni_gen_package': 'ui/gfx',
602 }, 600 },
603 'includes': [ '../../build/jni_generator.gypi' ], 601 'includes': [ '../../build/jni_generator.gypi' ],
604 }, 602 },
605 ], 603 ],
606 }], 604 }],
607 ], 605 ],
608 } 606 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698