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

Side by Side Diff: extensions/extensions.gyp

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | google_apis/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 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ], 266 ],
267 'include_dirs': [ 267 'include_dirs': [
268 '..', 268 '..',
269 '<(INTERMEDIATE_DIR)', 269 '<(INTERMEDIATE_DIR)',
270 # Needed to access generated API headers. 270 # Needed to access generated API headers.
271 '<(SHARED_INTERMEDIATE_DIR)', 271 '<(SHARED_INTERMEDIATE_DIR)',
272 # Needed for grit. 272 # Needed for grit.
273 '<(SHARED_INTERMEDIATE_DIR)/chrome', 273 '<(SHARED_INTERMEDIATE_DIR)/chrome',
274 ], 274 ],
275 'sources': [ 275 'sources': [
276 # Note: sources list duplicated in GN build.
276 'browser/admin_policy.cc', 277 'browser/admin_policy.cc',
277 'browser/admin_policy.h', 278 'browser/admin_policy.h',
278 # NOTE: When moving an API out of Chrome be sure to verify that the 279 # NOTE: When moving an API out of Chrome be sure to verify that the
279 # Android build still compiles. See conditions below. 280 # Android build still compiles. See conditions below.
280 'browser/api/api_resource.cc', 281 'browser/api/api_resource.cc',
281 'browser/api/api_resource.h', 282 'browser/api/api_resource.h',
282 'browser/api/api_resource_manager.h', 283 'browser/api/api_resource_manager.h',
283 'browser/api/app_runtime/app_runtime_api.cc', 284 'browser/api/app_runtime/app_runtime_api.cc',
284 'browser/api/app_runtime/app_runtime_api.h', 285 'browser/api/app_runtime/app_runtime_api.h',
285 'browser/api/app_view/app_view_internal_api.cc', 286 'browser/api/app_view/app_view_internal_api.cc',
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 'browser/api/cast_channel/logging.proto' 957 'browser/api/cast_channel/logging.proto'
957 ], 958 ],
958 'variables': { 959 'variables': {
959 'proto_in_dir': 'browser/api/cast_channel', 960 'proto_in_dir': 'browser/api/cast_channel',
960 'proto_out_dir': 'extensions/browser/api/cast_channel', 961 'proto_out_dir': 'extensions/browser/api/cast_channel',
961 }, 962 },
962 'includes': [ '../build/protoc.gypi' ] 963 'includes': [ '../build/protoc.gypi' ]
963 }, 964 },
964 ] 965 ]
965 } 966 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698