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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2804001: Mac: More pluming for OOP font loading (Closed)
Patch Set: Fix review comments Created 10 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
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/font_descriptor_mac_unittest.mm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 29 matching lines...) Expand all
40 'common/chrome_counters.h', 40 'common/chrome_counters.h',
41 'common/common_param_traits.cc', 41 'common/common_param_traits.cc',
42 'common/common_param_traits.h', 42 'common/common_param_traits.h',
43 'common/content_settings.cc', 43 'common/content_settings.cc',
44 'common/content_settings.h', 44 'common/content_settings.h',
45 'common/content_settings_types.h', 45 'common/content_settings_types.h',
46 'common/debug_flags.cc', 46 'common/debug_flags.cc',
47 'common/debug_flags.h', 47 'common/debug_flags.h',
48 'common/devtools_messages.h', 48 'common/devtools_messages.h',
49 'common/devtools_messages_internal.h', 49 'common/devtools_messages_internal.h',
50 'common/font_descriptor_mac.h',
51 'common/font_descriptor_mac.mm',
50 'common/geoposition.cc', 52 'common/geoposition.cc',
51 'common/geoposition.h', 53 'common/geoposition.h',
52 'common/gpu_messages.h', 54 'common/gpu_messages.h',
53 'common/gpu_messages_internal.h', 55 'common/gpu_messages_internal.h',
54 'common/logging_chrome.cc', 56 'common/logging_chrome.cc',
55 'common/logging_chrome.h', 57 'common/logging_chrome.h',
56 'common/main_function_params.h', 58 'common/main_function_params.h',
57 'common/message_router.cc', 59 'common/message_router.cc',
58 'common/message_router.h', 60 'common/message_router.h',
59 'common/metrics_helpers.cc', 61 'common/metrics_helpers.cc',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'configurations': { 406 'configurations': {
405 'Common_Base': { 407 'Common_Base': {
406 'msvs_target_platform': 'x64', 408 'msvs_target_platform': 'x64',
407 }, 409 },
408 }, 410 },
409 }, 411 },
410 ], 412 ],
411 }], 413 }],
412 ], 414 ],
413 } 415 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/font_descriptor_mac_unittest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698