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

Side by Side Diff: extensions/shell/app_shell.gypi

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address final comments Created 5 years, 5 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'app_shell_lib_sources': [ 7 'app_shell_lib_sources': [
8 'app/paths_mac.h', 8 'app/paths_mac.h',
9 'app/paths_mac.mm', 9 'app/paths_mac.mm',
10 'app/shell_main_delegate.cc', 10 'app/shell_main_delegate.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'browser/shell_extensions_browser_client.cc', 56 'browser/shell_extensions_browser_client.cc',
57 'browser/shell_extensions_browser_client.h', 57 'browser/shell_extensions_browser_client.h',
58 'browser/shell_native_app_window.cc', 58 'browser/shell_native_app_window.cc',
59 'browser/shell_native_app_window.h', 59 'browser/shell_native_app_window.h',
60 'browser/shell_native_app_window_mac.h', 60 'browser/shell_native_app_window_mac.h',
61 'browser/shell_native_app_window_mac.mm', 61 'browser/shell_native_app_window_mac.mm',
62 'browser/shell_network_controller_chromeos.cc', 62 'browser/shell_network_controller_chromeos.cc',
63 'browser/shell_network_controller_chromeos.h', 63 'browser/shell_network_controller_chromeos.h',
64 'browser/shell_network_delegate.cc', 64 'browser/shell_network_delegate.cc',
65 'browser/shell_network_delegate.h', 65 'browser/shell_network_delegate.h',
66 'browser/shell_oauth2_token_service_delegate.cc',
67 'browser/shell_oauth2_token_service_delegate.h',
66 'browser/shell_oauth2_token_service.cc', 68 'browser/shell_oauth2_token_service.cc',
67 'browser/shell_oauth2_token_service.h', 69 'browser/shell_oauth2_token_service.h',
68 'browser/shell_prefs.cc', 70 'browser/shell_prefs.cc',
69 'browser/shell_prefs.h', 71 'browser/shell_prefs.h',
70 'browser/shell_runtime_api_delegate.cc', 72 'browser/shell_runtime_api_delegate.cc',
71 'browser/shell_runtime_api_delegate.h', 73 'browser/shell_runtime_api_delegate.h',
72 'browser/shell_special_storage_policy.cc', 74 'browser/shell_special_storage_policy.cc',
73 'browser/shell_special_storage_policy.h', 75 'browser/shell_special_storage_policy.h',
74 'browser/shell_speech_recognition_manager_delegate.cc', 76 'browser/shell_speech_recognition_manager_delegate.cc',
75 'browser/shell_speech_recognition_manager_delegate.h', 77 'browser/shell_speech_recognition_manager_delegate.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'browser/shell_screen_unittest.cc', 129 'browser/shell_screen_unittest.cc',
128 ], 130 ],
129 'app_shell_unittests_sources_chromeos': [ 131 'app_shell_unittests_sources_chromeos': [
130 'browser/shell_audio_controller_chromeos_unittest.cc', 132 'browser/shell_audio_controller_chromeos_unittest.cc',
131 ], 133 ],
132 'app_shell_unittests_sources_nacl': [ 134 'app_shell_unittests_sources_nacl': [
133 'browser/shell_nacl_browser_delegate_unittest.cc', 135 'browser/shell_nacl_browser_delegate_unittest.cc',
134 ], 136 ],
135 }, 137 },
136 } 138 }
OLDNEW
« no previous file with comments | « extensions/browser/updater/extension_downloader.cc ('k') | extensions/shell/browser/api/identity/identity_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698