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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2260633004: mac: Update relauncher to not use deprecated APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add autorelease pool. Created 4 years, 4 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
« no previous file with comments | « chrome/browser/mac/relauncher.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'browser/mac/keystone_glue.h', 327 'browser/mac/keystone_glue.h',
328 'browser/mac/keystone_glue.mm', 328 'browser/mac/keystone_glue.mm',
329 'browser/mac/keystone_registration.h', 329 'browser/mac/keystone_registration.h',
330 'browser/mac/keystone_registration.mm', 330 'browser/mac/keystone_registration.mm',
331 'browser/mac/mac_startup_profiler.cc', 331 'browser/mac/mac_startup_profiler.cc',
332 'browser/mac/mac_startup_profiler.h', 332 'browser/mac/mac_startup_profiler.h',
333 'browser/mac/master_prefs.h', 333 'browser/mac/master_prefs.h',
334 'browser/mac/master_prefs.mm', 334 'browser/mac/master_prefs.mm',
335 'browser/mac/nsprocessinfo_additions.h', 335 'browser/mac/nsprocessinfo_additions.h',
336 'browser/mac/nsprocessinfo_additions.mm', 336 'browser/mac/nsprocessinfo_additions.mm',
337 'browser/mac/relauncher.cc', 337 'browser/mac/relauncher.mm',
338 'browser/mac/relauncher.h', 338 'browser/mac/relauncher.h',
339 'browser/mac/security_wrappers.cc', 339 'browser/mac/security_wrappers.cc',
340 'browser/mac/security_wrappers.h', 340 'browser/mac/security_wrappers.h',
341 'browser/manifest/manifest_icon_downloader.cc', 341 'browser/manifest/manifest_icon_downloader.cc',
342 'browser/manifest/manifest_icon_downloader.h', 342 'browser/manifest/manifest_icon_downloader.h',
343 'browser/manifest/manifest_icon_selector.cc', 343 'browser/manifest/manifest_icon_selector.cc',
344 'browser/manifest/manifest_icon_selector.h', 344 'browser/manifest/manifest_icon_selector.h',
345 'browser/media/combined_desktop_media_list.cc', 345 'browser/media/combined_desktop_media_list.cc',
346 'browser/media/combined_desktop_media_list.h', 346 'browser/media/combined_desktop_media_list.h',
347 'browser/media/desktop_media_list.h', 347 'browser/media/desktop_media_list.h',
(...skipping 3999 matching lines...) Expand 10 before | Expand all | Expand 10 after
4347 '../components/components.gyp:rlz', 4347 '../components/components.gyp:rlz',
4348 '../components/components.gyp:search_engines', 4348 '../components/components.gyp:search_engines',
4349 '../rlz/rlz.gyp:rlz_lib', 4349 '../rlz/rlz.gyp:rlz_lib',
4350 'common', 4350 'common',
4351 ], 4351 ],
4352 }, 4352 },
4353 ], 4353 ],
4354 }], 4354 }],
4355 ], 4355 ],
4356 } 4356 }
OLDNEW
« no previous file with comments | « chrome/browser/mac/relauncher.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698