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

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

Issue 807773002: Move mojo gypfiles to toplevel mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 16 matching lines...) Expand all
27 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration', 27 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration',
28 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 28 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
29 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 29 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
30 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 30 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
31 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 31 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
32 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 32 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
33 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', 33 '<(DEPTH)/extensions/extensions.gyp:extensions_utility',
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', 35 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration',
36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', 36 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
37 '<(DEPTH)/mojo/edk/mojo_edk.gyp:mojo_system_impl',
38 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
38 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
39 '<(DEPTH)/skia/skia.gyp:skia', 39 '<(DEPTH)/skia/skia.gyp:skia',
40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 40 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
41 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 41 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
42 ], 42 ],
43 'include_dirs': [ 43 'include_dirs': [
44 '../..', 44 '../..',
45 '<(SHARED_INTERMEDIATE_DIR)', 45 '<(SHARED_INTERMEDIATE_DIR)',
46 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', 46 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell',
47 ], 47 ],
48 'sources': [ 48 'sources': [
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '<@(_outputs)', 336 '<@(_outputs)',
337 ], 337 ],
338 'includes': [ 338 'includes': [
339 '../../build/util/version.gypi', 339 '../../build/util/version.gypi',
340 ], 340 ],
341 }, 341 },
342 ], 342 ],
343 }, 343 },
344 ], # targets 344 ], # targets
345 } 345 }
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