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

Side by Side Diff: ui/ui.gyp

Issue 14999012: Move cc/debug/latency_info to ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/latency_info.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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'base/keycodes/keyboard_code_conversion_gtk.cc', 223 'base/keycodes/keyboard_code_conversion_gtk.cc',
224 'base/keycodes/keyboard_code_conversion_gtk.h', 224 'base/keycodes/keyboard_code_conversion_gtk.h',
225 'base/keycodes/keyboard_code_conversion_mac.h', 225 'base/keycodes/keyboard_code_conversion_mac.h',
226 'base/keycodes/keyboard_code_conversion_mac.mm', 226 'base/keycodes/keyboard_code_conversion_mac.mm',
227 'base/keycodes/keyboard_code_conversion_win.cc', 227 'base/keycodes/keyboard_code_conversion_win.cc',
228 'base/keycodes/keyboard_code_conversion_win.h', 228 'base/keycodes/keyboard_code_conversion_win.h',
229 'base/keycodes/keyboard_code_conversion_x.cc', 229 'base/keycodes/keyboard_code_conversion_x.cc',
230 'base/keycodes/keyboard_code_conversion_x.h', 230 'base/keycodes/keyboard_code_conversion_x.h',
231 'base/keycodes/keyboard_codes.h', 231 'base/keycodes/keyboard_codes.h',
232 'base/keycodes/usb_keycode_map.h', 232 'base/keycodes/usb_keycode_map.h',
233 'base/latency_info.cc',
234 'base/latency_info.h',
233 'base/l10n/l10n_font_util.cc', 235 'base/l10n/l10n_font_util.cc',
234 'base/l10n/l10n_font_util.h', 236 'base/l10n/l10n_font_util.h',
235 'base/l10n/l10n_util.cc', 237 'base/l10n/l10n_util.cc',
236 'base/l10n/l10n_util.h', 238 'base/l10n/l10n_util.h',
237 'base/l10n/l10n_util_android.h', 239 'base/l10n/l10n_util_android.h',
238 'base/l10n/l10n_util_android.cc', 240 'base/l10n/l10n_util_android.cc',
239 'base/l10n/l10n_util_collator.h', 241 'base/l10n/l10n_util_collator.h',
240 'base/l10n/l10n_util_mac.h', 242 'base/l10n/l10n_util_mac.h',
241 'base/l10n/l10n_util_mac.mm', 243 'base/l10n/l10n_util_mac.mm',
242 'base/l10n/l10n_util_posix.cc', 244 'base/l10n/l10n_util_posix.cc',
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'xcode_settings': { 1002 'xcode_settings': {
1001 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1002 }, 1004 },
1003 }], 1005 }],
1004 ], 1006 ],
1005 }, 1007 },
1006 ], 1008 ],
1007 }], 1009 }],
1008 ], 1010 ],
1009 } 1011 }
OLDNEW
« no previous file with comments | « ui/base/latency_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698