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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 880203004: Break out manifest icon logic from ShortcutHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing Created 5 years, 10 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'browser/android/new_tab_page_prefs.h', 102 'browser/android/new_tab_page_prefs.h',
103 'browser/android/new_tab_page_url_handler.cc', 103 'browser/android/new_tab_page_url_handler.cc',
104 'browser/android/new_tab_page_url_handler.h', 104 'browser/android/new_tab_page_url_handler.h',
105 'browser/android/intent_helper.cc', 105 'browser/android/intent_helper.cc',
106 'browser/android/intent_helper.h', 106 'browser/android/intent_helper.h',
107 'browser/android/intercept_download_resource_throttle.cc', 107 'browser/android/intercept_download_resource_throttle.cc',
108 'browser/android/intercept_download_resource_throttle.h', 108 'browser/android/intercept_download_resource_throttle.h',
109 'browser/android/location_settings.h', 109 'browser/android/location_settings.h',
110 'browser/android/location_settings_impl.cc', 110 'browser/android/location_settings_impl.cc',
111 'browser/android/location_settings_impl.h', 111 'browser/android/location_settings_impl.h',
112 'browser/android/manifest_icon_selector.cc',
113 'browser/android/manifest_icon_selector.h',
112 'browser/android/most_visited_sites.cc', 114 'browser/android/most_visited_sites.cc',
113 'browser/android/most_visited_sites.h', 115 'browser/android/most_visited_sites.h',
114 'browser/android/omnibox/answers_image_bridge.cc', 116 'browser/android/omnibox/answers_image_bridge.cc',
115 'browser/android/omnibox/answers_image_bridge.h', 117 'browser/android/omnibox/answers_image_bridge.h',
116 'browser/android/omnibox/autocomplete_controller_android.cc', 118 'browser/android/omnibox/autocomplete_controller_android.cc',
117 'browser/android/omnibox/autocomplete_controller_android.h', 119 'browser/android/omnibox/autocomplete_controller_android.h',
118 'browser/android/omnibox/omnibox_prerender.cc', 120 'browser/android/omnibox/omnibox_prerender.cc',
119 'browser/android/omnibox/omnibox_prerender.h', 121 'browser/android/omnibox/omnibox_prerender.h',
120 'browser/android/password_ui_view_android.cc', 122 'browser/android/password_ui_view_android.cc',
121 'browser/android/password_ui_view_android.h', 123 'browser/android/password_ui_view_android.h',
(...skipping 3558 matching lines...) Expand 10 before | Expand all | Expand 10 after
3680 'variables': { 3682 'variables': {
3681 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3683 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3682 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3684 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3683 }, 3685 },
3684 'includes': [ '../build/protoc.gypi' ] 3686 'includes': [ '../build/protoc.gypi' ]
3685 }, 3687 },
3686 ], 3688 ],
3687 },], 3689 },],
3688 ], 3690 ],
3689 } 3691 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698