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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « chrome/browser/extensions/BUILD.gn ('k') | chrome/common/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 ], 362 ],
363 'sources': [ 363 'sources': [
364 '<@(chrome_common_sources)' 364 '<@(chrome_common_sources)'
365 ], 365 ],
366 'conditions': [ 366 'conditions': [
367 ['enable_extensions==1', { 367 ['enable_extensions==1', {
368 'sources': [ '<@(chrome_common_extensions_sources)' ], 368 'sources': [ '<@(chrome_common_extensions_sources)' ],
369 'dependencies': [ 369 'dependencies': [
370 '<(DEPTH)/device/usb/usb.gyp:device_usb', 370 '<(DEPTH)/device/usb/usb.gyp:device_usb',
371 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', 371 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
372 '<(DEPTH)/chrome/common/extensions/api/api.gyp:extensions_features',
372 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 373 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
373 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 374 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
374 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 375 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
375 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', 376 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
376 '<(DEPTH)/media/cast/cast.gyp:cast_net', 377 '<(DEPTH)/media/cast/cast.gyp:cast_net',
377 ], 378 ],
378 'export_dependent_settings': [ 379 'export_dependent_settings': [
379 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', 380 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
380 ], 381 ],
381 'conditions': [ 382 'conditions': [
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 ], 704 ],
704 'dependencies': [ 705 'dependencies': [
705 'installer_util', 706 'installer_util',
706 '../base/base.gyp:base', 707 '../base/base.gyp:base',
707 ], 708 ],
708 }, 709 },
709 ], 710 ],
710 }], 711 }],
711 ], 712 ],
712 } 713 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698