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

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

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/common/api/BUILD.gn » ('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 28 matching lines...) Expand all
39 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration', 39 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration',
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)/extensions/shell/common/api/api.gyp:extensions_features',
49 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 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/cld_2/cld_2.gyp:cld_2', 53 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
53 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime', 54 '<(DEPTH)/ui/base/ime/ui_base_ime.gyp:ui_base_ime',
54 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 55 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
55 '<(DEPTH)/v8/src/v8.gyp:v8', 56 '<(DEPTH)/v8/src/v8.gyp:v8',
56 ], 57 ],
57 'export_dependent_settings': [ 58 'export_dependent_settings': [
58 '<(DEPTH)/content/content.gyp:content_browser', 59 '<(DEPTH)/content/content.gyp:content_browser',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 '../../build/isolate.gypi', 401 '../../build/isolate.gypi',
401 ], 402 ],
402 'sources': [ 403 'sources': [
403 'app_shell_unittests.isolate', 404 'app_shell_unittests.isolate',
404 ], 405 ],
405 }, 406 },
406 ], 407 ],
407 }], 408 }],
408 ], 409 ],
409 } 410 }
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698