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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 # Needed for grit. | 291 # Needed for grit. |
292 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 292 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
293 ], | 293 ], |
294 'sources': [ | 294 'sources': [ |
295 # Note: sources list duplicated in GN build. | 295 # Note: sources list duplicated in GN build. |
296 # NOTE: When moving an API out of Chrome be sure to verify that the | 296 # NOTE: When moving an API out of Chrome be sure to verify that the |
297 # Android build still compiles. See conditions below. | 297 # Android build still compiles. See conditions below. |
298 'browser/api/api_resource.cc', | 298 'browser/api/api_resource.cc', |
299 'browser/api/api_resource.h', | 299 'browser/api/api_resource.h', |
300 'browser/api/api_resource_manager.h', | 300 'browser/api/api_resource_manager.h', |
| 301 'browser/api/app_current_window_internal/app_current_window_internal_api
.cc', |
| 302 'browser/api/app_current_window_internal/app_current_window_internal_api
.h', |
301 'browser/api/app_runtime/app_runtime_api.cc', | 303 'browser/api/app_runtime/app_runtime_api.cc', |
302 'browser/api/app_runtime/app_runtime_api.h', | 304 'browser/api/app_runtime/app_runtime_api.h', |
303 'browser/api/app_view/app_view_internal_api.cc', | 305 'browser/api/app_view/app_view_internal_api.cc', |
304 'browser/api/app_view/app_view_internal_api.h', | 306 'browser/api/app_view/app_view_internal_api.h', |
305 'browser/api/app_window/app_window_api.cc', | 307 'browser/api/app_window/app_window_api.cc', |
306 'browser/api/app_window/app_window_api.h', | 308 'browser/api/app_window/app_window_api.h', |
307 'browser/api/guest_view/guest_view_internal_api.cc', | 309 'browser/api/guest_view/guest_view_internal_api.cc', |
308 'browser/api/guest_view/guest_view_internal_api.h', | 310 'browser/api/guest_view/guest_view_internal_api.h', |
309 'browser/api/async_api_function.cc', | 311 'browser/api/async_api_function.cc', |
310 'browser/api/async_api_function.h', | 312 'browser/api/async_api_function.h', |
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 'browser/api/cast_channel/logging.proto' | 1101 'browser/api/cast_channel/logging.proto' |
1100 ], | 1102 ], |
1101 'variables': { | 1103 'variables': { |
1102 'proto_in_dir': 'browser/api/cast_channel', | 1104 'proto_in_dir': 'browser/api/cast_channel', |
1103 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1105 'proto_out_dir': 'extensions/browser/api/cast_channel', |
1104 }, | 1106 }, |
1105 'includes': [ '../build/protoc.gypi' ] | 1107 'includes': [ '../build/protoc.gypi' ] |
1106 }, | 1108 }, |
1107 ] | 1109 ] |
1108 } | 1110 } |
OLD | NEW |