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

Side by Side Diff: chrome/chrome_common.gypi

Issue 460126: Mac: Proof-of-concept task manager (Closed)
Patch Set: rebase Created 10 years, 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'common/chrome_counters.h', 49 'common/chrome_counters.h',
50 'common/common_param_traits.cc', 50 'common/common_param_traits.cc',
51 'common/common_param_traits.h', 51 'common/common_param_traits.h',
52 'common/debug_flags.cc', 52 'common/debug_flags.cc',
53 'common/debug_flags.h', 53 'common/debug_flags.h',
54 'common/devtools_messages.h', 54 'common/devtools_messages.h',
55 'common/devtools_messages_internal.h', 55 'common/devtools_messages_internal.h',
56 'common/logging_chrome.cc', 56 'common/logging_chrome.cc',
57 'common/logging_chrome.h', 57 'common/logging_chrome.h',
58 'common/main_function_params.h', 58 'common/main_function_params.h',
59 'common/mach_ipc_mac.h',
Mark Mentovai 2010/01/11 20:22:46 Sort, mach < main.
60 'common/mach_ipc_mac.mm',
59 'common/message_router.cc', 61 'common/message_router.cc',
60 'common/message_router.h', 62 'common/message_router.h',
61 'common/nacl_messages.h', 63 'common/nacl_messages.h',
62 'common/nacl_messages_internal.h', 64 'common/nacl_messages_internal.h',
63 'common/notification_details.h', 65 'common/notification_details.h',
64 'common/notification_observer.h', 66 'common/notification_observer.h',
65 'common/notification_registrar.cc', 67 'common/notification_registrar.cc',
66 'common/notification_registrar.h', 68 'common/notification_registrar.h',
67 'common/notification_service.cc', 69 'common/notification_service.cc',
68 'common/notification_service.h', 70 'common/notification_service.h',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'configurations': { 370 'configurations': {
369 'Common_Base': { 371 'Common_Base': {
370 'msvs_target_platform': 'x64', 372 'msvs_target_platform': 'x64',
371 }, 373 },
372 }, 374 },
373 }, 375 },
374 ], 376 ],
375 }], 377 }],
376 ], 378 ],
377 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698