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

Side by Side Diff: extensions/extensions.gyp

Issue 549863004: Make ui gn check pass. Misc GN build improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix utility linking Created 6 years, 3 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/browser/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 'common/api/api.gyp:extensions_api', 868 'common/api/api.gyp:extensions_api',
869 'extensions_browser', 869 'extensions_browser',
870 'extensions_common', 870 'extensions_common',
871 'extensions_resources.gyp:extensions_resources', 871 'extensions_resources.gyp:extensions_resources',
872 ], 872 ],
873 'include_dirs': [ 873 'include_dirs': [
874 '..', 874 '..',
875 '<(SHARED_INTERMEDIATE_DIR)', 875 '<(SHARED_INTERMEDIATE_DIR)',
876 ], 876 ],
877 'sources': [ 877 'sources': [
878 # Note: sources list duplicated in GN build.
878 'browser/api/dns/mock_host_resolver_creator.cc', 879 'browser/api/dns/mock_host_resolver_creator.cc',
879 'browser/api/dns/mock_host_resolver_creator.h', 880 'browser/api/dns/mock_host_resolver_creator.h',
880 'browser/api/storage/settings_test_util.cc', 881 'browser/api/storage/settings_test_util.cc',
881 'browser/api/storage/settings_test_util.h', 882 'browser/api/storage/settings_test_util.h',
882 'browser/api_test_utils.cc', 883 'browser/api_test_utils.cc',
883 'browser/api_test_utils.h', 884 'browser/api_test_utils.h',
884 'browser/extensions_test.cc', 885 'browser/extensions_test.cc',
885 'browser/extensions_test.h', 886 'browser/extensions_test.h',
886 'browser/mock_extension_system.cc', 887 'browser/mock_extension_system.cc',
887 'browser/mock_extension_system.h', 888 'browser/mock_extension_system.h',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'browser/api/cast_channel/logging.proto' 1083 'browser/api/cast_channel/logging.proto'
1083 ], 1084 ],
1084 'variables': { 1085 'variables': {
1085 'proto_in_dir': 'browser/api/cast_channel', 1086 'proto_in_dir': 'browser/api/cast_channel',
1086 'proto_out_dir': 'extensions/browser/api/cast_channel', 1087 'proto_out_dir': 'extensions/browser/api/cast_channel',
1087 }, 1088 },
1088 'includes': [ '../build/protoc.gypi' ] 1089 'includes': [ '../build/protoc.gypi' ]
1089 }, 1090 },
1090 ] 1091 ]
1091 } 1092 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/generated_extensions_api.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698