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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 634833003: mac: Zip packages when they are selected by the file opener. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use AppendRelativePath(). Created 6 years, 2 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
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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'browser/favicon/favicon_handler.cc', 399 'browser/favicon/favicon_handler.cc',
400 'browser/favicon/favicon_handler.h', 400 'browser/favicon/favicon_handler.h',
401 'browser/favicon/favicon_service.cc', 401 'browser/favicon/favicon_service.cc',
402 'browser/favicon/favicon_service.h', 402 'browser/favicon/favicon_service.h',
403 'browser/favicon/favicon_service_factory.cc', 403 'browser/favicon/favicon_service_factory.cc',
404 'browser/favicon/favicon_service_factory.h', 404 'browser/favicon/favicon_service_factory.h',
405 'browser/favicon/favicon_tab_helper.cc', 405 'browser/favicon/favicon_tab_helper.cc',
406 'browser/favicon/favicon_tab_helper.h', 406 'browser/favicon/favicon_tab_helper.h',
407 'browser/file_select_helper.cc', 407 'browser/file_select_helper.cc',
408 'browser/file_select_helper.h', 408 'browser/file_select_helper.h',
409 'browser/file_select_helper_mac.mm',
409 'browser/flags_storage.h', 410 'browser/flags_storage.h',
410 'browser/fullscreen.h', 411 'browser/fullscreen.h',
411 'browser/fullscreen_chromeos.cc', 412 'browser/fullscreen_chromeos.cc',
412 'browser/fullscreen_mac.mm', 413 'browser/fullscreen_mac.mm',
413 'browser/fullscreen_win.cc', 414 'browser/fullscreen_win.cc',
414 'browser/geolocation/chrome_access_token_store.cc', 415 'browser/geolocation/chrome_access_token_store.cc',
415 'browser/geolocation/chrome_access_token_store.h', 416 'browser/geolocation/chrome_access_token_store.h',
416 'browser/geolocation/geolocation_infobar_delegate.cc', 417 'browser/geolocation/geolocation_infobar_delegate.cc',
417 'browser/geolocation/geolocation_infobar_delegate.h', 418 'browser/geolocation/geolocation_infobar_delegate.h',
418 'browser/geolocation/geolocation_permission_context.cc', 419 'browser/geolocation/geolocation_permission_context.cc',
(...skipping 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3585 'variables': { 3586 'variables': {
3586 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3587 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3588 }, 3589 },
3589 'includes': [ '../build/protoc.gypi' ] 3590 'includes': [ '../build/protoc.gypi' ]
3590 }, 3591 },
3591 ], 3592 ],
3592 },], 3593 },],
3593 ], 3594 ],
3594 } 3595 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698