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

Side by Side Diff: apps/shell/app_shell.gyp

Issue 335003003: Introduces AppActivity and handler of chrome.shell API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/shell/browser/default_shell_app_window_controller.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '<(SHARED_INTERMEDIATE_DIR)', 96 '<(SHARED_INTERMEDIATE_DIR)',
97 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', 97 '<(SHARED_INTERMEDIATE_DIR)/apps/shell',
98 ], 98 ],
99 'sources': [ 99 'sources': [
100 'app/shell_main_delegate.cc', 100 'app/shell_main_delegate.cc',
101 'app/shell_main_delegate.h', 101 'app/shell_main_delegate.h',
102 'browser/api/shell/shell_api.cc', 102 'browser/api/shell/shell_api.cc',
103 'browser/api/shell/shell_api.h', 103 'browser/api/shell/shell_api.h',
104 'browser/default_shell_browser_main_delegate.cc', 104 'browser/default_shell_browser_main_delegate.cc',
105 'browser/default_shell_browser_main_delegate.h', 105 'browser/default_shell_browser_main_delegate.h',
106 'browser/default_shell_app_window_controller.cc',
107 'browser/default_shell_app_window_controller.h',
106 'browser/shell_app_sorting.cc', 108 'browser/shell_app_sorting.cc',
107 'browser/shell_app_sorting.h', 109 'browser/shell_app_sorting.h',
108 'browser/shell_app_window.cc', 110 'browser/shell_app_window.cc',
109 'browser/shell_app_window.h', 111 'browser/shell_app_window.h',
112 'browser/shell_app_window_controller.h',
110 'browser/shell_browser_context.cc', 113 'browser/shell_browser_context.cc',
111 'browser/shell_browser_context.h', 114 'browser/shell_browser_context.h',
112 'browser/shell_browser_main_delegate.h', 115 'browser/shell_browser_main_delegate.h',
113 'browser/shell_browser_main_parts.cc', 116 'browser/shell_browser_main_parts.cc',
114 'browser/shell_browser_main_parts.h', 117 'browser/shell_browser_main_parts.h',
115 'browser/shell_content_browser_client.cc', 118 'browser/shell_content_browser_client.cc',
116 'browser/shell_content_browser_client.h', 119 'browser/shell_content_browser_client.h',
117 'browser/shell_desktop_controller.cc', 120 'browser/shell_desktop_controller.cc',
118 'browser/shell_desktop_controller.h', 121 'browser/shell_desktop_controller.h',
119 'browser/shell_extension_system.cc', 122 'browser/shell_extension_system.cc',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'browser/shell_browsertest.cc', 204 'browser/shell_browsertest.cc',
202 'test/shell_test.h', 205 'test/shell_test.h',
203 'test/shell_test.cc', 206 'test/shell_test.cc',
204 'test/shell_test_launcher_delegate.cc', 207 'test/shell_test_launcher_delegate.cc',
205 'test/shell_test_launcher_delegate.h', 208 'test/shell_test_launcher_delegate.h',
206 'test/shell_tests_main.cc', 209 'test/shell_tests_main.cc',
207 ], 210 ],
208 }, 211 },
209 ], # targets 212 ], # targets
210 } 213 }
OLDNEW
« no previous file with comments | « no previous file | apps/shell/browser/default_shell_app_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698