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

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
« no previous file with comments | « chrome/browser/android/shortcut_info.cc ('k') | no next file » | 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'browser/android/provider/chrome_browser_provider.cc', 136 'browser/android/provider/chrome_browser_provider.cc',
137 'browser/android/provider/chrome_browser_provider.h', 137 'browser/android/provider/chrome_browser_provider.h',
138 'browser/android/provider/run_on_ui_thread_blocking.h', 138 'browser/android/provider/run_on_ui_thread_blocking.h',
139 'browser/android/recently_closed_tabs_bridge.cc', 139 'browser/android/recently_closed_tabs_bridge.cc',
140 'browser/android/recently_closed_tabs_bridge.h', 140 'browser/android/recently_closed_tabs_bridge.h',
141 'browser/android/resource_mapper.cc', 141 'browser/android/resource_mapper.cc',
142 'browser/android/resource_mapper.h', 142 'browser/android/resource_mapper.h',
143 'browser/android/resource_id.h', 143 'browser/android/resource_id.h',
144 'browser/android/shortcut_helper.cc', 144 'browser/android/shortcut_helper.cc',
145 'browser/android/shortcut_helper.h', 145 'browser/android/shortcut_helper.h',
146 'browser/android/shortcut_info.cc',
147 'browser/android/shortcut_info.h',
146 'browser/android/signin/account_management_screen_helper.cc', 148 'browser/android/signin/account_management_screen_helper.cc',
147 'browser/android/signin/account_management_screen_helper.h', 149 'browser/android/signin/account_management_screen_helper.h',
148 'browser/android/signin/signin_manager_android.cc', 150 'browser/android/signin/signin_manager_android.cc',
149 'browser/android/signin/signin_manager_android.h', 151 'browser/android/signin/signin_manager_android.h',
150 'browser/android/tab_android.cc', 152 'browser/android/tab_android.cc',
151 'browser/android/tab_android.h', 153 'browser/android/tab_android.h',
152 'browser/android/tab_load_status.h', 154 'browser/android/tab_load_status.h',
153 'browser/android/tab_state.cc', 155 'browser/android/tab_state.cc',
154 'browser/android/tab_state.h', 156 'browser/android/tab_state.h',
155 'browser/android/thumbnail/thumbnail.cc', 157 'browser/android/thumbnail/thumbnail.cc',
(...skipping 3544 matching lines...) Expand 10 before | Expand all | Expand 10 after
3700 'variables': { 3702 'variables': {
3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3703 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3704 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3703 }, 3705 },
3704 'includes': [ '../build/protoc.gypi' ] 3706 'includes': [ '../build/protoc.gypi' ]
3705 }, 3707 },
3706 ], 3708 ],
3707 },], 3709 },],
3708 ], 3710 ],
3709 } 3711 }
OLDNEW
« no previous file with comments | « chrome/browser/android/shortcut_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698