OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |