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

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

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win/mac Created 6 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 | 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '<(DEPTH)/base/base.gyp:base', 75 '<(DEPTH)/base/base.gyp:base',
76 '<(DEPTH)/base/base.gyp:base_prefs_test_support', 76 '<(DEPTH)/base/base.gyp:base_prefs_test_support',
77 '<(DEPTH)/components/components.gyp:omaha_query_params', 77 '<(DEPTH)/components/components.gyp:omaha_query_params',
78 '<(DEPTH)/components/components.gyp:pref_registry', 78 '<(DEPTH)/components/components.gyp:pref_registry',
79 '<(DEPTH)/components/components.gyp:user_prefs', 79 '<(DEPTH)/components/components.gyp:user_prefs',
80 '<(DEPTH)/content/content.gyp:content', 80 '<(DEPTH)/content/content.gyp:content',
81 '<(DEPTH)/content/content.gyp:content_gpu', 81 '<(DEPTH)/content/content.gyp:content_gpu',
82 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', 82 '<(DEPTH)/content/content.gyp:content_ppapi_plugin',
83 '<(DEPTH)/content/content.gyp:content_worker', 83 '<(DEPTH)/content/content.gyp:content_worker',
84 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 84 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
85 '<(DEPTH)/device/hid/hid.gyp:device_hid',
85 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 86 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
86 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 87 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
87 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 88 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
88 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 89 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
89 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 90 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
90 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium', 91 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium',
91 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl', 92 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl',
92 '<(DEPTH)/skia/skia.gyp:skia', 93 '<(DEPTH)/skia/skia.gyp:skia',
93 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 94 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
94 '<(DEPTH)/ui/wm/wm.gyp:wm', 95 '<(DEPTH)/ui/wm/wm.gyp:wm',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'browser/shell_browsertest.cc', 213 'browser/shell_browsertest.cc',
213 'test/shell_test.h', 214 'test/shell_test.h',
214 'test/shell_test.cc', 215 'test/shell_test.cc',
215 'test/shell_test_launcher_delegate.cc', 216 'test/shell_test_launcher_delegate.cc',
216 'test/shell_test_launcher_delegate.h', 217 'test/shell_test_launcher_delegate.h',
217 'test/shell_tests_main.cc', 218 'test/shell_tests_main.cc',
218 ], 219 ],
219 }, 220 },
220 ], # targets 221 ], # targets
221 } 222 }
OLDNEW
« no previous file with comments | « no previous file | apps/shell/browser/shell_extensions_browser_client.h » ('j') | extensions/extensions.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698