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

Side by Side Diff: extensions/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: rebase 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/shell_extensions_browser_client.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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'app_shell_pak', 73 'app_shell_pak',
74 '<(DEPTH)/base/base.gyp:base', 74 '<(DEPTH)/base/base.gyp:base',
75 '<(DEPTH)/base/base.gyp:base_prefs_test_support', 75 '<(DEPTH)/base/base.gyp:base_prefs_test_support',
76 '<(DEPTH)/components/components.gyp:omaha_query_params', 76 '<(DEPTH)/components/components.gyp:omaha_query_params',
77 '<(DEPTH)/components/components.gyp:pref_registry', 77 '<(DEPTH)/components/components.gyp:pref_registry',
78 '<(DEPTH)/components/components.gyp:user_prefs', 78 '<(DEPTH)/components/components.gyp:user_prefs',
79 '<(DEPTH)/content/content.gyp:content', 79 '<(DEPTH)/content/content.gyp:content',
80 '<(DEPTH)/content/content.gyp:content_gpu', 80 '<(DEPTH)/content/content.gyp:content_gpu',
81 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', 81 '<(DEPTH)/content/content.gyp:content_ppapi_plugin',
82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
83 '<(DEPTH)/device/hid/hid.gyp:device_hid',
83 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 84 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
84 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 85 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
85 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 86 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
86 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 87 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
87 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 88 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
88 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', 89 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
89 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium', 90 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium',
90 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl', 91 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl',
91 '<(DEPTH)/skia/skia.gyp:skia', 92 '<(DEPTH)/skia/skia.gyp:skia',
92 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 93 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'browser/shell_browsertest.cc', 214 'browser/shell_browsertest.cc',
214 'test/shell_test.h', 215 'test/shell_test.h',
215 'test/shell_test.cc', 216 'test/shell_test.cc',
216 'test/shell_test_launcher_delegate.cc', 217 'test/shell_test_launcher_delegate.cc',
217 'test/shell_test_launcher_delegate.h', 218 'test/shell_test_launcher_delegate.h',
218 'test/shell_tests_main.cc', 219 'test/shell_tests_main.cc',
219 ], 220 ],
220 }, 221 },
221 ], # targets 222 ], # targets
222 } 223 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/shell_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698