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

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

Issue 596053004: Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_public_gyp
Patch Set: 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
« no previous file with comments | « extensions/extensions.gyp ('k') | ipc/mojo/ipc_mojo.gyp » ('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 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)/mojo/edk/mojo_edk.gyp:mojo_system_impl',
35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl',
37 '<(DEPTH)/skia/skia.gyp:skia', 37 '<(DEPTH)/skia/skia.gyp:skia',
38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
39 '<(DEPTH)/ui/wm/wm.gyp:wm', 39 '<(DEPTH)/ui/wm/wm.gyp:wm',
40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
41 ], 41 ],
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 ],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 '<@(_outputs)', 262 '<@(_outputs)',
263 ], 263 ],
264 'includes': [ 264 'includes': [
265 '../../build/util/version.gypi', 265 '../../build/util/version.gypi',
266 ], 266 ],
267 }, 267 },
268 ], 268 ],
269 }, 269 },
270 ], # targets 270 ], # targets
271 } 271 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698