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

Side by Side Diff: chrome/chrome_common.gypi

Issue 4721001: Add multi_process_lock to chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more clean up for mento Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/multi_process_lock.h » ('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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'common/indexed_db_key.h', 79 'common/indexed_db_key.h',
80 'common/indexed_db_param_traits.cc', 80 'common/indexed_db_param_traits.cc',
81 'common/indexed_db_param_traits.h', 81 'common/indexed_db_param_traits.h',
82 'common/logging_chrome.cc', 82 'common/logging_chrome.cc',
83 'common/logging_chrome.h', 83 'common/logging_chrome.h',
84 'common/main_function_params.h', 84 'common/main_function_params.h',
85 'common/message_router.cc', 85 'common/message_router.cc',
86 'common/message_router.h', 86 'common/message_router.h',
87 'common/metrics_helpers.cc', 87 'common/metrics_helpers.cc',
88 'common/metrics_helpers.h', 88 'common/metrics_helpers.h',
89 'common/multi_process_lock.h',
90 'common/multi_process_lock_linux.cc',
91 'common/multi_process_lock_mac.cc',
92 'common/multi_process_lock_win.cc',
89 'common/nacl_cmd_line.cc', 93 'common/nacl_cmd_line.cc',
90 'common/nacl_cmd_line.h', 94 'common/nacl_cmd_line.h',
91 'common/nacl_messages.cc', 95 'common/nacl_messages.cc',
92 'common/nacl_messages.h', 96 'common/nacl_messages.h',
93 'common/nacl_messages_internal.h', 97 'common/nacl_messages_internal.h',
94 'common/nacl_types.h', 98 'common/nacl_types.h',
95 'common/notification_details.cc', 99 'common/notification_details.cc',
96 'common/notification_details.h', 100 'common/notification_details.h',
97 'common/notification_observer.h', 101 'common/notification_observer.h',
98 'common/notification_registrar.cc', 102 'common/notification_registrar.cc',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'configurations': { 576 'configurations': {
573 'Common_Base': { 577 'Common_Base': {
574 'msvs_target_platform': 'x64', 578 'msvs_target_platform': 'x64',
575 }, 579 },
576 }, 580 },
577 }, 581 },
578 ], 582 ],
579 }], 583 }],
580 ], 584 ],
581 } 585 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/multi_process_lock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698