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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1130613002: Clean up Noto Sans UI stuff. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address jshin@'s comments. Created 5 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/base/resource/resource_bundle.cc ('k') | ui/base/ui_base_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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'dragdrop/os_exchange_data.cc', 176 'dragdrop/os_exchange_data.cc',
177 'dragdrop/os_exchange_data.h', 177 'dragdrop/os_exchange_data.h',
178 'dragdrop/os_exchange_data_provider_aura.cc', 178 'dragdrop/os_exchange_data_provider_aura.cc',
179 'dragdrop/os_exchange_data_provider_aura.h', 179 'dragdrop/os_exchange_data_provider_aura.h',
180 'dragdrop/os_exchange_data_provider_aurax11.cc', 180 'dragdrop/os_exchange_data_provider_aurax11.cc',
181 'dragdrop/os_exchange_data_provider_aurax11.h', 181 'dragdrop/os_exchange_data_provider_aurax11.h',
182 'dragdrop/os_exchange_data_provider_mac.h', 182 'dragdrop/os_exchange_data_provider_mac.h',
183 'dragdrop/os_exchange_data_provider_mac.mm', 183 'dragdrop/os_exchange_data_provider_mac.mm',
184 'dragdrop/os_exchange_data_provider_win.cc', 184 'dragdrop/os_exchange_data_provider_win.cc',
185 'dragdrop/os_exchange_data_provider_win.h', 185 'dragdrop/os_exchange_data_provider_win.h',
186 'font_helper_chromeos.cc',
187 'font_helper_chromeos.h',
188 'hit_test.h', 186 'hit_test.h',
189 'idle/idle.cc', 187 'idle/idle.cc',
190 'idle/idle.h', 188 'idle/idle.h',
191 'idle/idle_chromeos.cc', 189 'idle/idle_chromeos.cc',
192 'idle/idle_linux.cc', 190 'idle/idle_linux.cc',
193 'idle/idle_mac.mm', 191 'idle/idle_mac.mm',
194 'idle/idle_query_x11.cc', 192 'idle/idle_query_x11.cc',
195 'idle/idle_query_x11.h', 193 'idle/idle_query_x11.h',
196 'idle/idle_win.cc', 194 'idle/idle_win.cc',
197 'idle/screensaver_window_finder_x11.cc', 195 'idle/screensaver_window_finder_x11.cc',
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 ], 696 ],
699 'variables': { 697 'variables': {
700 'jni_gen_package': 'ui', 698 'jni_gen_package': 'ui',
701 }, 699 },
702 'includes': [ '../../build/jni_generator.gypi' ], 700 'includes': [ '../../build/jni_generator.gypi' ],
703 }, 701 },
704 ], 702 ],
705 }], 703 }],
706 ], 704 ],
707 } 705 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_bundle.cc ('k') | ui/base/ui_base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698