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

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

Issue 660333003: Add support for app_shell-only extension APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (shell-identity) rebase Created 6 years, 2 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 14 matching lines...) Expand all
25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
26 '<(DEPTH)/device/core/core.gyp:device_core', 26 '<(DEPTH)/device/core/core.gyp:device_core',
27 '<(DEPTH)/device/hid/hid.gyp:device_hid', 27 '<(DEPTH)/device/hid/hid.gyp:device_hid',
28 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration', 28 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration',
29 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 29 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
30 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 30 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
31 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 31 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 32 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 33 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 34 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
35 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration',
36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
35 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl', 37 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl',
36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 38 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
37 '<(DEPTH)/skia/skia.gyp:skia', 39 '<(DEPTH)/skia/skia.gyp:skia',
38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
39 '<(DEPTH)/ui/wm/wm.gyp:wm', 41 '<(DEPTH)/ui/wm/wm.gyp:wm',
40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 42 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
41 ], 43 ],
42 'include_dirs': [ 44 'include_dirs': [
43 '../..', 45 '../..',
44 '<(SHARED_INTERMEDIATE_DIR)', 46 '<(SHARED_INTERMEDIATE_DIR)',
45 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', 47 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell',
46 ], 48 ],
47 'sources': [ 49 'sources': [
48 'app/shell_main_delegate.cc', 50 'app/shell_main_delegate.cc',
49 'app/shell_main_delegate.h', 51 'app/shell_main_delegate.h',
52 'browser/api/shell_identity/shell_identity_api.cc',
53 'browser/api/shell_identity/shell_identity_api.h',
50 'browser/default_shell_browser_main_delegate.cc', 54 'browser/default_shell_browser_main_delegate.cc',
51 'browser/default_shell_browser_main_delegate.h', 55 'browser/default_shell_browser_main_delegate.h',
52 'browser/desktop_controller.cc', 56 'browser/desktop_controller.cc',
53 'browser/desktop_controller.h', 57 'browser/desktop_controller.h',
54 'browser/media_capture_util.cc', 58 'browser/media_capture_util.cc',
55 'browser/media_capture_util.h', 59 'browser/media_capture_util.h',
56 'browser/shell_app_delegate.cc', 60 'browser/shell_app_delegate.cc',
57 'browser/shell_app_delegate.h', 61 'browser/shell_app_delegate.h',
58 'browser/shell_app_window_client.cc', 62 'browser/shell_app_window_client.cc',
59 'browser/shell_app_window_client.h', 63 'browser/shell_app_window_client.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 '<(DEPTH)/base/base.gyp:test_support_base', 225 '<(DEPTH)/base/base.gyp:test_support_base',
222 '<(DEPTH)/content/content.gyp:content_app_both', 226 '<(DEPTH)/content/content.gyp:content_app_both',
223 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 227 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
224 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 228 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
225 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support', 229 '<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
226 '<(DEPTH)/testing/gtest.gyp:gtest', 230 '<(DEPTH)/testing/gtest.gyp:gtest',
227 '<(DEPTH)/ui/aura/aura.gyp:aura_test_support', 231 '<(DEPTH)/ui/aura/aura.gyp:aura_test_support',
228 ], 232 ],
229 'sources': [ 233 'sources': [
230 '../test/extensions_unittests_main.cc', 234 '../test/extensions_unittests_main.cc',
235 'browser/api/shell_identity/shell_identity_api_unittest.cc',
231 'browser/shell_audio_controller_chromeos_unittest.cc', 236 'browser/shell_audio_controller_chromeos_unittest.cc',
232 'browser/shell_desktop_controller_unittest.cc', 237 'browser/shell_desktop_controller_unittest.cc',
233 'browser/shell_nacl_browser_delegate_unittest.cc', 238 'browser/shell_nacl_browser_delegate_unittest.cc',
234 'common/shell_content_client_unittest.cc' 239 'common/shell_content_client_unittest.cc'
235 ], 240 ],
236 'conditions': [ 241 'conditions': [
237 ['disable_nacl==1', { 242 ['disable_nacl==1', {
238 'sources!': [ 243 'sources!': [
239 'browser/shell_nacl_browser_delegate_unittest.cc', 244 'browser/shell_nacl_browser_delegate_unittest.cc',
240 ], 245 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 '<@(_outputs)', 288 '<@(_outputs)',
284 ], 289 ],
285 'includes': [ 290 'includes': [
286 '../../build/util/version.gypi', 291 '../../build/util/version.gypi',
287 ], 292 ],
288 }, 293 },
289 ], 294 ],
290 }, 295 },
291 ], # targets 296 ], # targets
292 } 297 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698