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

Side by Side Diff: chrome/chrome.gyp

Issue 8774040: Don't make classes derive from ChildProcessHost, and instead have them use it through composition... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 '../base/base.gyp:base', 597 '../base/base.gyp:base',
598 '../jingle/jingle.gyp:notifier', 598 '../jingle/jingle.gyp:notifier',
599 '../net/net.gyp:net', 599 '../net/net.gyp:net',
600 '../printing/printing.gyp:printing', 600 '../printing/printing.gyp:printing',
601 '../skia/skia.gyp:skia', 601 '../skia/skia.gyp:skia',
602 '../third_party/libjingle/libjingle.gyp:libjingle', 602 '../third_party/libjingle/libjingle.gyp:libjingle',
603 ], 603 ],
604 'sources': [ 604 'sources': [
605 'service/chrome_service_application_mac.h', 605 'service/chrome_service_application_mac.h',
606 'service/chrome_service_application_mac.mm', 606 'service/chrome_service_application_mac.mm',
607 'service/service_child_process_host.cc',
608 'service/service_child_process_host.h',
609 'service/service_ipc_server.cc', 607 'service/service_ipc_server.cc',
610 'service/service_ipc_server.h', 608 'service/service_ipc_server.h',
611 'service/service_main.cc', 609 'service/service_main.cc',
612 'service/service_process.cc', 610 'service/service_process.cc',
613 'service/service_process.h', 611 'service/service_process.h',
614 'service/service_process_prefs.cc', 612 'service/service_process_prefs.cc',
615 'service/service_process_prefs.h', 613 'service/service_process_prefs.h',
616 'service/service_utility_process_host.cc', 614 'service/service_utility_process_host.cc',
617 'service/service_utility_process_host.h', 615 'service/service_utility_process_host.h',
618 'service/cloud_print/cloud_print_auth.cc', 616 'service/cloud_print/cloud_print_auth.cc',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 'configurations': { 1299 'configurations': {
1302 'Common_Base': { 1300 'Common_Base': {
1303 'msvs_target_platform': 'x64', 1301 'msvs_target_platform': 'x64',
1304 }, 1302 },
1305 }, 1303 },
1306 }, 1304 },
1307 ]}, # 'targets' 1305 ]}, # 'targets'
1308 ], # OS=="win" 1306 ], # OS=="win"
1309 ], # 'conditions' 1307 ], # 'conditions'
1310 } 1308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698