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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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/shell/BUILD.gn ('k') | extensions/test/DEPS » ('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 'includes': [ 6 'includes': [
7 'app_shell.gypi', 7 'app_shell.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 # Product name is used for Mac bundle. 10 # Product name is used for Mac bundle.
(...skipping 29 matching lines...) Expand all
40 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 40 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
41 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 41 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
42 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 42 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
43 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 43 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
44 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 44 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
45 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', 45 '<(DEPTH)/extensions/extensions.gyp:extensions_utility',
46 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 46 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
47 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration', 47 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration',
48 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', 48 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
50 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
50 '<(DEPTH)/skia/skia.gyp:skia', 51 '<(DEPTH)/skia/skia.gyp:skia',
51 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 52 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
52 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl',
53 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', 53 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime',
54 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 54 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
55 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 55 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
56 ], 56 ],
57 'export_dependent_settings': [ 57 'export_dependent_settings': [
58 '<(DEPTH)/content/content.gyp:content_browser', 58 '<(DEPTH)/content/content.gyp:content_browser',
59 ], 59 ],
60 'include_dirs': [ 60 'include_dirs': [
61 '../..', 61 '../..',
62 '<(SHARED_INTERMEDIATE_DIR)', 62 '<(SHARED_INTERMEDIATE_DIR)',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 '../../build/isolate.gypi', 401 '../../build/isolate.gypi',
402 ], 402 ],
403 'sources': [ 403 'sources': [
404 'app_shell_unittests.isolate', 404 'app_shell_unittests.isolate',
405 ], 405 ],
406 }, 406 },
407 ], 407 ],
408 }], 408 }],
409 ], 409 ],
410 } 410 }
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698