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

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

Issue 464753002: Fix HidService lifetime issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'include_dirs': [ 42 'include_dirs': [
43 '../..', 43 '../..',
44 '<(SHARED_INTERMEDIATE_DIR)', 44 '<(SHARED_INTERMEDIATE_DIR)',
45 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', 45 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell',
46 ], 46 ],
47 'sources': [ 47 'sources': [
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/api/shell/shell_api.cc', 50 'browser/api/shell/shell_api.cc',
51 'browser/api/shell/shell_api.h', 51 'browser/api/shell/shell_api.h',
52 'browser/api/shell_extensions_api_client.cc',
53 'browser/api/shell_extensions_api_client.h',
54 'browser/default_shell_browser_main_delegate.cc', 52 'browser/default_shell_browser_main_delegate.cc',
55 'browser/default_shell_browser_main_delegate.h', 53 'browser/default_shell_browser_main_delegate.h',
56 'browser/desktop_controller.cc', 54 'browser/desktop_controller.cc',
57 'browser/desktop_controller.h', 55 'browser/desktop_controller.h',
58 'browser/media_capture_util.cc', 56 'browser/media_capture_util.cc',
59 'browser/media_capture_util.h', 57 'browser/media_capture_util.h',
60 'browser/shell_app_sorting.cc', 58 'browser/shell_app_sorting.cc',
61 'browser/shell_app_sorting.h', 59 'browser/shell_app_sorting.h',
62 'browser/shell_app_window.cc', 60 'browser/shell_app_window.cc',
63 'browser/shell_app_window.h', 61 'browser/shell_app_window.h',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 '<@(_outputs)', 251 '<@(_outputs)',
254 ], 252 ],
255 'includes': [ 253 'includes': [
256 '../../build/util/version.gypi', 254 '../../build/util/version.gypi',
257 ], 255 ],
258 }, 256 },
259 ], 257 ],
260 }, 258 },
261 ], # targets 259 ], # targets
262 } 260 }
OLDNEW
« no previous file with comments | « extensions/browser/api/hid/hid_device_manager.cc ('k') | extensions/shell/browser/api/shell_extensions_api_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698