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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit 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 | « ash/ash.gyp ('k') | components/autofill.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 3242 matching lines...) Expand 10 before | Expand all | Expand 10 after
3253 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 3253 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
3254 '../third_party/zlib/google/zip.gyp:compression_utils', 3254 '../third_party/zlib/google/zip.gyp:compression_utils',
3255 '../third_party/zlib/google/zip.gyp:zip', 3255 '../third_party/zlib/google/zip.gyp:zip',
3256 '../third_party/zlib/zlib.gyp:minizip', 3256 '../third_party/zlib/zlib.gyp:minizip',
3257 '../third_party/zlib/zlib.gyp:zlib', 3257 '../third_party/zlib/zlib.gyp:zlib',
3258 '../ui/base/ui_base.gyp:ui_base', 3258 '../ui/base/ui_base.gyp:ui_base',
3259 '../ui/base/ui_base.gyp:ui_data_pack', 3259 '../ui/base/ui_base.gyp:ui_data_pack',
3260 '../ui/events/events.gyp:events_base', 3260 '../ui/events/events.gyp:events_base',
3261 '../ui/gfx/gfx.gyp:gfx', 3261 '../ui/gfx/gfx.gyp:gfx',
3262 '../ui/gfx/gfx.gyp:gfx_geometry', 3262 '../ui/gfx/gfx.gyp:gfx_geometry',
3263 '../ui/gfx/gfx.gyp:gfx_range',
3263 '../ui/message_center/message_center.gyp:message_center', 3264 '../ui/message_center/message_center.gyp:message_center',
3264 '../ui/resources/ui_resources.gyp:ui_resources', 3265 '../ui/resources/ui_resources.gyp:ui_resources',
3265 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 3266 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
3266 '../ui/strings/ui_strings.gyp:ui_strings', 3267 '../ui/strings/ui_strings.gyp:ui_strings',
3267 ], 3268 ],
3268 'include_dirs': [ 3269 'include_dirs': [
3269 '..', 3270 '..',
3270 '<(INTERMEDIATE_DIR)', 3271 '<(INTERMEDIATE_DIR)',
3271 # Needed by chrome_content_renderer_client.cc. & 3272 # Needed by chrome_content_renderer_client.cc. &
3272 # plugin_info_message_filter.cc. 3273 # plugin_info_message_filter.cc.
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
4221 '../components/components.gyp:rlz', 4222 '../components/components.gyp:rlz',
4222 '../components/components.gyp:search_engines', 4223 '../components/components.gyp:search_engines',
4223 '../rlz/rlz.gyp:rlz_lib', 4224 '../rlz/rlz.gyp:rlz_lib',
4224 'common', 4225 'common',
4225 ], 4226 ],
4226 }, 4227 },
4227 ], 4228 ],
4228 }], 4229 }],
4229 ], 4230 ],
4230 } 4231 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698