| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 '<(INTERMEDIATE_DIR)', | 295 '<(INTERMEDIATE_DIR)', |
| 296 # Needed to access generated API headers. | 296 # Needed to access generated API headers. |
| 297 '<(SHARED_INTERMEDIATE_DIR)', | 297 '<(SHARED_INTERMEDIATE_DIR)', |
| 298 # Needed for grit. | 298 # Needed for grit. |
| 299 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 299 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 300 ], | 300 ], |
| 301 'sources': [ | 301 'sources': [ |
| 302 # Note: sources list duplicated in GN build. | 302 # Note: sources list duplicated in GN build. |
| 303 # NOTE: When moving an API out of Chrome be sure to verify that the | 303 # NOTE: When moving an API out of Chrome be sure to verify that the |
| 304 # Android build still compiles. See conditions below. | 304 # Android build still compiles. See conditions below. |
| 305 'browser/api/activity_log/web_request_constants.cc', |
| 306 'browser/api/activity_log/web_request_constants.h', |
| 305 'browser/api/api_resource.cc', | 307 'browser/api/api_resource.cc', |
| 306 'browser/api/api_resource.h', | 308 'browser/api/api_resource.h', |
| 307 'browser/api/api_resource_manager.h', | 309 'browser/api/api_resource_manager.h', |
| 308 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', | 310 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', |
| 309 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', | 311 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', |
| 310 'browser/api/app_runtime/app_runtime_api.cc', | 312 'browser/api/app_runtime/app_runtime_api.cc', |
| 311 'browser/api/app_runtime/app_runtime_api.h', | 313 'browser/api/app_runtime/app_runtime_api.h', |
| 312 'browser/api/app_view/app_view_internal_api.cc', | 314 'browser/api/app_view/app_view_internal_api.cc', |
| 313 'browser/api/app_view/app_view_internal_api.h', | 315 'browser/api/app_view/app_view_internal_api.h', |
| 314 'browser/api/app_window/app_window_api.cc', | 316 'browser/api/app_window/app_window_api.cc', |
| (...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1159 'browser/api/cast_channel/logging.proto' | 1161 'browser/api/cast_channel/logging.proto' |
| 1160 ], | 1162 ], |
| 1161 'variables': { | 1163 'variables': { |
| 1162 'proto_in_dir': 'browser/api/cast_channel', | 1164 'proto_in_dir': 'browser/api/cast_channel', |
| 1163 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1165 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 1164 }, | 1166 }, |
| 1165 'includes': [ '../build/protoc.gypi' ] | 1167 'includes': [ '../build/protoc.gypi' ] |
| 1166 }, | 1168 }, |
| 1167 ] | 1169 ] |
| 1168 } | 1170 } |
| OLD | NEW |