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

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: Other patch landed 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 3570 matching lines...) Expand 10 before | Expand all | Expand 10 after
3692 'variables': { 3694 'variables': {
3693 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3695 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3694 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3695 }, 3697 },
3696 'includes': [ '../build/protoc.gypi' ] 3698 'includes': [ '../build/protoc.gypi' ]
3697 }, 3699 },
3698 ], 3700 ],
3699 },], 3701 },],
3700 ], 3702 ],
3701 } 3703 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698