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

Side by Side Diff: chrome/chrome.gyp

Issue 99005: Add quarantine metadata to downloads on the Mac. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 7 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
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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'common/pref_member.cc', 247 'common/pref_member.cc',
248 'common/pref_member.h', 248 'common/pref_member.h',
249 'common/pref_names.cc', 249 'common/pref_names.cc',
250 'common/pref_names.h', 250 'common/pref_names.h',
251 'common/pref_service.cc', 251 'common/pref_service.cc',
252 'common/pref_service.h', 252 'common/pref_service.h',
253 'common/process_watcher.cc', 253 'common/process_watcher.cc',
254 'common/process_watcher.h', 254 'common/process_watcher.h',
255 'common/property_bag.cc', 255 'common/property_bag.cc',
256 'common/property_bag.h', 256 'common/property_bag.h',
257 'common/quarantine_mac.h',
258 'common/quarantine_mac.mm',
257 'common/ref_counted_util.h', 259 'common/ref_counted_util.h',
258 'common/render_messages.h', 260 'common/render_messages.h',
259 'common/render_messages_internal.h', 261 'common/render_messages_internal.h',
260 'common/resource_bundle.cc', 262 'common/resource_bundle.cc',
261 'common/resource_bundle.h', 263 'common/resource_bundle.h',
262 'common/resource_bundle_linux.cc', 264 'common/resource_bundle_linux.cc',
263 'common/resource_bundle_mac.mm', 265 'common/resource_bundle_mac.mm',
264 'common/resource_bundle_win.cc', 266 'common/resource_bundle_win.cc',
265 'common/resource_dispatcher.cc', 267 'common/resource_dispatcher.cc',
266 'common/resource_dispatcher.h', 268 'common/resource_dispatcher.h',
(...skipping 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 '../tools/code_coverage/coverage_posix.py', 2955 '../tools/code_coverage/coverage_posix.py',
2954 '--directory', 2956 '--directory',
2955 '<(PRODUCT_DIR)' ], 2957 '<(PRODUCT_DIR)' ],
2956 }, 2958 },
2957 ], # 'actions' 2959 ], # 'actions'
2958 }, 2960 },
2959 ] 2961 ]
2960 }], 2962 }],
2961 ], # 'conditions' 2963 ], # 'conditions'
2962 } 2964 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/download_resource_handler.cc ('k') | chrome/common/quarantine_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698