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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 487693002: ShellUtil: Add generic methods to add/delete Windows file associations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deeper refactoring of the existing file associations code for code reuse. Created 6 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
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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'browser/favicon/favicon_changed_details.cc', 403 'browser/favicon/favicon_changed_details.cc',
404 'browser/favicon/favicon_changed_details.h', 404 'browser/favicon/favicon_changed_details.h',
405 'browser/favicon/favicon_handler.cc', 405 'browser/favicon/favicon_handler.cc',
406 'browser/favicon/favicon_handler.h', 406 'browser/favicon/favicon_handler.h',
407 'browser/favicon/favicon_service.cc', 407 'browser/favicon/favicon_service.cc',
408 'browser/favicon/favicon_service.h', 408 'browser/favicon/favicon_service.h',
409 'browser/favicon/favicon_service_factory.cc', 409 'browser/favicon/favicon_service_factory.cc',
410 'browser/favicon/favicon_service_factory.h', 410 'browser/favicon/favicon_service_factory.h',
411 'browser/favicon/favicon_tab_helper.cc', 411 'browser/favicon/favicon_tab_helper.cc',
412 'browser/favicon/favicon_tab_helper.h', 412 'browser/favicon/favicon_tab_helper.h',
413 'browser/file_associations_win.cc',
414 'browser/file_associations_win.h',
413 'browser/file_select_helper.cc', 415 'browser/file_select_helper.cc',
414 'browser/file_select_helper.h', 416 'browser/file_select_helper.h',
415 'browser/flags_storage.h', 417 'browser/flags_storage.h',
416 'browser/fullscreen.h', 418 'browser/fullscreen.h',
417 'browser/fullscreen_chromeos.cc', 419 'browser/fullscreen_chromeos.cc',
418 'browser/fullscreen_mac.mm', 420 'browser/fullscreen_mac.mm',
419 'browser/fullscreen_win.cc', 421 'browser/fullscreen_win.cc',
420 'browser/geolocation/chrome_access_token_store.cc', 422 'browser/geolocation/chrome_access_token_store.cc',
421 'browser/geolocation/chrome_access_token_store.h', 423 'browser/geolocation/chrome_access_token_store.h',
422 'browser/geolocation/geolocation_infobar_delegate.cc', 424 'browser/geolocation/geolocation_infobar_delegate.cc',
(...skipping 3137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3560 'variables': { 3562 'variables': {
3561 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3563 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3564 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3563 }, 3565 },
3564 'includes': [ '../build/protoc.gypi' ] 3566 'includes': [ '../build/protoc.gypi' ]
3565 }, 3567 },
3566 ], 3568 ],
3567 },], 3569 },],
3568 ], 3570 ],
3569 } 3571 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698