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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1625015: Refactor ChildProcess and related classes to create a framework outside of br... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/child_process.h » ('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 (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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/geoposition.cc', 50 'common/geoposition.cc',
51 'common/geoposition.h', 51 'common/geoposition.h',
52 'common/gpu_messages.h', 52 'common/gpu_messages.h',
53 'common/gpu_messages_internal.h', 53 'common/gpu_messages_internal.h',
54 'common/logging_chrome.cc', 54 'common/logging_chrome.cc',
55 'common/logging_chrome.h', 55 'common/logging_chrome.h',
56 'common/main_function_params.h', 56 'common/main_function_params.h',
57 'common/message_router.cc',
58 'common/message_router.h',
59 'common/nacl_cmd_line.cc', 57 'common/nacl_cmd_line.cc',
60 'common/nacl_cmd_line.h', 58 'common/nacl_cmd_line.h',
61 'common/nacl_messages.h', 59 'common/nacl_messages.h',
62 'common/nacl_types.h', 60 'common/nacl_types.h',
63 'common/nacl_messages_internal.h', 61 'common/nacl_messages_internal.h',
64 'common/notification_details.h', 62 'common/notification_details.h',
65 'common/notification_observer.h', 63 'common/notification_observer.h',
66 'common/notification_registrar.cc', 64 'common/notification_registrar.cc',
67 'common/notification_registrar.h', 65 'common/notification_registrar.h',
68 'common/notification_service.cc', 66 'common/notification_service.cc',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'configurations': { 358 'configurations': {
361 'Common_Base': { 359 'Common_Base': {
362 'msvs_target_platform': 'x64', 360 'msvs_target_platform': 'x64',
363 }, 361 },
364 }, 362 },
365 }, 363 },
366 ], 364 ],
367 }], 365 }],
368 ], 366 ],
369 } 367 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/child_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698