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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 899543003: Break out more manifest parsing logic from ShortcutHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'browser/android/provider/chrome_browser_provider.cc', 134 'browser/android/provider/chrome_browser_provider.cc',
135 'browser/android/provider/chrome_browser_provider.h', 135 'browser/android/provider/chrome_browser_provider.h',
136 'browser/android/provider/run_on_ui_thread_blocking.h', 136 'browser/android/provider/run_on_ui_thread_blocking.h',
137 'browser/android/recently_closed_tabs_bridge.cc', 137 'browser/android/recently_closed_tabs_bridge.cc',
138 'browser/android/recently_closed_tabs_bridge.h', 138 'browser/android/recently_closed_tabs_bridge.h',
139 'browser/android/resource_mapper.cc', 139 'browser/android/resource_mapper.cc',
140 'browser/android/resource_mapper.h', 140 'browser/android/resource_mapper.h',
141 'browser/android/resource_id.h', 141 'browser/android/resource_id.h',
142 'browser/android/shortcut_helper.cc', 142 'browser/android/shortcut_helper.cc',
143 'browser/android/shortcut_helper.h', 143 'browser/android/shortcut_helper.h',
144 'browser/android/shortcut_info.cc',
145 'browser/android/shortcut_info.h',
144 'browser/android/signin/account_management_screen_helper.cc', 146 'browser/android/signin/account_management_screen_helper.cc',
145 'browser/android/signin/account_management_screen_helper.h', 147 'browser/android/signin/account_management_screen_helper.h',
146 'browser/android/signin/signin_manager_android.cc', 148 'browser/android/signin/signin_manager_android.cc',
147 'browser/android/signin/signin_manager_android.h', 149 'browser/android/signin/signin_manager_android.h',
148 'browser/android/tab_android.cc', 150 'browser/android/tab_android.cc',
149 'browser/android/tab_android.h', 151 'browser/android/tab_android.h',
150 'browser/android/tab_load_status.h', 152 'browser/android/tab_load_status.h',
151 'browser/android/tab_state.cc', 153 'browser/android/tab_state.cc',
152 'browser/android/tab_state.h', 154 'browser/android/tab_state.h',
153 'browser/android/thumbnail/thumbnail.cc', 155 'browser/android/thumbnail/thumbnail.cc',
(...skipping 3538 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
« chrome/browser/android/shortcut_info.cc ('K') | « chrome/browser/android/shortcut_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698