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

Side by Side Diff: chrome/chrome_browser.gypi

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 | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/chrome_tests.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3262 matching lines...) Expand 10 before | Expand all | Expand 10 after
3273 '../third_party/zlib/google/zip.gyp:compression_utils', 3273 '../third_party/zlib/google/zip.gyp:compression_utils',
3274 '../third_party/zlib/google/zip.gyp:zip', 3274 '../third_party/zlib/google/zip.gyp:zip',
3275 '../third_party/zlib/zlib.gyp:minizip', 3275 '../third_party/zlib/zlib.gyp:minizip',
3276 '../third_party/zlib/zlib.gyp:zlib', 3276 '../third_party/zlib/zlib.gyp:zlib',
3277 '../ui/base/ui_base.gyp:ui_base', 3277 '../ui/base/ui_base.gyp:ui_base',
3278 '../ui/base/ui_base.gyp:ui_data_pack', 3278 '../ui/base/ui_base.gyp:ui_data_pack',
3279 '../ui/events/events.gyp:events_base', 3279 '../ui/events/events.gyp:events_base',
3280 '../ui/gfx/gfx.gyp:gfx', 3280 '../ui/gfx/gfx.gyp:gfx',
3281 '../ui/gfx/gfx.gyp:gfx_geometry', 3281 '../ui/gfx/gfx.gyp:gfx_geometry',
3282 '../ui/gfx/gfx.gyp:gfx_range', 3282 '../ui/gfx/gfx.gyp:gfx_range',
3283 '../ui/latency_info/latency_info.gyp:latency_info',
3283 '../ui/message_center/message_center.gyp:message_center', 3284 '../ui/message_center/message_center.gyp:message_center',
3284 '../ui/resources/ui_resources.gyp:ui_resources', 3285 '../ui/resources/ui_resources.gyp:ui_resources',
3285 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 3286 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
3286 '../ui/strings/ui_strings.gyp:ui_strings', 3287 '../ui/strings/ui_strings.gyp:ui_strings',
3287 ], 3288 ],
3288 'include_dirs': [ 3289 'include_dirs': [
3289 '..', 3290 '..',
3290 '<(INTERMEDIATE_DIR)', 3291 '<(INTERMEDIATE_DIR)',
3291 # Needed by chrome_content_renderer_client.cc. & 3292 # Needed by chrome_content_renderer_client.cc. &
3292 # plugin_info_message_filter.cc. 3293 # plugin_info_message_filter.cc.
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
4258 '../components/components.gyp:rlz', 4259 '../components/components.gyp:rlz',
4259 '../components/components.gyp:search_engines', 4260 '../components/components.gyp:search_engines',
4260 '../rlz/rlz.gyp:rlz_lib', 4261 '../rlz/rlz.gyp:rlz_lib',
4261 'common', 4262 'common',
4262 ], 4263 ],
4263 }, 4264 },
4264 ], 4265 ],
4265 }], 4266 }],
4266 ], 4267 ],
4267 } 4268 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698