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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 419523006: Experimentally isolate GetOpenFileName in a utility process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chrome_select_file_dialog_factory_win.cc ('k') | chrome/chrome_utility.gypi » ('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 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'browser/chrome_content_browser_client.cc', 253 'browser/chrome_content_browser_client.cc',
254 'browser/chrome_content_browser_client.h', 254 'browser/chrome_content_browser_client.h',
255 'browser/chrome_content_browser_client_parts.h', 255 'browser/chrome_content_browser_client_parts.h',
256 'browser/chrome_elf_init_win.cc', 256 'browser/chrome_elf_init_win.cc',
257 'browser/chrome_elf_init_win.h', 257 'browser/chrome_elf_init_win.h',
258 'browser/chrome_notification_types.h', 258 'browser/chrome_notification_types.h',
259 'browser/chrome_page_zoom.cc', 259 'browser/chrome_page_zoom.cc',
260 'browser/chrome_page_zoom.h', 260 'browser/chrome_page_zoom.h',
261 'browser/chrome_page_zoom_constants.cc', 261 'browser/chrome_page_zoom_constants.cc',
262 'browser/chrome_page_zoom_constants.h', 262 'browser/chrome_page_zoom_constants.h',
263 'browser/chrome_select_file_dialog_factory_win.cc',
264 'browser/chrome_select_file_dialog_factory_win.h',
263 'browser/chrome_quota_permission_context.cc', 265 'browser/chrome_quota_permission_context.cc',
264 'browser/chrome_quota_permission_context.h', 266 'browser/chrome_quota_permission_context.h',
265 'browser/command_observer.h', 267 'browser/command_observer.h',
266 'browser/command_updater.cc', 268 'browser/command_updater.cc',
267 'browser/command_updater.h', 269 'browser/command_updater.h',
268 'browser/command_updater_delegate.h', 270 'browser/command_updater_delegate.h',
269 'browser/component_updater/background_downloader_win.cc', 271 'browser/component_updater/background_downloader_win.cc',
270 'browser/component_updater/background_downloader_win.h', 272 'browser/component_updater/background_downloader_win.h',
271 'browser/component_updater/cld_component_installer.cc', 273 'browser/component_updater/cld_component_installer.cc',
272 'browser/component_updater/cld_component_installer.h', 274 'browser/component_updater/cld_component_installer.h',
(...skipping 3341 matching lines...) Expand 10 before | Expand all | Expand 10 after
3614 'package_name': 'org/chromium/chrome/browser', 3616 'package_name': 'org/chromium/chrome/browser',
3615 'template_deps': ['browser/android/tab_load_status.h'], 3617 'template_deps': ['browser/android/tab_load_status.h'],
3616 }, 3618 },
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], 3619 'includes': [ '../build/android/java_cpp_template.gypi' ],
3618 }, 3620 },
3619 ], 3621 ],
3620 }, 3622 },
3621 ], 3623 ],
3622 ], 3624 ],
3623 } 3625 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_select_file_dialog_factory_win.cc ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698