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

Side by Side Diff: chrome/chrome.gyp

Issue 201121: Chrome should shut down cleanly when quit from the Dock icon menu, during... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/browser/chrome_application_mac.mm ('k') | no next file » | 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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'browser/browsing_instance.cc', 835 'browser/browsing_instance.cc',
836 'browser/browsing_instance.h', 836 'browser/browsing_instance.h',
837 'browser/cancelable_request.cc', 837 'browser/cancelable_request.cc',
838 'browser/cancelable_request.h', 838 'browser/cancelable_request.h',
839 'browser/cert_store.cc', 839 'browser/cert_store.cc',
840 'browser/cert_store.h', 840 'browser/cert_store.h',
841 'browser/character_encoding.cc', 841 'browser/character_encoding.cc',
842 'browser/character_encoding.h', 842 'browser/character_encoding.h',
843 'browser/child_process_security_policy.cc', 843 'browser/child_process_security_policy.cc',
844 'browser/child_process_security_policy.h', 844 'browser/child_process_security_policy.h',
845 'browser/chrome_application_mac.h',
846 'browser/chrome_application_mac.mm',
845 'browser/chrome_plugin_browsing_context.cc', 847 'browser/chrome_plugin_browsing_context.cc',
846 'browser/chrome_plugin_browsing_context.h', 848 'browser/chrome_plugin_browsing_context.h',
847 'browser/chrome_plugin_host.cc', 849 'browser/chrome_plugin_host.cc',
848 'browser/chrome_plugin_host.h', 850 'browser/chrome_plugin_host.h',
849 'browser/chrome_thread.cc', 851 'browser/chrome_thread.cc',
850 'browser/chrome_thread.h', 852 'browser/chrome_thread.h',
851 'browser/chromeos/chromeos_version_loader.cc', 853 'browser/chromeos/chromeos_version_loader.cc',
852 'browser/chromeos/chromeos_version_loader.h', 854 'browser/chromeos/chromeos_version_loader.h',
853 'browser/chromeos/compact_navigation_bar.cc', 855 'browser/chromeos/compact_navigation_bar.cc',
854 'browser/chromeos/compact_navigation_bar.h', 856 'browser/chromeos/compact_navigation_bar.h',
(...skipping 5261 matching lines...) Expand 10 before | Expand all | Expand 10 after
6116 # Use outputs of this action as inputs for the main target build. 6118 # Use outputs of this action as inputs for the main target build.
6117 # Seems as a misnomer but makes this happy on Linux (scons). 6119 # Seems as a misnomer but makes this happy on Linux (scons).
6118 'process_outputs_as_sources': 1, 6120 'process_outputs_as_sources': 1,
6119 }, 6121 },
6120 ], # 'actions' 6122 ], # 'actions'
6121 }, 6123 },
6122 ] 6124 ]
6123 }], 6125 }],
6124 ], # 'conditions' 6126 ], # 'conditions'
6125 } 6127 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_application_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698