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

Side by Side Diff: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues 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 | « cc/surfaces/display.h ('k') | chrome/chrome_browser.gypi » ('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) 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 12 matching lines...) Expand all
23 '../../../../ui/aura/aura.gyp:aura', 23 '../../../../ui/aura/aura.gyp:aura',
24 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 24 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
25 '../../../../ui/base/ui_base.gyp:ui_base', 25 '../../../../ui/base/ui_base.gyp:ui_base',
26 '../../../../ui/base/x/ui_base_x.gyp:ui_base_x', 26 '../../../../ui/base/x/ui_base_x.gyp:ui_base_x',
27 '../../../../ui/events/events.gyp:events', 27 '../../../../ui/events/events.gyp:events',
28 '../../../../ui/events/events.gyp:events_base', 28 '../../../../ui/events/events.gyp:events_base',
29 '../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11', 29 '../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11',
30 '../../../../ui/gfx/gfx.gyp:gfx', 30 '../../../../ui/gfx/gfx.gyp:gfx',
31 '../../../../ui/gfx/gfx.gyp:gfx_geometry', 31 '../../../../ui/gfx/gfx.gyp:gfx_geometry',
32 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11', 32 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
33 '../../../../ui/latency_info/latency_info.gyp:latency_info',
33 '../../../../ui/native_theme/native_theme.gyp:native_theme', 34 '../../../../ui/native_theme/native_theme.gyp:native_theme',
34 '../../../../ui/resources/ui_resources.gyp:ui_resources', 35 '../../../../ui/resources/ui_resources.gyp:ui_resources',
35 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 36 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
36 '../../../../ui/strings/ui_strings.gyp:ui_strings', 37 '../../../../ui/strings/ui_strings.gyp:ui_strings',
37 '../../../../ui/views/views.gyp:views', 38 '../../../../ui/views/views.gyp:views',
38 '../../../chrome_resources.gyp:chrome_extra_resources', 39 '../../../chrome_resources.gyp:chrome_extra_resources',
39 '../../../chrome_resources.gyp:chrome_resources', 40 '../../../chrome_resources.gyp:chrome_resources',
40 '../../../chrome_resources.gyp:chrome_strings', 41 '../../../chrome_resources.gyp:chrome_strings',
41 '../../../chrome_resources.gyp:theme_resources', 42 '../../../chrome_resources.gyp:theme_resources',
42 ], 43 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 }], 127 }],
127 ['use_cups==1', { 128 ['use_cups==1', {
128 'dependencies': [ 129 'dependencies': [
129 '../../../../printing/printing.gyp:cups', 130 '../../../../printing/printing.gyp:cups',
130 ], 131 ],
131 }], 132 }],
132 ], 133 ],
133 }, 134 },
134 ], 135 ],
135 } 136 }
OLDNEW
« no previous file with comments | « cc/surfaces/display.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698