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

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: Changing unittest 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
« no previous file with comments | « chrome/browser/android/shortcut_helper_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3576 matching lines...) Expand 10 before | Expand all | Expand 10 after
3698 'variables': { 3700 'variables': {
3699 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3701 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3700 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3701 }, 3703 },
3702 'includes': [ '../build/protoc.gypi' ] 3704 'includes': [ '../build/protoc.gypi' ]
3703 }, 3705 },
3704 ], 3706 ],
3705 },], 3707 },],
3706 ], 3708 ],
3707 } 3709 }
OLDNEW
« no previous file with comments | « chrome/browser/android/shortcut_helper_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698