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

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

Issue 583583008: Rename AppsClient -> AppWindowClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac & test Created 6 years, 3 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 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'app/shell_main_delegate.cc', 48 'app/shell_main_delegate.cc',
49 'app/shell_main_delegate.h', 49 'app/shell_main_delegate.h',
50 'browser/default_shell_browser_main_delegate.cc', 50 'browser/default_shell_browser_main_delegate.cc',
51 'browser/default_shell_browser_main_delegate.h', 51 'browser/default_shell_browser_main_delegate.h',
52 'browser/desktop_controller.cc', 52 'browser/desktop_controller.cc',
53 'browser/desktop_controller.h', 53 'browser/desktop_controller.h',
54 'browser/media_capture_util.cc', 54 'browser/media_capture_util.cc',
55 'browser/media_capture_util.h', 55 'browser/media_capture_util.h',
56 'browser/shell_app_delegate.cc', 56 'browser/shell_app_delegate.cc',
57 'browser/shell_app_delegate.h', 57 'browser/shell_app_delegate.h',
58 'browser/shell_apps_client.cc', 58 'browser/shell_app_window_client.cc',
59 'browser/shell_apps_client.h', 59 'browser/shell_app_window_client.h',
60 'browser/shell_audio_controller_chromeos.cc', 60 'browser/shell_audio_controller_chromeos.cc',
61 'browser/shell_audio_controller_chromeos.h', 61 'browser/shell_audio_controller_chromeos.h',
62 'browser/shell_browser_context.cc', 62 'browser/shell_browser_context.cc',
63 'browser/shell_browser_context.h', 63 'browser/shell_browser_context.h',
64 'browser/shell_browser_main_delegate.h', 64 'browser/shell_browser_main_delegate.h',
65 'browser/shell_browser_main_parts.cc', 65 'browser/shell_browser_main_parts.cc',
66 'browser/shell_browser_main_parts.h', 66 'browser/shell_browser_main_parts.h',
67 'browser/shell_content_browser_client.cc', 67 'browser/shell_content_browser_client.cc',
68 'browser/shell_content_browser_client.h', 68 'browser/shell_content_browser_client.h',
69 'browser/shell_desktop_controller.cc', 69 'browser/shell_desktop_controller.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '<@(_outputs)', 255 '<@(_outputs)',
256 ], 256 ],
257 'includes': [ 257 'includes': [
258 '../../build/util/version.gypi', 258 '../../build/util/version.gypi',
259 ], 259 ],
260 }, 260 },
261 ], 261 ],
262 }, 262 },
263 ], # targets 263 ], # targets
264 } 264 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698