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

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: Rebase. 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'browser/favicon/chrome_favicon_client_factory.cc', 401 'browser/favicon/chrome_favicon_client_factory.cc',
402 'browser/favicon/chrome_favicon_client_factory.h', 402 'browser/favicon/chrome_favicon_client_factory.h',
403 'browser/favicon/favicon_handler.cc', 403 'browser/favicon/favicon_handler.cc',
404 'browser/favicon/favicon_handler.h', 404 'browser/favicon/favicon_handler.h',
405 'browser/favicon/favicon_service.cc', 405 'browser/favicon/favicon_service.cc',
406 'browser/favicon/favicon_service.h', 406 'browser/favicon/favicon_service.h',
407 'browser/favicon/favicon_service_factory.cc', 407 'browser/favicon/favicon_service_factory.cc',
408 'browser/favicon/favicon_service_factory.h', 408 'browser/favicon/favicon_service_factory.h',
409 'browser/favicon/favicon_tab_helper.cc', 409 'browser/favicon/favicon_tab_helper.cc',
410 'browser/favicon/favicon_tab_helper.h', 410 'browser/favicon/favicon_tab_helper.h',
411 'browser/file_associations_win.cc',
412 'browser/file_associations_win.h',
411 'browser/file_select_helper.cc', 413 'browser/file_select_helper.cc',
412 'browser/file_select_helper.h', 414 'browser/file_select_helper.h',
413 'browser/flags_storage.h', 415 'browser/flags_storage.h',
414 'browser/fullscreen.h', 416 'browser/fullscreen.h',
415 'browser/fullscreen_chromeos.cc', 417 'browser/fullscreen_chromeos.cc',
416 'browser/fullscreen_mac.mm', 418 'browser/fullscreen_mac.mm',
417 'browser/fullscreen_win.cc', 419 'browser/fullscreen_win.cc',
418 'browser/geolocation/chrome_access_token_store.cc', 420 'browser/geolocation/chrome_access_token_store.cc',
419 'browser/geolocation/chrome_access_token_store.h', 421 'browser/geolocation/chrome_access_token_store.h',
420 'browser/geolocation/geolocation_infobar_delegate.cc', 422 'browser/geolocation/geolocation_infobar_delegate.cc',
(...skipping 3115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3536 'variables': { 3538 'variables': {
3537 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3539 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3538 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3540 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3539 }, 3541 },
3540 'includes': [ '../build/protoc.gypi' ] 3542 'includes': [ '../build/protoc.gypi' ]
3541 }, 3543 },
3542 ], 3544 ],
3543 },], 3545 },],
3544 ], 3546 ],
3545 } 3547 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698